|
@@ -21,7 +21,7 @@ public class ProposalInfo extends BaseEntity
|
|
private Long proposalId;
|
|
private Long proposalId;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "提案人ID")
|
|
+
|
|
private Long proposalUserId;
|
|
private Long proposalUserId;
|
|
|
|
|
|
|
|
|
|
@@ -45,7 +45,7 @@ public class ProposalInfo extends BaseEntity
|
|
private String boundary;
|
|
private String boundary;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "党派")
|
|
+
|
|
private String partyAffiliation;
|
|
private String partyAffiliation;
|
|
|
|
|
|
|
|
|
|
@@ -53,7 +53,7 @@ public class ProposalInfo extends BaseEntity
|
|
private String contactAddress;
|
|
private String contactAddress;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "提案类别id")
|
|
+
|
|
private Long categoryId;
|
|
private Long categoryId;
|
|
|
|
|
|
|
|
|
|
@@ -69,27 +69,27 @@ public class ProposalInfo extends BaseEntity
|
|
private String proposalContent;
|
|
private String proposalContent;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "联名提案", readConverterExp = "0=是,1=否")
|
|
+ @Excel(name = "联名提案" )
|
|
private String isJointly;
|
|
private String isJointly;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "同意公开", readConverterExp = "0=是,1=否")
|
|
+
|
|
private String isPublicity;
|
|
private String isPublicity;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "内容公开", readConverterExp = "0=是,1=否")
|
|
+
|
|
private String contentPublicity;
|
|
private String contentPublicity;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "经过调研", readConverterExp = "0=是,1=否")
|
|
+
|
|
private String isSurvey;
|
|
private String isSurvey;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "第一次提出", readConverterExp = "0=是,1=否")
|
|
+
|
|
private String isFirst;
|
|
private String isFirst;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "由本人撰写", readConverterExp = "0=是,1=否")
|
|
+
|
|
private String isPerson;
|
|
private String isPerson;
|
|
|
|
|
|
|
|
|
|
@@ -104,15 +104,15 @@ public class ProposalInfo extends BaseEntity
|
|
@Excel(name = "建议承办单位")
|
|
@Excel(name = "建议承办单位")
|
|
private String proposedContractor;
|
|
private String proposedContractor;
|
|
|
|
|
|
-
|
|
+
|
|
- @Excel(name = "提案进度(0:提交提案,1:提案审查,2:提案立案,3:提案交办,4:办理提案,5:提案反馈,6:办结审核,7:已办结)")
|
|
+ @Excel(name = "提案进度", readConverterExp = "0=提交提案,1=提案审查,2=提案立案,3=提案不立案,4=提案办理,5=提案审核,6=审核不通过,7=审核通过,8=已办结")
|
|
private String proposalProgress;
|
|
private String proposalProgress;
|
|
|
|
|
|
- @Excel(name = "打回理由")
|
|
+
|
|
private String backReason;
|
|
private String backReason;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "滚动办理", readConverterExp = "0=是,1=否")
|
|
+
|
|
private String rollingProcess;
|
|
private String rollingProcess;
|
|
|
|
|
|
|
|
|
|
@@ -120,11 +120,11 @@ public class ProposalInfo extends BaseEntity
|
|
private String complexType;
|
|
private String complexType;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "是否被并案", readConverterExp = "0=是,1=否")
|
|
+
|
|
private String isCasesTogether;
|
|
private String isCasesTogether;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "被并案的案件id")
|
|
+
|
|
private Long uniteProposalId;
|
|
private Long uniteProposalId;
|
|
|
|
|
|
|
|
|
|
@@ -140,11 +140,11 @@ public class ProposalInfo extends BaseEntity
|
|
private String membersOpinion;
|
|
private String membersOpinion;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "政协满意程度", readConverterExp = "0=:不满意,1:一般,2:满意,3:非常满意")
|
|
+
|
|
private String zxSatisfaction;
|
|
private String zxSatisfaction;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "政协意见")
|
|
+
|
|
private String zxOpinion;
|
|
private String zxOpinion;
|
|
|
|
|
|
|
|
|
|
@@ -156,11 +156,11 @@ public class ProposalInfo extends BaseEntity
|
|
private String keyPointArgument;
|
|
private String keyPointArgument;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "是否推荐优秀", readConverterExp = "0=是,1=否")
|
|
+
|
|
private String isOutstanding;
|
|
private String isOutstanding;
|
|
|
|
|
|
|
|
|
|
- @Excel(name = "推荐优秀理由")
|
|
+
|
|
private String outstandingArgument;
|
|
private String outstandingArgument;
|
|
|
|
|
|
|
|
|