增加配置文件 导出pdf临时文件路径 设置 、 仿宋体字体文件路径 设置

增加iText导出pdf文件依赖。
This commit is contained in:
wangzhijiang
2022-05-23 20:30:26 +08:00
parent d59a93ade1
commit 79c4014ed3
5 changed files with 36 additions and 3 deletions
@@ -297,4 +297,10 @@ public class ProjectTaskInventoryEO implements Serializable {
private String prehomoPersonChargeFeedback;
/**验证符合性 责任人填写反馈意见**/
private String verifyPersonChargeFeedback;
/**流程结束时间 最后的时间*/
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
@ApiModelProperty(value = "流程结束时间 最后的时间")
private Date processEndTime;
}
@@ -98,5 +98,8 @@ public class ProcessHistoryEO implements Serializable {
@TableField(exist = false)
private String name;;
@ApiModelProperty(value = "法规清单id")
private String projectLawsInventoryId;
}