| | |
| | | import com.dsh.course.feignClient.other.model.Site; |
| | | import com.dsh.course.feignClient.other.model.SiteChangeStateVO; |
| | | import com.dsh.course.feignClient.other.model.TSiteDTO; |
| | | import com.dsh.guns.modular.system.model.ExpireSiteSearchVO; |
| | | import com.dsh.guns.modular.system.model.SiteSearchVO; |
| | | import com.dsh.guns.modular.system.model.TSite; |
| | | import com.dsh.guns.modular.system.model.*; |
| | | import com.dsh.guns.modular.system.util.ResultUtil; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | @FeignClient(value = "mb-cloud-other") |
| | | public interface SiteClient { |
| | | |
| | | |
| | | /** |
| | | * 获取场地预约记录 |
| | | */ |
| | | @RequestMapping("/base/site/listAll") |
| | | List<SiteBooking> listAll(@RequestBody SiteBookingQuery query); |
| | | /** |
| | | * 上/下架、删除常见问题 type=1为上架 2为下架 3为删除 |
| | | */ |