采购单测试调试完成

This commit is contained in:
God
2024-07-26 16:29:47 +08:00
parent 94ae990fa1
commit ed9a9cdbd4
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -34,4 +34,6 @@ public class GoodsSkuPurSelectList {
private String shelfLife; private String shelfLife;
//税率 //税率
private BigDecimal taxRate; private BigDecimal taxRate;
//货号
private String itemNumber;
} }