@ -62,7 +62,8 @@
e.salesPrice as cost,
e.salesPrice as cost1,
a.shelfLife,
a.taxRate
a.taxRate,
a.factoryCode as itemNumber
FROM
goods_sku s
LEFT JOIN goods_spu a
@ -34,4 +34,6 @@ public class GoodsSkuPurSelectList {
private String shelfLife;
//税率
private BigDecimal taxRate;
//货号
private String itemNumber;
}