修改首页我的一生,新增患者问诊取消消息推送
This commit is contained in:
@@ -40,11 +40,6 @@ class PatientHistoryInquiry extends Model
|
||||
*/
|
||||
protected array $fillable = ['history_inquiry_id', 'patient_id', 'doctor_id', 'pharmacist_id', 'order_inquiry_id', 'history_status', 'created_at', 'updated_at'];
|
||||
|
||||
/**
|
||||
* The attributes that should be cast to native types.
|
||||
*/
|
||||
protected array $casts = ['history_inquiry_id' => 'integer', 'patient_id' => 'integer', 'doctor_id' => 'integer', 'pharmacist_id' => 'integer', 'order_inquiry_id' => 'integer', 'history_status' => 'integer', 'created_at' => 'datetime', 'updated_at' => 'datetime'];
|
||||
|
||||
protected string $primaryKey = "history_inquiry_id";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user