优化仓储、Service

This commit is contained in:
不做码农
2022-09-21 21:43:05 +08:00
parent 918e0b092d
commit 241fe55633
25 changed files with 286 additions and 332 deletions

View File

@@ -50,6 +50,7 @@ namespace ZR.Repository
int Delete(object[] obj);
int Delete(object id);
int DeleteTable();
bool Truncate();
#endregion delete