df4fd2e7cad5d7f50a1c0ebf61aca1ef848324d8.svn-base 395 B

1234567891011121314151617
  1. package org.jeecg.modules.demo.hzz.yhyc.mapper;
  2. import java.util.List;
  3. import org.apache.ibatis.annotations.Param;
  4. import org.jeecg.modules.demo.hzz.yhyc.entity.RmJbxx;
  5. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  6. /**
  7. * @Description: 基本信息表
  8. * @Author: jeecg-boot
  9. * @Date: 2021-11-26
  10. * @Version: V1.0
  11. */
  12. public interface RmJbxxMapper extends BaseMapper<RmJbxx> {
  13. }