字典新增批量查询
This commit is contained in:
13
ZR.Model/System/Dto/SysdictDataDto.cs
Normal file
13
ZR.Model/System/Dto/SysdictDataDto.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ZR.Model.System.Dto
|
||||
{
|
||||
public class SysdictDataDto
|
||||
{
|
||||
public string DictType { get; set; }
|
||||
public string ColumnName { get; set; }
|
||||
public List<SysDictData> List { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user