|
@@ -65,7 +65,7 @@ public class ZsyzSbbzb extends BaseEntity
|
|
|
private String ntze;
|
|
|
|
|
|
|
|
|
- @Excel(name = "产业类型id")
|
|
|
+
|
|
|
private String cylxId;
|
|
|
|
|
|
|
|
@@ -93,7 +93,7 @@ public class ZsyzSbbzb extends BaseEntity
|
|
|
private String tzzt;
|
|
|
|
|
|
|
|
|
- @Excel(name = "项目进度")
|
|
|
+
|
|
|
private String xmjz;
|
|
|
|
|
|
|
|
@@ -154,40 +154,41 @@ public class ZsyzSbbzb extends BaseEntity
|
|
|
private String zw;
|
|
|
|
|
|
|
|
|
- @Excel(name = "申请人用户ID")
|
|
|
+
|
|
|
private Long userId;
|
|
|
|
|
|
|
|
|
- @Excel(name = "申报状态 1:正常 2:暂缓")
|
|
|
+
|
|
|
private String type;
|
|
|
|
|
|
|
|
|
- @Excel(name = "项目进度 1=项目首谈待审核, 2=项目首谈已审核, 3=线索分发要素部门, 4=线索已指派, 5=线索已承接, 6=签约待审核, 7=签约已审核, 8=开工待审核, 9=开工已审核, 10=投产待审核, 11=投产已审核, 12=项目已入归")
|
|
|
+ @Excel(name = "项目进度",readConverterExp =" 1=项目首谈, 2=项目承接, 3=项目签约, 4=项目开工, 5=项目投产")
|
|
|
private String progress;
|
|
|
|
|
|
|
|
|
* 项目状态 1:待审核 2:已通过 3:被退回
|
|
|
*/
|
|
|
+ @Excel(name = "项目状态",readConverterExp ="1=待审核, 2=已通过, 3=被退回")
|
|
|
private String xmStatus;
|
|
|
|
|
|
|
|
|
- @Excel(name = "申请人部门ID")
|
|
|
+
|
|
|
private Long deptId;
|
|
|
|
|
|
|
|
|
- @Excel(name = "是否删除 N:否 Y:是")
|
|
|
+
|
|
|
private String isDel;
|
|
|
|
|
|
|
|
|
- @Excel(name = "承接地id")
|
|
|
+
|
|
|
private Long cjdId;
|
|
|
|
|
|
|
|
|
- @Excel(name = "承接地部门名称")
|
|
|
+ @Excel(name = "承接地")
|
|
|
private String cjdName;
|
|
|
|
|
|
|
|
|
- @Excel(name = "是否需要会议支持 N=否, Y=是")
|
|
|
+
|
|
|
private String isMeet;
|
|
|
|
|
|
|
|
@@ -214,7 +215,7 @@ public class ZsyzSbbzb extends BaseEntity
|
|
|
|
|
|
|
|
|
|
|
|
- @Excels({
|
|
|
+
|
|
|
@Excel(name = "企业注册名称+项目名称", targetAttr = "xmmc"),
|
|
|
@Excel(name = "建设内容", targetAttr = "jsnr"),
|
|
|
@Excel(name = "对方签约人", targetAttr = "dfqyr"),
|
|
@@ -240,24 +241,26 @@ public class ZsyzSbbzb extends BaseEntity
|
|
|
@Excel(name = "经营范围", targetAttr = "jyfw"),
|
|
|
@Excel(name = "立项日期", targetAttr = "lxrq", width = 30, dateFormat = "yyyy-MM-dd"),
|
|
|
@Excel(name = "计划开工日期", targetAttr = "nkgrq", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
- })
|
|
|
+ })*/
|
|
|
+ @Excel(name = "签约信息")
|
|
|
private ZsyzQyxx zsyzQyxx;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- @Excels({
|
|
|
+
|
|
|
@Excel(name = "开工日期", targetAttr = "kgrq", width = 30, dateFormat = "yyyy-MM-dd"),
|
|
|
@Excel(name = "拟竣工日期", targetAttr = "njgrq", width = 30, dateFormat = "yyyy-MM-dd"),
|
|
|
@Excel(name = "拟投产时间", targetAttr = "ntcsj", width = 30, dateFormat = "yyyy-MM-dd"),
|
|
|
|
|
|
|
|
|
- })
|
|
|
+ })*/
|
|
|
+ @Excel(name = "开工信息")
|
|
|
private ZsyzKgxx zsyzKgxx;
|
|
|
|
|
|
|
|
|
|
|
|
- @Excels({
|
|
|
+
|
|
|
@Excel(name = "投产日期", targetAttr = "tcrq", width = 30, dateFormat = "yyyy-MM-dd"),
|
|
|
@Excel(name = "实际到资额(万元)", targetAttr = "sjdze"),
|
|
|
@Excel(name = "用地面积(亩)", targetAttr = "ydmj"),
|
|
@@ -266,18 +269,35 @@ public class ZsyzSbbzb extends BaseEntity
|
|
|
|
|
|
|
|
|
|
|
|
- })
|
|
|
+ })*/
|
|
|
+ @Excel(name = "投产信息")
|
|
|
private ZsyzTcxx zsyzTcxx;
|
|
|
|
|
|
-
|
|
|
+
|
|
|
+ @Excel(name = "项目进展情况")
|
|
|
+ private List<ZsyzJzqk> zsyzJzqkList;
|
|
|
|
|
|
-
|
|
|
- @Excel(name = "进展情况", targetAttr = "sjdze"),
|
|
|
- @Excel(name = "存在问题", targetAttr = "ydmj"),
|
|
|
- @Excel(name = "解决建议", targetAttr = "xjcf"),
|
|
|
- @Excel(name = "下一步工作计划", targetAttr = "sbfp")
|
|
|
- })
|
|
|
- private ZsyzTcxx zsyzTcxx;*/
|
|
|
+
|
|
|
+
|
|
|
+ * 导出控制字段(1:列表导出,2详情导出)
|
|
|
+ */
|
|
|
+ private String exportType;
|
|
|
+
|
|
|
+ public List<ZsyzJzqk> getZsyzJzqkList() {
|
|
|
+ return zsyzJzqkList;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getExportType() {
|
|
|
+ return exportType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setZsyzJzqkList(List<ZsyzJzqk> zsyzJzqkList) {
|
|
|
+ this.zsyzJzqkList = zsyzJzqkList;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setExportType(String exportType) {
|
|
|
+ this.exportType = exportType;
|
|
|
+ }
|
|
|
|
|
|
public String getXmStatus() {
|
|
|
return xmStatus;
|