1
This commit is contained in:
@@ -20,6 +20,12 @@ type SupermarketSign struct {
|
||||
CreateCrowd string `orm:"column(create_crowd);size(16)" json:"createCrowd"` // 群状态
|
||||
}
|
||||
|
||||
func (*SupermarketSign) TableUnique() [][]string {
|
||||
return [][]string{
|
||||
[]string{"StoreID"},
|
||||
}
|
||||
}
|
||||
|
||||
func (*SupermarketSign) TableIndex() [][]string {
|
||||
return [][]string{
|
||||
[]string{"StoreID", "StoreName", "CodeName"},
|
||||
|
||||
Reference in New Issue
Block a user