采购单测试调试完成
This commit is contained in:
@@ -62,7 +62,8 @@
|
|||||||
e.salesPrice as cost,
|
e.salesPrice as cost,
|
||||||
e.salesPrice as cost1,
|
e.salesPrice as cost1,
|
||||||
a.shelfLife,
|
a.shelfLife,
|
||||||
a.taxRate
|
a.taxRate,
|
||||||
|
a.factoryCode as itemNumber
|
||||||
FROM
|
FROM
|
||||||
goods_sku s
|
goods_sku s
|
||||||
LEFT JOIN goods_spu a
|
LEFT JOIN goods_spu a
|
||||||
|
|||||||
@@ -34,4 +34,6 @@ public class GoodsSkuPurSelectList {
|
|||||||
private String shelfLife;
|
private String shelfLife;
|
||||||
//税率
|
//税率
|
||||||
private BigDecimal taxRate;
|
private BigDecimal taxRate;
|
||||||
|
//货号
|
||||||
|
private String itemNumber;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user