mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
增加对数据库自动生成主键的支持;
优化基础业务类结构;
This commit is contained in:
@@ -10,7 +10,7 @@ namespace OpenAuth.App
|
||||
/// 树状结构处理
|
||||
/// </summary>
|
||||
/// <typeparam name="T"></typeparam>
|
||||
public class BaseTreeApp<T,TDbContext> :BaseApp<T,TDbContext> where T : TreeEntity where TDbContext :DbContext
|
||||
public class BaseTreeApp<T,TDbContext> :BaseStringApp<T,TDbContext> where T : TreeEntity where TDbContext :DbContext
|
||||
{
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user