mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-24 18:23:05 +08:00
案例推荐-发起推送 调用用户中心接口更改
This commit is contained in:
@@ -5,8 +5,10 @@ import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class UserInfoListVo {
|
||||
|
||||
private long id;
|
||||
private String userId;
|
||||
private String workNum;
|
||||
private String userName;
|
||||
/*private long id;
|
||||
private String bandCode;
|
||||
private String bandDesc;
|
||||
private Boolean deleted;
|
||||
@@ -38,6 +40,6 @@ public class UserInfoListVo {
|
||||
private String userNo;
|
||||
private String email;
|
||||
private String avatar;
|
||||
private String positionList;
|
||||
private String positionList;*/
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user