Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user