Commit c14f56df authored by Fuzy's avatar Fuzy

修改实体类

parent 5a86b79f
...@@ -62,6 +62,18 @@ public class ActSuppliesImportCleaningAcc extends BaseEntity ...@@ -62,6 +62,18 @@ public class ActSuppliesImportCleaningAcc extends BaseEntity
* 单位 * 单位
*/ */
private String unit; private String unit;
/**
* 总金额
*/
private String money;
public String getMoney() {
return money;
}
public void setMoney(String money) {
this.money = money;
}
public String getModel() { public String getModel() {
return model; return model;
......
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