puzhibing
2024-12-09 a88a536514b0ee5fb863dd5c992279d5b86ad77f
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> {
}