From cbde09d90ddb1652c02bc21ccdd70107ce80f8fd Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Tue, 15 Apr 2025 16:59:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E5=9F=BA=E7=B1=BB=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/model/AttachmentCategoryBaseModel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/model/AttachmentCategoryBaseModel.php b/app/common/model/AttachmentCategoryBaseModel.php index ac391064..711aca09 100644 --- a/app/common/model/AttachmentCategoryBaseModel.php +++ b/app/common/model/AttachmentCategoryBaseModel.php @@ -18,6 +18,7 @@ class AttachmentCategoryBaseModel extends BaseModel // 字段信息 protected $schema = [ 'id' => 'int', + 'pid' => 'int', 'language_id' => 'int', 'name' => 'string', 'sort' => 'int',