mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
新增 绑定停车平台接口
This commit is contained in:
@@ -4,6 +4,7 @@ import com.jsowell.common.core.page.PageResponse;
|
||||
import com.jsowell.pile.domain.PileStationInfo;
|
||||
import com.jsowell.pile.dto.FastCreateStationDTO;
|
||||
import com.jsowell.pile.dto.QueryStationDTO;
|
||||
import com.jsowell.pile.dto.lutongyunting.BindParkingPlatformDTO;
|
||||
import com.jsowell.pile.vo.web.PileStationVO;
|
||||
|
||||
import java.util.List;
|
||||
@@ -105,4 +106,10 @@ public interface IPileStationInfoService {
|
||||
* @return
|
||||
*/
|
||||
List<String> getIdsByDeptId(String deptId);
|
||||
|
||||
/**
|
||||
* 绑定停车系统平台
|
||||
* @param dto
|
||||
*/
|
||||
int bindParkingPlatform(BindParkingPlatformDTO dto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user