This commit is contained in:
DEVICE8\12494
2023-04-21 09:06:54 +08:00
5 changed files with 44 additions and 8 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; }
}