物料订单库存判断

This commit is contained in:
苏尹岚
2020-03-18 14:58:25 +08:00
parent 480d5b8268
commit 239a44afdc
3 changed files with 9 additions and 11 deletions

View File

@@ -233,6 +233,8 @@ type StoreSkuExt struct {
EarningPrice int `json:"earningPrice"`
EarningActID int `orm:"column(earning_act_id)" json:"earningActID"`
EclpID string `orm:"column(eclp_id)" json:"eclpID"`
}
type SkuNameAndPlace struct {