!16 云快充1.5.0 充电阶段BMS中止

* Merge branch 'Feat_0x1D' into develop
* 解析中止原因; 定义领域模型
* add 云快充1.5.0 充电阶段BMS中止
This commit is contained in:
2025-08-05 07:32:39 +00:00
committed by 三丙
parent fe054820fa
commit ccd5d3d943
6 changed files with 251 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ message UplinkQueueMessage {
BmsChargingErrorProto bmsChargingErrorProto = 31;
BmsParamConfigReport bmsParamConfigReport = 33;
BmsChargingInfoProto bmsChargingInfoProto = 34;
BmsAbortDuringChargingRequest bmsAbortDuringChargingRequest = 35;
}
message DownlinkRequestMessage {
@@ -324,4 +325,11 @@ message BmsChargingInfoProto {
string gunCode = 2;
string tradeNo = 3;
optional string additionalInfo = 4;
}
message BmsAbortDuringChargingRequest {
string pileCode = 4;
string gunCode = 5;
string tradeNo = 6;
optional string additionalInfo = 20;
}