mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
手动结算电单车订单逻辑update
This commit is contained in:
@@ -28,6 +28,12 @@ public class EBikeMessageCmd03 extends AbsEBikeMessage2 {
|
||||
// private String timestamp; // 时间戳 上发指令当时的时间,有时候不准确,该字段属于调试使用,服务器无需关心此字段
|
||||
// private String placeholderDuration; // 占位时长 充电柜专用,其他设备忽略此字段 表示充满后占用设备的时长,单位为分钟
|
||||
|
||||
// 构造方法, 使用consumedEnergy stopReason字段构造对象
|
||||
public EBikeMessageCmd03(BigDecimal consumedEnergy, int stopReason) {
|
||||
this.consumedEnergy = consumedEnergy;
|
||||
this.stopReason= stopReason;
|
||||
}
|
||||
|
||||
public EBikeMessageCmd03(byte[] messageBytes) {
|
||||
super(messageBytes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user