ShData.java
2.1 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
package com.vo;
public class ShData {
private String a_datetime;
private String cxwsjh_incod_eq;
private String cxwsjh_innh4n_eq;
private String cxwsjh_inph_eq;
private String cxwsjh_outcod_eq;
private String cxwsjh_outnh4n_eq;
private String cxwsjh_outph_eq;
private String cxwsjh_outzd_eq;
private String cxwsjh_outzl_eq;
private String cxwsjh_intp_eq;
public String getA_datetime() {
return a_datetime;
}
public void setA_datetime(String a_datetime) {
this.a_datetime = a_datetime;
}
public String getCxwsjh_incod_eq() {
return cxwsjh_incod_eq;
}
public void setCxwsjh_incod_eq(String cxwsjh_incod_eq) {
this.cxwsjh_incod_eq = cxwsjh_incod_eq;
}
public String getCxwsjh_innh4n_eq() {
return cxwsjh_innh4n_eq;
}
public void setCxwsjh_innh4n_eq(String cxwsjh_innh4n_eq) {
this.cxwsjh_innh4n_eq = cxwsjh_innh4n_eq;
}
public String getCxwsjh_inph_eq() {
return cxwsjh_inph_eq;
}
public void setCxwsjh_inph_eq(String cxwsjh_inph_eq) {
this.cxwsjh_inph_eq = cxwsjh_inph_eq;
}
public String getCxwsjh_outcod_eq() {
return cxwsjh_outcod_eq;
}
public void setCxwsjh_outcod_eq(String cxwsjh_outcod_eq) {
this.cxwsjh_outcod_eq = cxwsjh_outcod_eq;
}
public String getCxwsjh_outnh4n_eq() {
return cxwsjh_outnh4n_eq;
}
public void setCxwsjh_outnh4n_eq(String cxwsjh_outnh4n_eq) {
this.cxwsjh_outnh4n_eq = cxwsjh_outnh4n_eq;
}
public String getCxwsjh_outph_eq() {
return cxwsjh_outph_eq;
}
public void setCxwsjh_outph_eq(String cxwsjh_outph_eq) {
this.cxwsjh_outph_eq = cxwsjh_outph_eq;
}
public String getCxwsjh_outzd_eq() {
return cxwsjh_outzd_eq;
}
public void setCxwsjh_outzd_eq(String cxwsjh_outzd_eq) {
this.cxwsjh_outzd_eq = cxwsjh_outzd_eq;
}
public String getCxwsjh_outzl_eq() {
return cxwsjh_outzl_eq;
}
public void setCxwsjh_outzl_eq(String cxwsjh_outzl_eq) {
this.cxwsjh_outzl_eq = cxwsjh_outzl_eq;
}
public String getCxwsjh_intp_eq() {
return cxwsjh_intp_eq;
}
public void setCxwsjh_intp_eq(String cxwsjh_intp_eq) {
this.cxwsjh_intp_eq = cxwsjh_intp_eq;
}
}