给账户的流水页面增加备注返回值
This commit is contained in:
@@ -24,6 +24,8 @@ public class AccountVo4InOutList {
|
||||
|
||||
private String amList;
|
||||
|
||||
private String remark;
|
||||
|
||||
private Long tenantId;
|
||||
|
||||
public Long getAccountId() {
|
||||
@@ -106,6 +108,14 @@ public class AccountVo4InOutList {
|
||||
this.amList = amList;
|
||||
}
|
||||
|
||||
public String getRemark() {
|
||||
return remark;
|
||||
}
|
||||
|
||||
public void setRemark(String remark) {
|
||||
this.remark = remark;
|
||||
}
|
||||
|
||||
public Long getTenantId() {
|
||||
return tenantId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user