更新门店cid
This commit is contained in:
@@ -686,13 +686,13 @@ func (*StoreCategoryMap) TableUnique() [][]string {
|
||||
}
|
||||
}
|
||||
|
||||
type StoreClientPush struct {
|
||||
type StorePushClient struct {
|
||||
ModelIDCULD
|
||||
StoreID int `orm:"column(store_id)" json:"storeID"`
|
||||
ClientID string `orm:"column(client_id);size(255)" json:"clientID"`
|
||||
}
|
||||
|
||||
func (*StoreClientPush) TableUnique() [][]string {
|
||||
func (*StorePushClient) TableUnique() [][]string {
|
||||
return [][]string{
|
||||
[]string{"StoreID", "ClientID"},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user