修改代码生成演示
This commit is contained in:
@@ -2,7 +2,6 @@ using System;
|
||||
using Infrastructure.Attribute;
|
||||
using ZR.Repository.System;
|
||||
using ZR.Model.Models;
|
||||
using SqlSugar;
|
||||
|
||||
namespace ZR.Repository
|
||||
{
|
||||
@@ -10,15 +9,11 @@ namespace ZR.Repository
|
||||
/// 代码生成演示仓储接口的实现
|
||||
///
|
||||
/// @author zr
|
||||
/// @date 2021-11-24
|
||||
/// @date 2021-11-27
|
||||
/// </summary>
|
||||
[AppService(ServiceLifetime = LifeTime.Transient)]
|
||||
public class GendemoRepository : BaseRepository<Gendemo>
|
||||
{
|
||||
public GendemoRepository()
|
||||
{
|
||||
}
|
||||
|
||||
#region 业务逻辑代码
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user