| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.dsh.other.entity.Site; |
| | | import com.dsh.other.model.QuerySiteInfoVo; |
| | | import com.dsh.other.model.QuerySiteList; |
| | | import com.dsh.other.model.QuerySiteListVo; |
| | | import com.dsh.other.model.QuerySiteTimes; |
| | | import com.dsh.other.model.*; |
| | | import com.dsh.other.util.ResultUtil; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | QuerySiteInfoVo querySiteInfo(Integer id) throws Exception; |
| | | QuerySiteInfoVo querySiteInfo(Integer id, String lon, String lat) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @throws Exception |
| | | */ |
| | | List<QuerySiteTimes> querySiteTimes(Integer id, String day) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 预约场地 |
| | | * @param reservationSite |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil reservationSite(Integer uid, ReservationSite reservationSite) throws Exception; |
| | | } |