修改名称。
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.xscm.moduleutil.bean;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class UserResultResp {
|
||||
|
||||
private String room_id;
|
||||
private String user_id;
|
||||
private String user_code;
|
||||
private String nickname;
|
||||
private String head_picture;
|
||||
private String sex;
|
||||
private String follow;
|
||||
private String fans_count;
|
||||
private String online_text;
|
||||
private String good_number;
|
||||
private String id_color;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user