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