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