迁移并合并医生问诊评价接口

This commit is contained in:
2023-02-24 16:11:51 +08:00
parent d944b04536
commit c128a3724d
16 changed files with 414 additions and 222 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ return [
'commands' => [
'gen:model' => [
'path' => 'app/Model', //模型路径
'force_casts' => true, //是否强制重置 casts 参数
'force_casts' => false, //是否强制重置 casts 参数
'inheritance' => 'Model', //父类
'uses' => '', //配合 inheritance 使用
'refresh_fillable' => true, //是否刷新 fillable 参数