update 电单车协议

This commit is contained in:
Guoqs
2024-09-05 09:58:21 +08:00
parent 2a6daa56df
commit b341862071
9 changed files with 107 additions and 21 deletions

View File

@@ -15,4 +15,9 @@ import lombok.NoArgsConstructor;
public class StopChargingCommand {
private String pileSn;
private String connectorCode;
/**
* 交易流水号
*/
private String transactionCode;
}