From a31f930fff45db997d25b74182ef4ff37492e9ec Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期一, 01 七月 2024 09:18:31 +0800 Subject: [PATCH] 字典查询去除字典类型判断 --- models/db.go | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/models/db.go b/models/db.go index bd9de7c..4708383 100644 --- a/models/db.go +++ b/models/db.go @@ -116,7 +116,13 @@ ReorderRule{}, Attachment{}, LogisticCompany{}, + FileTemplateAttachment{}, MoveHistory{}, + Lock{}, + MonthStats{}, + Attribute{}, + AttributeValue{}, + SystemConfig{}, ) return err } -- Gitblit v1.8.0