xuhy
2025-07-15 0db89bd9c78302a2a72b8cc623b2dbe3b204b587
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.ruoyi.integration.iotda.model;
 
import lombok.Data;
 
/**
 * 充电桩计费模型请求
 **/
 
@Data
public class ChargingOrderMessage extends BaseMessage {
 
    private String orderNumber;// 订单编号
    private String soc;// soc
 
}