新增代码生成到指定菜单目录下下
This commit is contained in:
@@ -2,22 +2,18 @@ using System;
|
||||
using Infrastructure.Attribute;
|
||||
using ZR.Repository.System;
|
||||
using ZR.Model.Models;
|
||||
using SqlSugar;
|
||||
|
||||
namespace ZR.Repository
|
||||
{
|
||||
/// <summary>
|
||||
/// 代码生成演示仓储接口的实现
|
||||
///
|
||||
/// @author zhaorui
|
||||
/// @date 2021-09-24
|
||||
/// @author zr
|
||||
/// @date 2021-09-27
|
||||
/// </summary>
|
||||
[AppService(ServiceLifetime = LifeTime.Transient)]
|
||||
public class GendemoRepository : BaseRepository<Gendemo>
|
||||
{
|
||||
public GendemoRepository(SqlSugarClient dbContext) : base(dbContext)
|
||||
{
|
||||
}
|
||||
#region 业务逻辑代码
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user