package org.jeecg.modules.demo.hzz.xxgl.gfbz.service.impl; import org.jeecg.modules.demo.hzz.xxgl.gfbz.entity.RmGfbz; import org.jeecg.modules.demo.hzz.xxgl.gfbz.mapper.RmGfbzMapper; import org.jeecg.modules.demo.hzz.xxgl.gfbz.service.IRmGfbzService; import org.springframework.stereotype.Service; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; /** * @Description: 规范标准 * @Author: jeecg-boot * @Date: 2022-01-11 * @Version: V1.0 */ @Service public class RmGfbzServiceImpl extends ServiceImpl implements IRmGfbzService { }