wms-基础数据-物料管理 添加是否抄码
This commit is contained in:
+5
@@ -202,6 +202,11 @@ public class MaterialBaseInfoFeign extends BaseVOEntity{
|
|||||||
|
|
||||||
@ApiModelProperty("法定第二单位")
|
@ApiModelProperty("法定第二单位")
|
||||||
private String statutorySecondUnit;
|
private String statutorySecondUnit;
|
||||||
|
|
||||||
|
@ApiModelProperty("是否抄码: 1-是 2-否")
|
||||||
|
@Excel(name = "是否抄码: 1-是 2-否")
|
||||||
|
private Integer copyCode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 规格型号
|
* 规格型号
|
||||||
*/
|
*/
|
||||||
|
|||||||
+4
@@ -385,4 +385,8 @@ public class MaterialBaseInfo extends BaseVOEntity{
|
|||||||
|
|
||||||
@ApiModelProperty("法定第二单位")
|
@ApiModelProperty("法定第二单位")
|
||||||
private String statutorySecondUnit;
|
private String statutorySecondUnit;
|
||||||
|
|
||||||
|
@ApiModelProperty("是否抄码: 1-是 2-否")
|
||||||
|
@Excel(name = "是否抄码: 1-是 2-否")
|
||||||
|
private Integer copyCode;
|
||||||
}
|
}
|
||||||
+4
@@ -361,6 +361,10 @@ public class MaterialBaseInfoPO extends BaseVOEntity{
|
|||||||
@ApiModelProperty("法定第二单位")
|
@ApiModelProperty("法定第二单位")
|
||||||
private String statutorySecondUnit;
|
private String statutorySecondUnit;
|
||||||
|
|
||||||
|
@ApiModelProperty("是否抄码: 1-是 2-否")
|
||||||
|
@Excel(name = "是否抄码: 1-是 2-否")
|
||||||
|
private Integer copyCode;
|
||||||
|
|
||||||
@ApiModelProperty("商品规则")
|
@ApiModelProperty("商品规则")
|
||||||
private MaterialGoodsRuleFeign materialGoodsRule;
|
private MaterialGoodsRuleFeign materialGoodsRule;
|
||||||
|
|
||||||
|
|||||||
+4
@@ -381,4 +381,8 @@ public class MaterialBaseInfoDO extends BaseVOEntity{
|
|||||||
|
|
||||||
@ApiModelProperty("法定第二单位")
|
@ApiModelProperty("法定第二单位")
|
||||||
private String statutorySecondUnit;
|
private String statutorySecondUnit;
|
||||||
|
|
||||||
|
@ApiModelProperty("是否抄码: 1-是 2-否")
|
||||||
|
@Excel(name = "是否抄码: 1-是 2-否")
|
||||||
|
private Integer copyCode;
|
||||||
}
|
}
|
||||||
+4
@@ -360,4 +360,8 @@ public class MaterialBaseInfoDTO extends BaseVOEntity{
|
|||||||
|
|
||||||
@ApiModelProperty("法定第二单位")
|
@ApiModelProperty("法定第二单位")
|
||||||
private String statutorySecondUnit;
|
private String statutorySecondUnit;
|
||||||
|
|
||||||
|
@ApiModelProperty("是否抄码: 1-是 2-否")
|
||||||
|
@Excel(name = "是否抄码: 1-是 2-否")
|
||||||
|
private Integer copyCode;
|
||||||
}
|
}
|
||||||
@@ -198,4 +198,6 @@ public class MaterialBaseInfo extends BaseVOEntity {
|
|||||||
|
|
||||||
@ApiModelProperty("规格型号")
|
@ApiModelProperty("规格型号")
|
||||||
private String specificationModel;
|
private String specificationModel;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
+4
@@ -245,4 +245,8 @@ public class MaterialBaseInfoPO extends BaseVOEntity {
|
|||||||
//库存件数
|
//库存件数
|
||||||
private BigDecimal stockQuantity;
|
private BigDecimal stockQuantity;
|
||||||
|
|
||||||
|
@ApiModelProperty("是否抄码: 1-是 2-否")
|
||||||
|
@Excel(name = "是否抄码: 1-是 2-否")
|
||||||
|
private Integer copyCode;
|
||||||
|
|
||||||
}
|
}
|
||||||
+4
@@ -217,4 +217,8 @@ public class MaterialBaseInfoDO extends BaseVOEntity {
|
|||||||
|
|
||||||
@ApiModelProperty("批次ID")
|
@ApiModelProperty("批次ID")
|
||||||
private Long batchId;
|
private Long batchId;
|
||||||
|
|
||||||
|
@ApiModelProperty("是否抄码: 1-是 2-否")
|
||||||
|
@Excel(name = "是否抄码: 1-是 2-否")
|
||||||
|
private Integer copyCode;
|
||||||
}
|
}
|
||||||
|
|||||||
+4
@@ -260,4 +260,8 @@ public class MaterialBaseInfoDTO extends BaseVOEntity {
|
|||||||
@ApiModelProperty("批次(导入)")
|
@ApiModelProperty("批次(导入)")
|
||||||
@Excel(name = "批次")
|
@Excel(name = "批次")
|
||||||
private String batchImport;
|
private String batchImport;
|
||||||
|
|
||||||
|
@ApiModelProperty("是否抄码: 1-是 2-否")
|
||||||
|
@Excel(name = "是否抄码: 1-是 2-否")
|
||||||
|
private Integer copyCode;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user