|
@@ -21,7 +21,7 @@ public class DeptBalanceDto implements Serializable {
|
|
|
private String deptName;
|
|
private String deptName;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "机构负责人")
|
|
@ApiModelProperty(value = "机构负责人")
|
|
|
- private String deptLeader;
|
|
|
|
|
|
|
+ private String userName;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "机构地址")
|
|
@ApiModelProperty(value = "机构地址")
|
|
|
private String deptAddress;
|
|
private String deptAddress;
|
|
@@ -58,9 +58,9 @@ public class DeptBalanceDto implements Serializable {
|
|
|
public DeptBalanceDto() {
|
|
public DeptBalanceDto() {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public DeptBalanceDto(String deptName, String deptLeader, String deptAddress, BigDecimal deptManagementFee, BigDecimal totalIncome, BigDecimal withdrawn, BigDecimal notWithdrawn, String comLevel) {
|
|
|
|
|
|
|
+ public DeptBalanceDto(String deptName, String userName, String deptAddress, BigDecimal deptManagementFee, BigDecimal totalIncome, BigDecimal withdrawn, BigDecimal notWithdrawn, String comLevel) {
|
|
|
this.deptName = deptName;
|
|
this.deptName = deptName;
|
|
|
- this.deptLeader = deptLeader;
|
|
|
|
|
|
|
+ this.userName = userName;
|
|
|
this.deptAddress = deptAddress;
|
|
this.deptAddress = deptAddress;
|
|
|
this.deptManagementFee = deptManagementFee;
|
|
this.deptManagementFee = deptManagementFee;
|
|
|
this.totalIncome = totalIncome;
|
|
this.totalIncome = totalIncome;
|