doum
8 天以前 e46bfa3ff94a8a1b4daf37c7fcb79c2fab22a72c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package com.doumee.core.conditoner.model.response;
 
import lombok.Data;
 
import java.io.Serializable;
import java.math.BigDecimal;
 
@Data
public class DlSjXsResponse implements Serializable {
 
    private Integer dev_id;
    private BigDecimal kt_dj;
    private Integer kw_type;
    private BigDecimal hig_kw;
    private BigDecimal mid_kw;
    private BigDecimal low_kw;
    private BigDecimal fan_arg;
    private BigDecimal fan_kw;
    private BigDecimal cold_kw;
    private BigDecimal heat_kw;
    private BigDecimal day_kw;
}