设置系统配置的文件字段

This commit is contained in:
augushong
2024-11-01 14:18:18 +08:00
parent 3f48492089
commit 0579a1498f

View File

@@ -7,4 +7,6 @@ use app\common\model\TimeModel;
class SystemConfigBase extends TimeModel
{
protected $deleteTime = false;
public const FIELD_LIST_FILE = ['value'];
}