fix 87992 个人来款统计-导出-有以下问题
This commit is contained in:
+4
-3
@@ -14,6 +14,10 @@ public class PrincipalPeopleList {
|
||||
@ApiModelProperty(value = "项目负责人id")
|
||||
private String principalId;
|
||||
|
||||
@Excel(name = "项目负责人", width = 15)
|
||||
@ApiModelProperty(value = "项目负责人")
|
||||
private String principalName;
|
||||
|
||||
@Excel(name = "年度待确收金额", width = 15)
|
||||
@DecimalMax(value = "9999999999.99",message = "合同金额(元)格式错误")
|
||||
@JsonFormat(shape = JsonFormat.Shape.STRING)
|
||||
@@ -38,7 +42,4 @@ public class PrincipalPeopleList {
|
||||
@ApiModelProperty(value = "个人完成率")
|
||||
private String finishRate;
|
||||
|
||||
@Excel(name = "项目负责人", width = 15)
|
||||
@ApiModelProperty(value = "项目负责人")
|
||||
private String principalName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user