CZT
2023-10-30 b5a5795a5a64d9a5b78b338de74909e240fe73c3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.ld.igds.protocol.fzzy.resp;
 
import lombok.Data;
 
@Data
public class Response5002 {
 
    private String deviceId;
 
    private String status;
 
    private String mode;
 
    private String temp;
 
    private String speed;
}