mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 海南平台对接
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
package com.jsowell.pile.service;
|
||||
|
||||
import java.util.List;
|
||||
import com.jsowell.pile.domain.ThirdPartyPlatformConfig;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 对接平台配置信息Service接口
|
||||
*
|
||||
*
|
||||
* @author jsowell
|
||||
* @date 2023-05-27
|
||||
*/
|
||||
public interface ThirdPartyPlatformConfigService
|
||||
{
|
||||
public interface ThirdPartyPlatformConfigService {
|
||||
/**
|
||||
* 查询对接平台配置信息
|
||||
*
|
||||
*
|
||||
* @param id 对接平台配置信息主键
|
||||
* @return 对接平台配置信息
|
||||
*/
|
||||
@@ -21,7 +21,7 @@ public interface ThirdPartyPlatformConfigService
|
||||
|
||||
/**
|
||||
* 查询对接平台配置信息列表
|
||||
*
|
||||
*
|
||||
* @param thirdPartyPlatformConfig 对接平台配置信息
|
||||
* @return 对接平台配置信息集合
|
||||
*/
|
||||
@@ -29,7 +29,7 @@ public interface ThirdPartyPlatformConfigService
|
||||
|
||||
/**
|
||||
* 新增对接平台配置信息
|
||||
*
|
||||
*
|
||||
* @param thirdPartyPlatformConfig 对接平台配置信息
|
||||
* @return 结果
|
||||
*/
|
||||
@@ -37,7 +37,7 @@ public interface ThirdPartyPlatformConfigService
|
||||
|
||||
/**
|
||||
* 修改对接平台配置信息
|
||||
*
|
||||
*
|
||||
* @param thirdPartyPlatformConfig 对接平台配置信息
|
||||
* @return 结果
|
||||
*/
|
||||
@@ -45,7 +45,7 @@ public interface ThirdPartyPlatformConfigService
|
||||
|
||||
/**
|
||||
* 批量删除对接平台配置信息
|
||||
*
|
||||
*
|
||||
* @param ids 需要删除的对接平台配置信息主键集合
|
||||
* @return 结果
|
||||
*/
|
||||
@@ -53,7 +53,7 @@ public interface ThirdPartyPlatformConfigService
|
||||
|
||||
/**
|
||||
* 删除对接平台配置信息信息
|
||||
*
|
||||
*
|
||||
* @param id 对接平台配置信息主键
|
||||
* @return 结果
|
||||
*/
|
||||
@@ -61,6 +61,7 @@ public interface ThirdPartyPlatformConfigService
|
||||
|
||||
/**
|
||||
* 通过operatorId查询配置信息
|
||||
*
|
||||
* @param operatorId
|
||||
* @return
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user