查询组织列表增加条件参数

This commit is contained in:
2023-04-20 16:59:21 +08:00
parent 95cc47ebac
commit d9ad2fd345
6 changed files with 45 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
using JNPF.DependencyInjection;
using JNPF.Systems.Entitys.Dto.DictionaryData;
namespace JNPF.Systems.Entitys.Dto.DictionaryType;
@@ -42,4 +43,7 @@ public class DictionaryTypeInfoOutput
/// 排序.
/// </summary>
public long? sortCode { get; set; }
public List<DictionaryDataInfoOutput> items { get; set; }
}