From e0a5710e7d0bc8785560b9059d969be8b45c7d23 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"},