Pu Zhibing
1 天以前 4fcd1f89d42fef05fb6592d30f168f3bfc6728d6
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;// "计费模型编号,首次连接到平台时置零
 
}