swb
2024-07-05 f577294fad6b5636a22ce872b3b762ae40fd7799
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
package com.moral.api.pojo.form.adjust;
 
 
import lombok.Data;
 
@Data
public class AdjustForm {
 
 
    private  Integer id;
 
    private  String  mac;
 
    private  String  value;
 
    private String name;
 
    private String agehou;
 
    private String aqi;
 
    private String cel;
 
    private String code;
 
 
 
 
 
}