From cbd0ca208616328896f76c94c64dc380629bf822 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Tue, 18 Feb 2025 10:45:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E4=BA=A7?= =?UTF-8?q?=E5=93=81model=E5=AD=97=E6=AE=B5=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/model/ProductBaseModel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/model/ProductBaseModel.php b/app/common/model/ProductBaseModel.php index c5dc8ca6..e52364b3 100644 --- a/app/common/model/ProductBaseModel.php +++ b/app/common/model/ProductBaseModel.php @@ -30,6 +30,7 @@ class ProductBaseModel extends BaseModel 'is_sale' => 'int', 'is_new' => 'int', 'is_hot' => 'int', + 'is_show' => 'int', 'sort' => 'int', 'detail' => 'string', 'status' => 'int',