|
@@ -45,8 +45,7 @@ public class BizCollection extends BaseEntity implements Serializable {
|
|
|
@ApiModelProperty(value = "服务公司")
|
|
|
private String subsidiary;
|
|
|
|
|
|
- @ApiModelProperty(value = "服务公司账户")
|
|
|
- private String subsidiaryName;
|
|
|
+
|
|
|
|
|
|
@ApiModelProperty(value = "服务公司账号")
|
|
|
private String subsidiaryBankAccount;
|
|
@@ -195,7 +194,9 @@ public class BizCollection extends BaseEntity implements Serializable {
|
|
|
@Excel(name = "支付状态")
|
|
|
@TableField(exist = false)
|
|
|
private String arriveStatusName;
|
|
|
-
|
|
|
+ @ApiModelProperty(value = "服务公司账户")
|
|
|
+ @Excel(name = "收款账户")
|
|
|
+ private String subsidiaryName;
|
|
|
@Excel(name = "备注")
|
|
|
@ApiModelProperty(value = "备注")
|
|
|
private String remark;
|