@@ -45,6 +45,10 @@ public class UserImportAddBo {
@ApiModelProperty("学历")
private String eduLevel;
+ @Excel(name = "商品年份")
+ @ApiModelProperty("商品年份")
+ private String year;
+
@Excel(name = "失败原因")
private String cause;