Browse Source

修改变更锁定提示

anderx 2 years ago
parent
commit
30eee2259b

+ 5 - 1
src/main/java/com/goafanti/expenseAccount/bo/OutExpenseAccountBo.java

@@ -3,7 +3,11 @@ package com.goafanti.expenseAccount.bo;
 import java.math.BigDecimal;
 
 public class OutExpenseAccountBo {
-    private Integer id;private BigDecimal totalAmount;private Integer type;private Integer processStatus;private String createTimeStr;
+    private Integer id;
+    private BigDecimal totalAmount;
+    private Integer type;
+    private Integer processStatus;
+    private String createTimeStr;
     private Integer status;
 
     public Integer getStatus() {