fix: 流程发起报错 字段未同步
This commit is contained in:
+3
@@ -193,6 +193,7 @@ public class ProcessEsAnnualInit implements Serializable {
|
|||||||
private Date draftPlannedCompleteDate;
|
private Date draftPlannedCompleteDate;
|
||||||
|
|
||||||
@Excel(name = "草稿计划完成日期", width = 20, orderNum = "10")
|
@Excel(name = "草稿计划完成日期", width = 20, orderNum = "10")
|
||||||
|
@TableField(exist = false)
|
||||||
private String draftPlannedCompleteDateString;
|
private String draftPlannedCompleteDateString;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -204,6 +205,7 @@ public class ProcessEsAnnualInit implements Serializable {
|
|||||||
private Date solicitationDraftPlanCompleteDate;
|
private Date solicitationDraftPlanCompleteDate;
|
||||||
|
|
||||||
@Excel(name = "征求意见稿计划完成日期", width = 24, orderNum = "11")
|
@Excel(name = "征求意见稿计划完成日期", width = 24, orderNum = "11")
|
||||||
|
@TableField(exist = false)
|
||||||
private String solicitationDraftPlanCompleteDateString;
|
private String solicitationDraftPlanCompleteDateString;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -215,6 +217,7 @@ public class ProcessEsAnnualInit implements Serializable {
|
|||||||
private Date planApprovalDate;
|
private Date planApprovalDate;
|
||||||
|
|
||||||
@Excel(name = "计划报批日期", width = 15, orderNum = "12")
|
@Excel(name = "计划报批日期", width = 15, orderNum = "12")
|
||||||
|
@TableField(exist = false)
|
||||||
private String planApprovalDateString;
|
private String planApprovalDateString;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
+3
@@ -193,6 +193,7 @@ public class ProcessEsAnnualReport implements Serializable {
|
|||||||
private Date draftPlannedCompleteDate;
|
private Date draftPlannedCompleteDate;
|
||||||
|
|
||||||
@Excel(name = "草稿计划完成日期", width = 20, orderNum = "12")
|
@Excel(name = "草稿计划完成日期", width = 20, orderNum = "12")
|
||||||
|
@TableField(exist = false)
|
||||||
private String draftPlannedCompleteDateString;
|
private String draftPlannedCompleteDateString;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -204,6 +205,7 @@ public class ProcessEsAnnualReport implements Serializable {
|
|||||||
private Date solicitationDraftPlanCompleteDate;
|
private Date solicitationDraftPlanCompleteDate;
|
||||||
|
|
||||||
@Excel(name = "征求意见稿计划完成日期", width = 24, orderNum = "13")
|
@Excel(name = "征求意见稿计划完成日期", width = 24, orderNum = "13")
|
||||||
|
@TableField(exist = false)
|
||||||
private String solicitationDraftPlanCompleteDateString;
|
private String solicitationDraftPlanCompleteDateString;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -215,6 +217,7 @@ public class ProcessEsAnnualReport implements Serializable {
|
|||||||
private Date planApprovalDate;
|
private Date planApprovalDate;
|
||||||
|
|
||||||
@Excel(name = "计划报批日期", width = 15, orderNum = "14")
|
@Excel(name = "计划报批日期", width = 15, orderNum = "14")
|
||||||
|
@TableField(exist = false)
|
||||||
private String planApprovalDateString;
|
private String planApprovalDateString;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user