You've already forked FrameTour-BE
修改bug,添加数据统计相关类
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
package com.ycwl.basic.mapper;
|
||||
|
||||
/**
|
||||
* @Author:longbinbin
|
||||
* @Date:2024/12/12 9:51
|
||||
*/
|
||||
public interface StatisticsMapper {
|
||||
}
|
@ -55,7 +55,7 @@ public interface ScenicMapper {
|
||||
|
||||
List<ScenicAppVO> appList(ScenicReqQuery scenicReqQuery);
|
||||
|
||||
ApiResponse<ScenicRespVO> getAppById(Long id);
|
||||
ScenicRespVO getAppById(Long id);
|
||||
|
||||
/**
|
||||
* 通过经纬度计算景区距离
|
||||
|
Reference in New Issue
Block a user