|
@@ -122,10 +122,13 @@ public class Goods {
|
|
|
@ApiModelProperty(value = "商品类型", required = false)
|
|
|
private GoodsType type;
|
|
|
|
|
|
+ @ApiModelProperty(value = "备查货号,进货渠道")
|
|
|
private String supplyChannel;
|
|
|
|
|
|
+ @ApiModelProperty(value = "客户端是否展示")
|
|
|
private Integer clientShow;
|
|
|
|
|
|
+ @ApiModelProperty(value = "库存类型")
|
|
|
private StockType stockType;
|
|
|
|
|
|
public Integer getClientShow() {
|