package ${cfg.mapstructPageName}; import org.mapstruct.Mapper; /** * ${table.comment!} 服务类型实体转换 * * @author ${author} * @since ${date} */ @Mapper(componentModel = "spring") public interface ${entity}Mapstruct { }