From abd333d9b66e0f91b722b9a38d52132011352ca6 Mon Sep 17 00:00:00 2001 From: what Date: Mon, 25 Nov 2024 21:59:06 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20Model=20=E6=96=B0=E5=A2=9E=20IsDuplica?= =?UTF-8?q?ted()=20bool?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- orm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/orm.go b/orm.go index b3c9c1c..d5820ec 100644 --- a/orm.go +++ b/orm.go @@ -71,6 +71,7 @@ type Join interface { type Model interface { Relation condition.TokenValue + IsDuplicated() bool GetCode() string GetPrimaryKey() string GetQueryFieldsStruct(extends ...reflect.StructField) any