mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
13 lines
196 B
PHP
13 lines
196 B
PHP
<?php
|
|
|
|
namespace base\admin\model;
|
|
|
|
use app\common\model\TimeModel;
|
|
|
|
class SystemConfigBase extends TimeModel
|
|
{
|
|
protected $deleteTime = false;
|
|
|
|
public const FIELD_LIST_FILE = ['value'];
|
|
}
|