using Infrastructure.Attribute; using ${options.ModelsNamespace}.${options.SubNamespace}; namespace ${options.RepositoriesNamespace} { /// /// ${genTable.FunctionName}仓储 /// /// @author ${replaceDto.Author} /// @date ${replaceDto.AddTime} /// [AppService(ServiceLifetime = LifeTime.Transient)] public class ${replaceDto.ModelTypeName}Repository : BaseRepository<${replaceDto.ModelTypeName}> { } }