puzhibing
2024-12-16 6e936cc4af80fa65210d7e00a54e89a9e706305d
1
2
3
4
5
6
7
package com.ruoyi.other.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.other.api.domain.Region;
 
public interface RegionMapper extends BaseMapper<Region> {
}