package com.vincent.rsf.server.system.service.impl; import com.vincent.rsf.server.system.mapper.TaskPathTemplateMapper; import com.vincent.rsf.server.system.entity.TaskPathTemplate; import com.vincent.rsf.server.system.service.TaskPathTemplateService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; @Service("taskPathTemplateService") public class TaskPathTemplateServiceImpl extends ServiceImpl implements TaskPathTemplateService { }