update 查询站点枪口列表 入参stationId ----> merchantId

This commit is contained in:
Lemon
2026-01-04 10:18:28 +08:00
parent 7e2f9a4c61
commit b8a7569f3d
2 changed files with 33 additions and 5 deletions

View File

@@ -5,6 +5,8 @@ import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.List;
/**
* 运营端小程序查询枪口信息DTO
*
@@ -40,4 +42,14 @@ public class QueryConnectorInfoDTO {
* 枪口编号
*/
private String pileConnectorCode;
/**
* 站点Id List
*/
private List<String> stationIds;
/**
* 运营商id
*/
private String merchantId;
}