|
|
@@ -823,6 +823,7 @@ type Ermcp3SellBuyContract struct {
|
|
|
GoodsId int `json:"goodsid" xorm:"'GOODSID'"` // 点价商品ID
|
|
|
GOODSNAME string `json:"goodsname" xorm:"'GOODSNAME'"` // 点价商品名称
|
|
|
Goodscode string `json:"goodscode" xorm:"'GOODSCODE'"` // 点价商品代码
|
|
|
+ GOODSGROUPID int `json:"goodsgroupid" xorm:"'GOODSGROUPID'"` // 点价商品组id
|
|
|
Pricemove float64 `json:"pricemove" xorm:"'PRICEMOVE'"` // 升贴水
|
|
|
Qty float64 `json:"qty" xorm:"'QTY'"` // 合同量
|
|
|
UnpricedQty float64 `json:"unpricedqty" xorm:"'UNPRICEDQTY'"` // 未定价量
|
|
|
@@ -980,6 +981,7 @@ select t.contractno,
|
|
|
wr.vatrate,
|
|
|
g2.goodscode,
|
|
|
g2.goodsname,
|
|
|
+ g2.goodsgroupid,
|
|
|
e.enumdicname,
|
|
|
t.contracttype,
|
|
|
t.pricedamount,
|