- remove OriginalData from GoodsOrder
This commit is contained in:
@@ -44,7 +44,7 @@ type GoodsOrder struct {
|
|||||||
OrderFinishedAt time.Time `orm:"type(datetime)" json:"orderFinishedAt"`
|
OrderFinishedAt time.Time `orm:"type(datetime)" json:"orderFinishedAt"`
|
||||||
StatusTime time.Time `orm:"type(datetime)" json:"-"` // last status time
|
StatusTime time.Time `orm:"type(datetime)" json:"-"` // last status time
|
||||||
ModelTimeInfo `json:"-"`
|
ModelTimeInfo `json:"-"`
|
||||||
OriginalData string `orm:"type(text)" json:"-"`
|
OriginalData string `orm:"-" json:"-"`
|
||||||
Skus []*OrderSku `orm:"-" json:"-"`
|
Skus []*OrderSku `orm:"-" json:"-"`
|
||||||
SkuPmFee int64 `json:"-"` //门店商品活动总支出
|
SkuPmFee int64 `json:"-"` //门店商品活动总支出
|
||||||
OrderPmFee int64 `json:"-"` //门店订单活动支出
|
OrderPmFee int64 `json:"-"` //门店订单活动支出
|
||||||
|
|||||||
Reference in New Issue
Block a user