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