Browse Source

no message

FengChaoYu 10 months ago
parent
commit
507e3165ca

+ 1 - 4
mall-server-api/src/main/java/com/gree/mall/manager/bean/listvo/material/WorkerStockVO.java

@@ -51,13 +51,10 @@ public class WorkerStockVO {
     private String goodsName;
     private String goodsName;
     @ZfireField(tbName = "b")
     @ZfireField(tbName = "b")
     @ApiModelProperty("单位")
     @ApiModelProperty("单位")
-    private String goodsStockUnit;
+    private String salesUnit;
     @ZfireField(tbName = "b")
     @ZfireField(tbName = "b")
     @ApiModelProperty("商品代码")
     @ApiModelProperty("商品代码")
     private String goodsCode;
     private String goodsCode;
-    @ZfireField(tbName = "b")
-    @ApiModelProperty("规格型号")
-    private String goodsSpecification;
     @ApiModelProperty("库存数量")
     @ApiModelProperty("库存数量")
     private BigDecimal qty;
     private BigDecimal qty;
     @ApiModelProperty("更新时间")
     @ApiModelProperty("更新时间")