物料添加字段;

This commit is contained in:
王奎兴
2026-06-16 09:25:32 +08:00
parent 230f17803d
commit 7ff8a2f108
8 changed files with 66 additions and 6 deletions
@@ -74,5 +74,12 @@ public class MaterialClassify extends BaseVOEntity{
@Excel(name = "是否作废: 1-否 2-是")
private Integer nullify;
@ApiModelProperty("收费标准")
@Excel(name = "收费标准")
private String chargeStandard;
}
@ApiModelProperty("单位")
@Excel(name = "单位")
private String unit;
}