0a7f5c02a175215a16b4bef9fdb5dbac11cf5597.svn-base 422 B

1234567891011121314151617
  1. package org.jeecg.modules.demo.hzz.shjsgc.pjbfxm.mapper;
  2. import java.util.List;
  3. import org.apache.ibatis.annotations.Param;
  4. import org.jeecg.modules.demo.hzz.shjsgc.pjbfxm.entity.RmPjbfxm;
  5. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  6. /**
  7. * @Description: 批建不符项目
  8. * @Author: jeecg-boot
  9. * @Date: 2022-02-10
  10. * @Version: V1.0
  11. */
  12. public interface RmPjbfxmMapper extends BaseMapper<RmPjbfxm> {
  13. }