订单详情新增检测成功时间
This commit is contained in:
@@ -15,6 +15,7 @@ use Hyperf\Snowflake\Concern\Snowflake;
|
||||
* @property string $detection_project_name 检测项目名称
|
||||
* @property int $company_id 合作公司id
|
||||
* @property string $detection_project_price 检测价格
|
||||
* @property int $detection_time 检测时间(小时)
|
||||
* @property string $img_path 内容图片地址
|
||||
* @property string $informed_consent_form 知情同意书
|
||||
* @property \Carbon\Carbon $created_at 创建时间
|
||||
@@ -32,7 +33,7 @@ class DetectionProject extends Model
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
*/
|
||||
protected array $fillable = ['detection_project_id', 'detection_project_title', 'detection_project_name', 'company_id', 'detection_project_price', 'img_path', 'informed_consent_form', 'created_at', 'updated_at'];
|
||||
protected array $fillable = ['detection_project_id', 'detection_project_title', 'detection_project_name', 'company_id', 'detection_project_price', 'detection_time', 'img_path', 'informed_consent_form', 'created_at', 'updated_at'];
|
||||
|
||||
protected string $primaryKey = "detection_project_id";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user