|
@@ -4,10 +4,12 @@
|
|
|
package com.jeeplus.modules.projectcontentinfo.entity;
|
|
|
|
|
|
|
|
|
+import com.google.common.collect.Lists;
|
|
|
import com.jeeplus.common.persistence.TreeEntity;
|
|
|
import com.jeeplus.common.utils.excel.annotation.ExcelField;
|
|
|
import com.jeeplus.modules.projectAccessory.entity.ProjectTemplateInfo;
|
|
|
import com.jeeplus.modules.projectrecord.entity.ProjectRecords;
|
|
|
+import com.jeeplus.modules.ruralprojectrecords.entity.ReportedConsultant;
|
|
|
import com.jeeplus.modules.ruralprojectrecords.entity.RuralProjectRecords;
|
|
|
import com.jeeplus.modules.sys.entity.Workattachment;
|
|
|
|
|
@@ -53,6 +55,8 @@ public class Projectcontentinfo extends TreeEntity<Projectcontentinfo> {
|
|
|
private String monthlyContent; //月报内容信息
|
|
|
private String monthlyNumber; //月报编号
|
|
|
|
|
|
+ private List<ReportedConsultant> reportedConsultantList= Lists.newArrayList();;//咨询员列表
|
|
|
+
|
|
|
private List<ProjectTemplateInfo> fileAttachmentList; //报告文件
|
|
|
private List<ProjectTemplateInfo> fileGistdataList; //依据性文件
|
|
|
private List<ProjectTemplateInfo> fileOtherList; //其他文件
|