优化代码生成api

This commit is contained in:
不做码农
2021-12-13 21:53:48 +08:00
parent 57f5437920
commit 3037718786
8 changed files with 90 additions and 61 deletions

View File

@@ -14,6 +14,7 @@ namespace ZR.Service.System.IService
int DeleteGenTableByTbName(string tableName);
PagedInfo<GenTable> GetGenTables(GenTable genTable, Model.PagerInfo pagerInfo);
GenTable GetGenTableInfo(long tableId);
List<GenTable> GetGenTableAll();
int UpdateGenTable(GenTable genTable);
}