首页数据修正,添加外出记录模快
This commit is contained in:
@@ -144,5 +144,10 @@ public class SysOaFinanceVo extends SysOaFinance {
|
||||
*/
|
||||
private Double outMoney;
|
||||
|
||||
private Double totalOut;
|
||||
|
||||
private Double totalIn;
|
||||
|
||||
private String month;
|
||||
|
||||
}
|
||||
|
||||
@@ -98,6 +98,13 @@ public class SysOaProjectVo {
|
||||
@ExcelProperty(value = "项目介绍")
|
||||
private String introduction;
|
||||
|
||||
|
||||
/**
|
||||
* 当月支出
|
||||
*/
|
||||
@ExcelProperty(value = "当月支出")
|
||||
private Double totalPrice;
|
||||
|
||||
/**
|
||||
* 优先级
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user