Pu Zhibing
2024-11-25 30ddf6570494f77a3dde98e5cd85c07cb340f51a
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.other.mapper.ShopMapper">
 
    <select id="selectNearbyShopList" resultType="com.ruoyi.other.vo.NearbyShopVO">
 
    </select>
</mapper>