cjl
2024-08-09 619809ea4fbd5e7dcc08eed7ab44f89c6614ee99
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;
 
 
 
 
 
}