解决账户统计报表展示金额的bug
This commit is contained in:
@@ -4,6 +4,8 @@ import java.math.BigDecimal;
|
||||
|
||||
public class AccountVo4InOutList {
|
||||
|
||||
private Long accountId;
|
||||
|
||||
private String number;
|
||||
|
||||
private String type;
|
||||
@@ -24,6 +26,14 @@ public class AccountVo4InOutList {
|
||||
|
||||
private Long tenantId;
|
||||
|
||||
public Long getAccountId() {
|
||||
return accountId;
|
||||
}
|
||||
|
||||
public void setAccountId(Long accountId) {
|
||||
this.accountId = accountId;
|
||||
}
|
||||
|
||||
public String getNumber() {
|
||||
return number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user