phpcjl
2024-12-12 b8a9b64f2b5d2ec7607b03274e547a1a0bca3236
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> {
}