优化代码生成api
This commit is contained in:
@@ -60,6 +60,15 @@ namespace ZR.Service.System
|
||||
return info;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 获取所有代码生成表
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public List<GenTable> GetGenTableAll()
|
||||
{
|
||||
return GenTableRepository.GetAll();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 设置代码生成其他参数
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user