mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
update 对接内蒙古平台
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
package com.jsowell.pile.mapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.jsowell.pile.domain.ThirdPartyStationRelation;
|
||||
import com.jsowell.pile.vo.base.MerchantInfoVO;
|
||||
import com.jsowell.pile.vo.base.ThirdPartyStationRelationVO;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 站点、第三方推送平台配置对应Mapper接口
|
||||
*
|
||||
@@ -85,4 +86,6 @@ public interface ThirdPartyStationRelationMapper {
|
||||
* @return
|
||||
*/
|
||||
int updateRelationDelFlag(@Param("stationId") String stationId, @Param("types") List<String> types);
|
||||
|
||||
List<MerchantInfoVO> selectMerchantList(String thirdPlatformType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user