cjl
2023-08-15 224cd3ff175864f6f8ac4bd24468809e73e4115f
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;
 
 
 
 
 
}