fix:bug
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
+2
-2
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user