|
@@ -31,7 +31,7 @@ public class ProjectStaffRecordOut extends ProjectStaffRecord {
|
|
|
private Long pid;
|
|
private Long pid;
|
|
|
@Excel(name = "项目名称")
|
|
@Excel(name = "项目名称")
|
|
|
private String projectName;
|
|
private String projectName;
|
|
|
- @Excel(name = "创断任务")
|
|
|
|
|
|
|
+ @Excel(name = "研发阶段", readConverterExp = "0=市场调研,1=立项阶段,2=研发中,3=项目验收阶段")
|
|
|
private Integer projectStatus;
|
|
private Integer projectStatus;
|
|
|
@Excel(name = "研发内容")
|
|
@Excel(name = "研发内容")
|
|
|
private String content;
|
|
private String content;
|