From 7f0cde461df1738cb7f580a3eb9203e73f8d5b06 Mon Sep 17 00:00:00 2001 From: 1 <1@72wo.cn> Date: Fri, 17 Oct 2025 19:41:02 +0000 Subject: [PATCH] =?UTF-8?q?```refactor(cool):=20=E7=A7=BB=E9=99=A4Service?= =?UTF-8?q?=E4=B8=AD=E5=86=97=E4=BD=99=E7=9A=84Models=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=EF=BC=8C=E4=BB=85=E4=BF=9D=E7=95=99Model=E6=8E=A5=E5=8F=A3```?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/cool/service.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common/cool/service.go b/common/cool/service.go index 4a2a9f40..8033cbef 100644 --- a/common/cool/service.go +++ b/common/cool/service.go @@ -22,7 +22,6 @@ type IService interface { GetModel() IModel // 获取model } type Service struct { - Models *gdb.Model Model IModel ListQueryOp *QueryOp PageQueryOp *QueryOp