|
|
@ -24,16 +24,14 @@ public class GoodsSkuPurSelectList { |
|
|
|
private String goodsSkuOwnSpec; |
|
|
|
//单位
|
|
|
|
private String unit; |
|
|
|
//数量
|
|
|
|
private BigDecimal count; |
|
|
|
//数量1
|
|
|
|
private BigDecimal count1; |
|
|
|
//数量
|
|
|
|
private BigDecimal pcsNum; |
|
|
|
//吊牌价
|
|
|
|
private BigDecimal tagPrice; |
|
|
|
//单价
|
|
|
|
private BigDecimal cost; |
|
|
|
//单价1
|
|
|
|
private BigDecimal cost1; |
|
|
|
//保质期
|
|
|
|
private String shelfLife; |
|
|
|
//税率
|
|
|
|
private BigDecimal taxRate; |
|
|
|
} |
|
|
|