mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
增加数据库的文件字段数据迁移
This commit is contained in:
@@ -10,6 +10,11 @@ use think\Model;
|
||||
|
||||
class BaseModelBase extends Model
|
||||
{
|
||||
|
||||
public const FIELD_LIST_FILE = [];
|
||||
|
||||
public const FIELD_LIST_CONTENT = [];
|
||||
|
||||
/**
|
||||
* 自动清除的缓存值
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user