初始刷
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Infrastructure.Attribute;
|
||||
using ${options.ModelsNamespace}.${options.SubNamespace};
|
||||
|
||||
namespace ${options.RepositoriesNamespace}
|
||||
{
|
||||
/// <summary>
|
||||
/// ${genTable.FunctionName}仓储
|
||||
/// </summary>
|
||||
[AppService(ServiceLifetime = LifeTime.Transient)]
|
||||
public class ${replaceDto.ModelTypeName}Repository : BaseRepository<${replaceDto.ModelTypeName}>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user