update 平台配置页面

This commit is contained in:
2024-04-29 17:24:16 +08:00
parent e5b3ea7989
commit a41749a127
10 changed files with 222 additions and 29 deletions

View File

@@ -1,6 +1,7 @@
package com.jsowell.pile.service;
import com.jsowell.pile.domain.ThirdPartyStationRelation;
import com.jsowell.pile.dto.ThirdPartyStationRelationDTO;
import com.jsowell.pile.vo.base.MerchantInfoVO;
import com.jsowell.pile.vo.base.StationInfoVO;
import com.jsowell.pile.vo.base.ThirdPartyStationRelationVO;
@@ -32,6 +33,8 @@ public interface ThirdPartyStationRelationService {
*/
public List<ThirdPartyStationRelation> selectThirdPartyStationRelationList(ThirdPartyStationRelation thirdPartyStationRelation);
List<ThirdPartyStationRelation> selectRelationListByStationId(String stationId);
List<ThirdPartyStationRelation> selectThirdPartyStationRelationList(String thirdPlatformType);
/**
@@ -73,10 +76,10 @@ public interface ThirdPartyStationRelationService {
/**
* 修改站点、第三方推送平台配置对应
*
* @param thirdPartyStationRelation 站点、第三方推送平台配置对应
* @param dto 站点、第三方推送平台配置对应
* @return 结果
*/
public int updateThirdPartyStationRelation(ThirdPartyStationRelation thirdPartyStationRelation);
public int updateThirdPartyStationRelation(ThirdPartyStationRelationDTO dto);
/**
* 批量删除站点、第三方推送平台配置对应