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