src/main/java/cc/mrbird/febs/mall/vo/AdminChatUserVo.java
@@ -32,4 +32,27 @@ * 账户可用 */ private BigDecimal avaAmount; /** * 邀请码 */ private String inviteId; /** * 邀请码 */ private String phone; /** * 是否是机器人 0:否 1:是 */ private Integer isRobot; /** * 模式类型 1:简单模式-正常模式 2:困难模式 */ private Integer modelType; /** * 是否允许创建群聊 1:可以 0:不可以 */ private Integer createGroup; }