mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
feat: 完成用户页面查询
This commit is contained in:
@@ -4,17 +4,17 @@ using Yi.Framework.Ddd.Application.Contracts;
|
||||
namespace Yi.Framework.Rbac.Application.Contracts.Dtos.Config
|
||||
{
|
||||
/// <summary>
|
||||
/// 配置查询参数
|
||||
/// 配置查询参数
|
||||
/// </summary>
|
||||
public class ConfigGetListInputVo : PagedAllResultRequestDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 配置名称
|
||||
/// 配置名称
|
||||
/// </summary>
|
||||
public string? ConfigName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 配置键
|
||||
/// 配置键
|
||||
/// </summary>
|
||||
public string? ConfigKey { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user