@ -43,6 +43,11 @@ public class ProjectStaffDTO implements Serializable {
*/
private String projectId;
/**
* 项目处理进展ID
private String processId;
* 客户ID
@ -43,6 +43,11 @@ public class ProjectProcessEntity extends BaseEpmetEntity {
* 负负责人ID
@ -37,6 +37,9 @@ public class ProjectStaffExcel {
@Excel(name = "项目ID")
@Excel(name = "项目处理进展ID")
@Excel(name = "客户ID")
private String customerId;