|
@ -22,6 +22,7 @@ public class BaseProductDetailsVo implements Vo { |
|
|
@ApiModelProperty("对应商品sid") |
|
|
@ApiModelProperty("对应商品sid") |
|
|
private String goodsSid; // 产品对应商品sid
|
|
|
private String goodsSid; // 产品对应商品sid
|
|
|
private String productName; // 产品名称
|
|
|
private String productName; // 产品名称
|
|
|
|
|
|
private String productCode; // 产品编码
|
|
|
@ApiModelProperty("0产出率/1配比(初加工/深加工)") |
|
|
@ApiModelProperty("0产出率/1配比(初加工/深加工)") |
|
|
private String rateType; // 0产出率/1配比(初加工/深加工)
|
|
|
private String rateType; // 0产出率/1配比(初加工/深加工)
|
|
|
private List<BaseProductMaterialDetailsVo> list = new ArrayList<>(); //原料列表
|
|
|
private List<BaseProductMaterialDetailsVo> list = new ArrayList<>(); //原料列表
|
|
|