whj 4 lat temu
rodzic
commit
3f96630ca5
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      app/Models/SystemConfig.php

+ 2 - 1
app/Models/SystemConfig.php

xqd
@@ -18,7 +18,8 @@ class SystemConfig extends Model
         'ali_config'=>'阿里云',
         'docter_config'=>'医生',
         'user_config'=>'用户',
-        'schedule_config'=>'排班'
+        'schedule_config'=>'排班',
+        'insurance_agreement'=>'保单协议'
     ];
     const Field_textarea = 0,Filed_richText = 1,Field_Json = 2,
         Field_Switch = 3,Field_Time = 4,Field_File = 5,