| | |
| | | /// 查询运营端用户分页列表数据 |
| | | /// </summary> |
| | | [Resource([EnumResourceController.UserInfo])] |
| | | public class GetOperationUserInfosQuery : PagedListQuery<PagedListQueryResult<GetOperationUserInfosQueryResultItem>, GetOperationUserInfosQueryResultItem>, IRequest<PagedListQueryResult<GetOperationUserInfosQueryResultItem>> |
| | | public class GetOperationUserInfosQuery : PagedListQuery<PagedListQueryResult<GetOperationUserInfosQueryResultItem>, GetOperationUserInfosQueryResultItem> |
| | | { |
| | | /// <summary> |
| | | /// 关键字 |
| | |
| | | /// <summary> |
| | | /// 用户Id |
| | | /// </summary> |
| | | [JsonIgnore] |
| | | [Newtonsoft.Json.JsonIgnore, Swashbuckle.AspNetCore.Annotations.SwaggerIgnore] |
| | | public Guid UserInfoId { get; set; } |
| | | |
| | | /// <summary> |