平台件-认证清单导出

This commit is contained in:
zhn
2023-10-10 13:59:42 +08:00
parent 931c4fce8d
commit 437abc4238
5 changed files with 21 additions and 0 deletions
@@ -216,4 +216,8 @@ public class ProjectCertificationInventoryDutyEnginnerEO implements Serializable
// @Excel(name = "*截止日期", width = 20, format = "yyyy-MM-dd")
@TableField(exist = false)
private String endTimeStr;
@ApiModelProperty(value = "备注")
// @Excel(name = "备注", width = 50)
private String remark;
}
@@ -215,4 +215,8 @@ public class ProjectCertificationInventoryDutyEnginnerEOEnPlatform implements Se
// @Excel(name = "截止日期", width = 20, format = "yyyy-MM-dd")
@TableField(exist = false)
private String endTimeStr;
@ApiModelProperty(value = "备注")
@Excel(name = "Remark", width = 50)
private String remark;
}
@@ -192,6 +192,7 @@ public class ProjectCertificationInventoryDutyEnginnerEOPlatform implements Seri
@ApiModelProperty(value = "认证进度备注")
private String certificationProgressRemark;
/**项目库id*/
@ApiModelProperty(value = "项目库id")
private String projectLibraryId;
@@ -215,4 +216,8 @@ public class ProjectCertificationInventoryDutyEnginnerEOPlatform implements Seri
// @Excel(name = "*截止日期", width = 20, format = "yyyy-MM-dd")
@TableField(exist = false)
private String endTimeStr;
@ApiModelProperty(value = "备注")
@Excel(name = "备注", width = 50)
private String remark;
}
@@ -221,4 +221,8 @@ public class ProjectCertificationInventoryEOEnPlatform implements Serializable {
@TableField(exist = false)
private String endTimeStr;
@ApiModelProperty(value = "备注")
@Excel(name = "Remark", width = 50)
private String remark;
}
@@ -261,4 +261,8 @@ public class ProjectCertificationInventoryEOPlatform implements Serializable {
@ApiModelProperty(value = "关联平台件数据")
@TableField(exist = false)
private List<ProjectCertificationInventoryEOPlatform> projectCertificationInventoryEOS;
@ApiModelProperty(value = "备注")
@Excel(name = "备注", width = 50)
private String remark;
}