feat: 在 Dictionary 模型中添加 remark 属性以支持备注信息
This commit is contained in:
parent
d136ca240f
commit
46a4ba7694
|
@ -10,6 +10,7 @@ use support\Model;
|
||||||
* @property string $updated_at 更新时间
|
* @property string $updated_at 更新时间
|
||||||
* @property string $key key
|
* @property string $key key
|
||||||
* @property string $value value
|
* @property string $value value
|
||||||
|
* @property string $remark remark 备注
|
||||||
*/
|
*/
|
||||||
class Dictionary extends Model
|
class Dictionary extends Model
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue