新增:获取个人简介审核失败原因、获取身份认证审核失败原因、获取身份认证信息修改
This commit is contained in:
@@ -31,11 +31,6 @@ class DoctorIdenFail extends Model
|
||||
*/
|
||||
protected array $fillable = ['iden_fail_id', 'doctor_id', 'field_name', 'fail_reason', 'created_at', 'updated_at'];
|
||||
|
||||
/**
|
||||
* The attributes that should be cast to native types.
|
||||
*/
|
||||
protected array $casts = ['iden_fail_id' => 'integer', 'doctor_id' => 'integer', 'created_at' => 'datetime', 'updated_at' => 'datetime'];
|
||||
|
||||
protected string $primaryKey = "iden_fail_id";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user