This commit is contained in:
zhaoqing
2026-04-14 15:27:55 +08:00
parent 230edc73e4
commit f6a58fefe6
4 changed files with 3 additions and 12 deletions
@@ -386,7 +386,5 @@ public class MaterialBaseInfo extends BaseVOEntity{
@ApiModelProperty("法定第二单位")
private String statutorySecondUnit;
@ApiModelProperty("是否抄码: 1-是 2-否")
@Excel(name = "是否抄码: 1-是 2-否")
private Integer copyCode;
}
@@ -361,9 +361,6 @@ public class MaterialBaseInfoPO extends BaseVOEntity{
@ApiModelProperty("法定第二单位")
private String statutorySecondUnit;
@ApiModelProperty("是否抄码: 1-是 2-否")
@Excel(name = "是否抄码: 1-是 2-否")
private Integer copyCode;
@ApiModelProperty("商品规则")
private MaterialGoodsRuleFeign materialGoodsRule;
@@ -382,7 +382,5 @@ public class MaterialBaseInfoDO extends BaseVOEntity{
@ApiModelProperty("法定第二单位")
private String statutorySecondUnit;
@ApiModelProperty("是否抄码: 1-是 2-否")
@Excel(name = "是否抄码: 1-是 2-否")
private Integer copyCode;
}
@@ -361,7 +361,5 @@ public class MaterialBaseInfoDTO extends BaseVOEntity{
@ApiModelProperty("法定第二单位")
private String statutorySecondUnit;
@ApiModelProperty("是否抄码: 1-是 2-否")
@Excel(name = "是否抄码: 1-是 2-否")
private Integer copyCode;
}