@@ -42,7 +42,7 @@ public class WebsitPartsStockBean {
private String goodsStockUnit;
@ApiModelProperty("新件库存")
- private BigDecimal newQty;
+ private BigDecimal qty;
@ApiModelProperty("旧件库存")
private BigDecimal oldQty;
@@ -602,6 +602,8 @@
a.parts_websit_id,
a.goods_id,
a.goods_name,
+ a.goods_id AS parts_number,
+ a.goods_name AS parts_name,
b.material_group_name,
b.part_type,
b.market_price,