123
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.ruoyi.cai.dto.commom.user;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class MinUser {
|
||||
private Long id;
|
||||
private Integer gender;
|
||||
/**
|
||||
* 隐身模式 0-关闭 1-打开
|
||||
*/
|
||||
private Integer noGreet;
|
||||
}
|
||||
Reference in New Issue
Block a user