SysRegionCounTownVillMapper.java 318 B

12345678910111213141516
  1. package com.huimv.cattle.mapper;
  2. import com.huimv.cattle.pojo.SysRegionCounTownVill;
  3. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  4. /**
  5. * <p>
  6. * Mapper 接口
  7. * </p>
  8. *
  9. * @author author
  10. * @since 2023-02-20
  11. */
  12. public interface SysRegionCounTownVillMapper extends BaseMapper<SysRegionCounTownVill> {
  13. }