|
@ -56,4 +56,10 @@ public class CollectListMemberExcelResultDTO implements Serializable { |
|
|
*/ |
|
|
*/ |
|
|
@Excel(name = "单位或学校", width = 60) |
|
|
@Excel(name = "单位或学校", width = 60) |
|
|
private String workPlace; |
|
|
private String workPlace; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 备注 |
|
|
|
|
|
*/ |
|
|
|
|
|
@Excel(name = "备注", width = 60) |
|
|
|
|
|
private String remark; |
|
|
} |
|
|
} |
|
|