物料添加字段;
This commit is contained in:
+8
-1
@@ -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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user