|
@ -37,6 +37,9 @@ public class ProjectStaffExcel { |
|
|
@Excel(name = "项目ID") |
|
|
@Excel(name = "项目ID") |
|
|
private String projectId; |
|
|
private String projectId; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "项目处理进展ID") |
|
|
|
|
|
private String processId; |
|
|
|
|
|
|
|
|
@Excel(name = "客户ID") |
|
|
@Excel(name = "客户ID") |
|
|
private String customerId; |
|
|
private String customerId; |
|
|
|
|
|
|
|
|