修改代码生成演示

This commit is contained in:
不做码农
2021-11-27 20:00:13 +08:00
parent 2cc6e1d0ec
commit 4595a01b78
8 changed files with 106 additions and 55 deletions

View File

@@ -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
}