Commit 69eae076 authored by Fuzy's avatar Fuzy

修改实体类

parent 83d94973
......@@ -54,6 +54,30 @@ public class ActSuppliesImportCleaningAcc extends BaseEntity
private String sOfExpenses;
/** 32类分类*/
private String categories;
/**
* 型号
*/
private String model;
/**
* 单位
*/
private String unit;
public String getModel() {
return model;
}
public void setModel(String model) {
this.model = model;
}
public String getUnit() {
return unit;
}
public void setUnit(String unit) {
this.unit = unit;
}
public String getsOfExpenses() {
return sOfExpenses;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment