phpcjl
2024-11-28 a6969927746626d3dc89a9bea6c8e0515ba7de4a
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> {
}