|
|
@@ -27,9 +27,6 @@ public class UserInfoForm implements Serializable {
|
|
|
@Schema(description = "个人用户编号")
|
|
|
private Long id;
|
|
|
|
|
|
- @Schema(description = "所属集团编号")
|
|
|
- private Long ecId;
|
|
|
-
|
|
|
@Schema(description = "昵称")
|
|
|
@Size(max=32, message="昵称长度不能超过32个字符")
|
|
|
private String nickName;
|
|
|
@@ -42,9 +39,6 @@ public class UserInfoForm implements Serializable {
|
|
|
@Size(max=128, message="微信openid长度不能超过128个字符")
|
|
|
private String openid;
|
|
|
|
|
|
- @Schema(description = "所属第三方(无则为自营)")
|
|
|
- private Long groupId;
|
|
|
-
|
|
|
@Schema(description = "创建时间")
|
|
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private LocalDateTime createTime;
|