| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.dsh.other.entity.Site; |
| | | import com.dsh.other.feignclient.model.SiteChangeStateVO; |
| | | import com.dsh.other.model.*; |
| | | import com.dsh.other.util.ResultUtil; |
| | | |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<QuerySiteTimes> querySiteTimes(Integer id, String day) throws Exception; |
| | | List<QuerySiteTimes> querySiteTimes(Integer id, String day,String halfName,String siteName) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil<Map<String, Double>> queryContinuePaymentMySitePrice(Integer id) throws Exception; |
| | | |
| | | Object changeState(SiteChangeStateVO vo); |
| | | |
| | | } |