mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
新增 绑定停车平台接口
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user