新增 绑定停车平台接口

This commit is contained in:
Lemon
2023-08-25 14:23:35 +08:00
parent 454022c553
commit 9c3c80ca3f
12 changed files with 406 additions and 159 deletions

View File

@@ -88,4 +88,10 @@ public interface PileStationInfoMapper {
* @return
*/
List<String> getIdsByDeptId(String deptId);
/**
* 修改绑定停车平台
* @param stationId
*/
int updateParkingPlatform(@Param("parkingId") String parkingId, @Param("stationId") String stationId);
}

View File

@@ -1,6 +1,8 @@
package com.jsowell.pile.mapper;
import com.jsowell.pile.domain.ThirdPartyPlatformConfig;
import com.jsowell.pile.domain.ThirdpartyParkingConfig;
import org.springframework.stereotype.Repository;
/**
* TODO
@@ -8,6 +10,7 @@ import com.jsowell.pile.domain.ThirdpartyParkingConfig;
* @Date 2023/8/24 16:50
* @author Lemon
*/
@Repository
public interface ThirdpartyParkingConfigMapper {
/**
* delete by primary key