using System; using ${options.ModelsNamespace}.Models; namespace ${options.IServicsNamespace}.${options.SubNamespace}.I${options.SubNamespace}Service { /// /// ${genTable.FunctionName}service接口 /// /// @author ${replaceDto.Author} /// @date ${replaceDto.AddTime} /// public interface I${replaceDto.ModelTypeName}Service: IBaseService<${replaceDto.ModelTypeName}> { } }