cjl
2024-04-18 67a5f2c9689d38b5b1533888829b7f9bbf0c3ba8
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;
 
 
 
 
 
}