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