|
@@ -14,7 +14,7 @@ import java.time.LocalDateTime;
|
|
|
@AllArgsConstructor
|
|
@AllArgsConstructor
|
|
|
public class InvitePhoneDTO {
|
|
public class InvitePhoneDTO {
|
|
|
@ExcelProperty(value = "昵称")
|
|
@ExcelProperty(value = "昵称")
|
|
|
- private String nickName;
|
|
|
|
|
|
|
+ private String nickname;
|
|
|
|
|
|
|
|
@ExcelProperty(value = "手机号")
|
|
@ExcelProperty(value = "手机号")
|
|
|
private String phone;
|
|
private String phone;
|