This commit is contained in:
777
2025-12-05 18:27:51 +08:00
parent 84d42a3af2
commit 513954ccf1
17 changed files with 226 additions and 11 deletions

View File

@@ -6,6 +6,7 @@ import lombok.Data;
public class MinUser {
private Long id;
private Integer gender;
private String mobile;
/**
* 隐身模式 0-关闭 1-打开
*/