1
This commit is contained in:
@@ -33,11 +33,6 @@ class OperationManual extends Model
|
||||
*/
|
||||
protected array $fillable = ['manual_id', 'app_type', 'client_type', 'status', 'sort', 'title', 'content', 'created_at', 'updated_at'];
|
||||
|
||||
/**
|
||||
* The attributes that should be cast to native types.
|
||||
*/
|
||||
protected array $casts = ['manual_id' => 'string', 'app_type' => 'integer', 'client_type' => 'integer', 'created_at' => 'datetime', 'updated_at' => 'datetime'];
|
||||
|
||||
protected string $primaryKey = "manual_id";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user