|
@@ -108,11 +108,16 @@ public class ProofreadIssued extends BaseEntity {
|
|
/**
|
|
/**
|
|
* 审批通过时间
|
|
* 审批通过时间
|
|
*/
|
|
*/
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
|
|
private Date agreeTime;
|
|
private Date agreeTime;
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
+ * 审批人id
|
|
|
|
+ */
|
|
|
|
+ private String agreeUserId;
|
|
|
|
+
|
|
|
|
+ /**
|
|
* 流程id
|
|
* 流程id
|
|
*/
|
|
*/
|
|
private String procInsId;
|
|
private String procInsId;
|