@@ -90,4 +90,6 @@ public class UserSubscribeImport {
@Excel(name = "失败原因")
private String cause;
+ @Excel(name = "是否补考学员(是/否)")
+ private String studentType;
}