|
|
@@ -1739,6 +1739,8 @@ type WrFtWrstandard struct {
|
|
|
WRSTANDARDID int64 `json:"wrstandardid"` // 现货商品ID
|
|
|
WRSTANDARDCODE string `json:"wrstandardcode"` // 现货商品代码
|
|
|
WRSTANDARDNAME string `json:"wrstandardname"` // 商品名称
|
|
|
+ MINIVALUE int32 `json:"minivalue"` // 最小变动值
|
|
|
+ EnumdicName string `json:"enumdicname"` // 单位名称
|
|
|
}
|
|
|
|
|
|
// WrFtDeliveryGoods 品种筛选列表
|
|
|
@@ -1771,6 +1773,8 @@ func (r *WrFtDeliveryGoods) GetDataEx() (interface{}, error) {
|
|
|
WRSTANDARDID: a.WRSTANDARDID,
|
|
|
WRSTANDARDNAME: a.WRSTANDARDNAME,
|
|
|
WRSTANDARDCODE: a.WRSTANDARDCODE,
|
|
|
+ MINIVALUE: a.MINIVALUE,
|
|
|
+ EnumdicName: a.EnumdicName,
|
|
|
}
|
|
|
item.WDLST = append(item.WDLST, val)
|
|
|
}
|