新增加系统表导出功能
This commit is contained in:
@@ -23,6 +23,10 @@ namespace ZR.Service.System
|
||||
this.DictRepository = sysDictRepository;
|
||||
this.DictDataRepository = dictDataRepository;
|
||||
}
|
||||
public List<SysDictType> GetAll()
|
||||
{
|
||||
return DictRepository.GetAll();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查询字段类型列表
|
||||
|
||||
Reference in New Issue
Block a user