|
|
@@ -40,7 +40,7 @@ public class UserCountSearchParam extends SuperSearch {
|
|
|
private String address;
|
|
|
|
|
|
@Schema(description = "用户状态")
|
|
|
- private UserState state = UserState.Normal;
|
|
|
+ private UserState state;
|
|
|
|
|
|
@Schema(description = "可登录端类型")
|
|
|
private UserLoginType loginType = UserLoginType.All;
|