油漆
This commit is contained in:
11
server/ZR.Model/System/Dto/SysdictDataDto.cs
Normal file
11
server/ZR.Model/System/Dto/SysdictDataDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
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