浏览代码

修改变更锁定提示

anderx 3 年之前
父节点
当前提交
30eee2259b
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/main/java/com/goafanti/expenseAccount/bo/OutExpenseAccountBo.java

+ 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() {