This commit is contained in:
zhangqinlin
2022-04-08 11:50:00 +08:00
parent a2ed3fcfe5
commit 282af8c456
3 changed files with 5 additions and 4 deletions
@@ -61,6 +61,7 @@ public class PayMailContracrList {
@ApiModelProperty(value = "邮寄联系人地址")
private java.lang.String contactAddress;
@Dict(dicCode ="contract_type")
@Excel(name = "合同类型", width = 15,dicCode = "contract_type")
@ApiModelProperty(value = "合同类型")
private java.lang.String contractType;
@@ -25,8 +25,8 @@ public class PayWorkingGroupStatistics {
@Excel(name = "实收总金额", width = 15)
@ApiModelProperty(value = "实收总金额")
private String comeAllMoney;
@Excel(name = "完收完成率", width = 15)
@ApiModelProperty(value = "完收完成率")
@Excel(name = "实收总金额", width = 15)
@ApiModelProperty(value = "实收总金额")
private String moneyRate;
}
@@ -25,7 +25,7 @@ public class CompanyComeMoneyList {
@Excel(name = "实收总金额", width = 15)
@ApiModelProperty(value = "实收总金额")
private String comeAllMoney;
@Excel(name = "实收完成率", width = 15)
@ApiModelProperty(value = "实收完成率")
@Excel(name = "到账率", width = 15)
@ApiModelProperty(value = "到账率")
private String finishRate;
}