package com.vincent.rsf.server.system.service.impl; import com.vincent.rsf.server.system.mapper.FlowStepTemplateMapper; import com.vincent.rsf.server.system.entity.FlowStepTemplate; import com.vincent.rsf.server.system.service.FlowStepTemplateService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.springframework.stereotype.Service; @Service("flowStepTemplateService") public class FlowStepTemplateServiceImpl extends ServiceImpl implements FlowStepTemplateService { }