案例推荐-发起推送 调用用户中心接口更改

This commit is contained in:
joshen@zcwytd.com
2023-09-12 10:32:04 +08:00
parent 0bfc7dd661
commit bac127a22b
5 changed files with 25 additions and 12 deletions

View File

@@ -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;*/
}