feat: 在 Dictionary 模型中添加 remark 属性以支持备注信息

This commit is contained in:
lingling 2025-03-10 20:10:10 +08:00
parent d136ca240f
commit 46a4ba7694
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ use support\Model;
* @property string $updated_at 更新时间
* @property string $key key
* @property string $value value
* @property string $remark remark 备注
*/
class Dictionary extends Model
{