yzt
2023-05-05 953cbbf76091fee9d40045f91c06daee496fe5b3
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
31
32
33
34
35
36
37
38
39
40
41
42
43
package com.hxzkoa.json;
 
public class tb_bsbaowen {
    
    private int id;
    private String Receive_time;
    private String type;
    private String tagid;
    private String neirong;
    public int getId() {
        return id;
    }
    public void setId(int id) {
        this.id = id;
    }
    public String getReceive_time() {
        return Receive_time;
    }
    public void setReceive_time(String receive_time) {
        Receive_time = receive_time;
    }
    public String getType() {
        return type;
    }
    public void setType(String type) {
        this.type = type;
    }
    public String getTagid() {
        return tagid;
    }
    public void setTagid(String tagid) {
        this.tagid = tagid;
    }
    public String getNeirong() {
        return neirong;
    }
    public void setNeirong(String neirong) {
        this.neirong = neirong;
    }
    
    
 
}