From 46a4ba76949bc61a6e396719474bc2eb14bf88a7 Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Mon, 10 Mar 2025 20:10:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=20Dictionary=20=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E4=B8=AD=E6=B7=BB=E5=8A=A0=20remark=20=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E4=BB=A5=E6=94=AF=E6=8C=81=E5=A4=87=E6=B3=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/model/Dictionary.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/model/Dictionary.php b/app/model/Dictionary.php index ee8ac52..8423827 100644 --- a/app/model/Dictionary.php +++ b/app/model/Dictionary.php @@ -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 {