- GetStoresOrderSaleInfo添加售后单信息
This commit is contained in:
@@ -155,6 +155,13 @@ type OrderSkuFinancial struct {
|
||||
StoreSubName string `orm:"size(64)" json:"storeSubName"` // 当前这个字段被用作vendorActType
|
||||
}
|
||||
|
||||
// todo
|
||||
// func (o *OrderSkuFinancial) TableUnique() [][]string {
|
||||
// return [][]string{
|
||||
// []string{"AfsOrderID", "VendorSkuID", "VendorID", "IsAfsOrder"},
|
||||
// }
|
||||
// }
|
||||
|
||||
func (o *OrderSkuFinancial) TableIndex() [][]string {
|
||||
return [][]string{
|
||||
[]string{"VendorOrderID", "VendorSkuID"},
|
||||
|
||||
Reference in New Issue
Block a user