优化代码生成功能

This commit is contained in:
izory
2021-09-14 14:34:20 +08:00
parent 59b44b3928
commit b077e1da8f
17 changed files with 14 additions and 325 deletions

View File

@@ -1,24 +0,0 @@
using System;
using Infrastructure.Attribute;
using ZR.Repository.System;
using ZR.Model.Models;
namespace ZR.Repository
{
/// <summary>
/// 仓储接口的实现
/// </summary>
[AppService(ServiceLifetime = LifeTime.Transient)]
public class GendemoRepository : BaseRepository
{
public GendemoRepository()
{
}
#region
#endregion
}
}