增加配置文件 导出pdf临时文件路径 设置 、 仿宋体字体文件路径 设置
增加iText导出pdf文件依赖。
This commit is contained in:
+6
@@ -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;
|
||||
}
|
||||
|
||||
+3
@@ -98,5 +98,8 @@ public class ProcessHistoryEO implements Serializable {
|
||||
@TableField(exist = false)
|
||||
private String name;;
|
||||
|
||||
@ApiModelProperty(value = "法规清单id")
|
||||
private String projectLawsInventoryId;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user