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 SetupBillingModelReplyMessage extends BaseMessage {
 
    private String charging_pile_code; //桩编码
    private String set_result; //设置结果(0:失败,1:成功)
 
}