From 092655103a163de4ffa044c1223d8f21ef929d7b Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 21 Jan 2020 17:46:39 +0800 Subject: [PATCH] comment --- business/model/act.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/model/act.go b/business/model/act.go index 471c26eaf..3003d0792 100644 --- a/business/model/act.go +++ b/business/model/act.go @@ -75,6 +75,7 @@ type Act struct { Remark string `orm:"size(255)" json:"remark"` } +// test func (*Act) TableUnique() [][]string { return [][]string{ []string{"Name", "Type", "DeletedAt"},