服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-08-27 1818a97f14836d85b4f3fa651f77de0394cd4371
Tiger.IBusiness/Common/IDbBase.cs
@@ -335,5 +335,10 @@
        public Task<ApiAction> ExecuteSqlCommandAsync(string sqlcmd, params SugarParameter[] parameters);
        #endregion
        #region 先删除后新增
        public Task<ApiAction> AddAfterDeleteAsync<T>(QueryAble<T> query) where T : class, new();
        #endregion
    }
}