添加项目文件。
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using JNPF.Common.Filter;
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.Position;
|
||||
|
||||
/// <summary>
|
||||
/// 岗位列表查询输入.
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public class PositionListQuery : PageInputBase
|
||||
{
|
||||
/// <summary>
|
||||
/// 机构ID.
|
||||
/// </summary>
|
||||
public string organizeId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 组织Id集合.
|
||||
/// </summary>
|
||||
public List<string> organizeIds { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user