- checkActValidation

This commit is contained in:
gazebo
2019-07-04 17:49:49 +08:00
parent c3400dcc2c
commit 9eac3047d8
3 changed files with 45 additions and 5 deletions

View File

@@ -68,6 +68,8 @@ type ActMap struct {
VendorActID string `orm:"column(vendor_act_id);size(48)" json:"vendorActID"`
SyncStatus int `orm:"default(2)" json:"syncStatus"`
Remark string `orm:"size(1024)" json:"remark"`
}
func (*ActMap) TableUnique() [][]string {