|
|
@@ -1,5 +1,6 @@
|
|
|
package com.template.model.vo;
|
|
|
|
|
|
+import com.alibaba.excel.annotation.ExcelIgnore;
|
|
|
import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
@@ -37,6 +38,10 @@ public class WelcomeVisitorVO implements Serializable {
|
|
|
@ExcelProperty("证件号")
|
|
|
private String cardId;
|
|
|
|
|
|
+ @ApiModelProperty(value = "校区id")
|
|
|
+ @ExcelIgnore
|
|
|
+ private String schoolId;
|
|
|
+
|
|
|
@ApiModelProperty(value = "校区名称")
|
|
|
@ExcelProperty("校区名称")
|
|
|
private String school;
|