mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 20:45:10 +08:00
新增 后管设置桩对应第三方平台编号页面
This commit is contained in:
@@ -3,6 +3,9 @@ package com.jsowell.pile.service;
|
||||
import java.util.List;
|
||||
|
||||
import com.jsowell.pile.domain.ThirdpartySnRelation;
|
||||
import com.jsowell.pile.dto.QueryPileDTO;
|
||||
import com.jsowell.pile.dto.ThirdPartySnRelationDTO;
|
||||
import com.jsowell.pile.vo.web.ThirdPartySnRelationVO;
|
||||
|
||||
/**
|
||||
* 万车充--第三方平台桩编号对应关系Service接口
|
||||
@@ -58,4 +61,18 @@ public interface IThirdpartySnRelationService {
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteThirdpartySnRelationById(Long id);
|
||||
|
||||
/**
|
||||
* 查询第三方平台桩编号对应的列表
|
||||
* @param queryPileDTO
|
||||
* @return
|
||||
*/
|
||||
List<ThirdPartySnRelationVO> getRelationVOList(QueryPileDTO queryPileDTO);
|
||||
|
||||
/**
|
||||
* 修改第三方平台对应编号
|
||||
* @param dto
|
||||
* @return
|
||||
*/
|
||||
int updateThirdPartySnRelation(ThirdPartySnRelationDTO dto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user