6
0

【stat服务】

1、查询用户角色注册分页
This commit is contained in:
liguanjie 2025-06-24 18:00:55 +08:00
parent eea0eb790e
commit a274190b01

View File

@ -72,7 +72,7 @@ type UserRoleReg struct {
} }
type UserRoleRegPage struct { type UserRoleRegPage struct {
Page int `json:"page"` Page int `json:"page"`
TotalCount int `json:"page_count"` TotalCount int `json:"total_count"`
PageSize int `json:"page_size"` PageSize int `json:"page_size"`
Data []UserRoleReg `json:"data"` Data []UserRoleReg `json:"data"`
} }