优化账户余额的计算方法,将财务单据统计进去

This commit is contained in:
季圣华
2017-07-05 00:11:34 +08:00
parent 12ab93ae55
commit bfb1fe531f
5 changed files with 184 additions and 13 deletions

View File

@@ -20,6 +20,7 @@ public class AccountItemModel implements Serializable
private String Updated = ""; //json修改记录
private String HeadIds = ""; //表头集合列表
private String ListType = ""; //单据类型
private String MonthTime = ""; //月份
private String browserType = "";
/**
@@ -157,6 +158,14 @@ public class AccountItemModel implements Serializable
return HeadIds;
}
public String getListType() {
return ListType;
}
public void setListType(String listType) {
ListType = listType;
}
public void setMonthTime(String monthTime)
{
MonthTime = monthTime;