- package com.huimv.cattle.mapper;
- import com.huimv.cattle.pojo.SysRegionCounTownVill;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * <p>
- * Mapper 接口
- * </p>
- *
- * @author author
- * @since 2023-02-20
- */
- public interface SysRegionCounTownVillMapper extends BaseMapper<SysRegionCounTownVill> {
- }
|