package com.tievd.cube.modules.system.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.tievd.cube.modules.system.mapper.SysFillRuleMapper; import com.tievd.cube.modules.system.service.ISysFillRuleService; import com.tievd.cube.modules.system.entity.SysFillRule; import org.springframework.stereotype.Service; @Service public class SysFillRuleServiceImpl extends ServiceImpl implements ISysFillRuleService { }