基础信息-物料管理-新增 添加货物类型

This commit is contained in:
zhaoqing
2026-05-09 14:54:27 +08:00
parent 0ca5bed1f9
commit 93d0f258c3
11 changed files with 45 additions and 2 deletions
@@ -265,6 +265,10 @@ public class MaterialBaseInfoDTO extends BaseVOEntity {
@Excel(name = "是否抄码: 1-是 2-否")
private Integer copyCode;
@ApiModelProperty("货物类型:0-物料 1-半成品 2-成品")
@Excel(name = "货物类型:0-物料 1-半成品 2-成品")
private Integer goodsType;
@ApiModelProperty("推送状态")
private Integer pushStatus;