package org.jeecg.modules.demo.hzz.axgh.hdzraxbyl.service.impl; import org.jeecg.modules.demo.hzz.axgh.hdzraxbyl.entity.RmHdzraxbyl; import org.jeecg.modules.demo.hzz.axgh.hdzraxbyl.mapper.RmHdzraxbylMapper; import org.jeecg.modules.demo.hzz.axgh.hdzraxbyl.service.IRmHdzraxbylService; import org.springframework.stereotype.Service; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; /** * @Description: rm_hdzraxbyl * @Author: jeecg-boot * @Date: 2022-01-21 * @Version: V1.0 */ @Service public class RmHdzraxbylServiceImpl extends ServiceImpl implements IRmHdzraxbylService { }