患者信息、挂号记录、处方记录、退款功能鉴权

This commit is contained in:
2024-09-26 11:09:42 +08:00
parent 60dfeb3c05
commit 90a71b6511
5 changed files with 163 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ class Register extends \common\modelsgii\Register
const EVENT_CREATED = 'RegisterCreated';
const EVENT_PAYED = 'RegisterPayed';
const EVENT_CANCELED = 'RegisterCanceled';
public $status_text;
public $status_type;
public function behaviors()
{