| | |
| | | import com.ruoyi.chargingPile.dto.SiteDTO; |
| | | import com.ruoyi.common.core.web.domain.AjaxResult; |
| | | import com.ruoyi.common.core.web.page.PageInfo; |
| | | import com.ruoyi.system.api.domain.SysUser; |
| | | import org.springframework.web.bind.annotation.PathVariable; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | |
| | | * @return |
| | | */ |
| | | PageInfo<GetSiteListDTO> getSiteList(GetSiteList siteList); |
| | | List<GetSiteListDTO> getSiteListNolimit(GetSiteList siteList); |
| | | List<GetSiteListDTO> getSiteListNolimit(GetSiteList siteList, SysUser sysUser); |
| | | |
| | | PageInfo<GetSiteListDTO> getSiteList1(Long userId); |
| | | |