商品审核表修改
This commit is contained in:
@@ -207,7 +207,7 @@ type StoreSkuAudit struct {
|
||||
Remark string `orm:"size(255)" json:"remark"`
|
||||
}
|
||||
|
||||
func (*StoreSkuAudit) TableUnique() [][]string {
|
||||
func (*StoreSkuAudit) TableIndex() [][]string {
|
||||
return [][]string{
|
||||
[]string{"StoreID", "Type", "NameID", "Status", "DeletedAt"},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user