package org.jeecg.modules.demo.hzz.shjsgc.pjbfxm.service.impl; import org.jeecg.modules.demo.hzz.shjsgc.pjbfxm.entity.RmPjbfxm; import org.jeecg.modules.demo.hzz.shjsgc.pjbfxm.mapper.RmPjbfxmMapper; import org.jeecg.modules.demo.hzz.shjsgc.pjbfxm.service.IRmPjbfxmService; import org.springframework.stereotype.Service; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; /** * @Description: 批建不符项目 * @Author: jeecg-boot * @Date: 2022-02-10 * @Version: V1.0 */ @Service public class RmPjbfxmServiceImpl extends ServiceImpl implements IRmPjbfxmService { }