|
|
@ -6,6 +6,7 @@ import lombok.Data;
|
|
|
|
|
|
|
|
|
|
|
|
@Data
|
|
|
|
@Data
|
|
|
|
public class UserRegisterEntity {
|
|
|
|
public class UserRegisterEntity {
|
|
|
|
|
|
|
|
|
|
|
|
private String id;
|
|
|
|
private String id;
|
|
|
|
private String companyId;
|
|
|
|
private String companyId;
|
|
|
|
private String mobile;
|
|
|
|
private String mobile;
|
|
|
|