Pu Zhibing
2025-09-03 082b9ab8643bc5e81f2e70b8e9400fdaba62e686
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 BillingModeVerifyMessage extends BaseMessage {
 
    private String charging_pile_code;// 桩编码
    private String billing_model_code;// "计费模型编号,首次连接到平台时置零
 
}