add 查询业务策略信息接口

This commit is contained in:
Lemon
2024-01-03 16:58:34 +08:00
parent 05073b9a97
commit 78d1a6855d
3 changed files with 150 additions and 2 deletions

View File

@@ -19,6 +19,12 @@ public class QueryStartChargeDTO {
@JsonProperty(value = "StartChargeSeq")
private String startChargeSeq;
/**
* 业务策略查询流水号
*/
@JsonProperty(value = "EquipBizSeq")
private String equipBizSeq;
/**
* 充电设备接口编码
*/