luodangjia
2025-01-14 6a19d0863aff7a78f8a78e5c523df9fb92f81b6a
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/RegionMapper.java
New file
@@ -0,0 +1,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> {
}