+ OrderSkuFinancial.StoreSubID, StoreSubName
This commit is contained in:
@@ -151,6 +151,8 @@ type OrderSkuFinancial struct {
|
||||
// CreatedAt time.Time `orm:"type(datetime);index" json:"createdAt"` // 订单创建时间
|
||||
// JxSkuMoney int64 `json:"jxSkuMoney"` // 京西补贴金额,现阶段是平台扣京西多少钱,京西扣商家多少钱,暂不考虑撤回京西补贴
|
||||
// SkuType int `json:"-"` // 当前如果为gift就为1,否则缺省为0
|
||||
StoreSubID int `orm:"column(store_sub_id)" json:"storeSubID"` // 当前这个字段被当成活动ID用
|
||||
StoreSubName string `orm:"size(64)" json:"storeSubName"` // 当前这个字段被用作vendorActType
|
||||
}
|
||||
|
||||
func (o *OrderSkuFinancial) TableIndex() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user