BasePayBlncacDiff.java
4.39 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
package com.rnt.model.zf.base;
import com.jfinal.plugin.activerecord.Model;
import com.jfinal.plugin.activerecord.IBean;
/**
* Generated by JFinal, do not modify this file.
*/
@SuppressWarnings({"serial", "unchecked"})
public abstract class BasePayBlncacDiff<M extends BasePayBlncacDiff<M>> extends Model<M> implements IBean {
public M setId(java.lang.Long id) {
set("id", id);
return (M)this;
}
public java.lang.Long getId() {
return get("id");
}
public M setPayOrderId(java.lang.String payOrderId) {
set("pay_order_id", payOrderId);
return (M)this;
}
public java.lang.String getPayOrderId() {
return get("pay_order_id");
}
public M setPayBlncacId(java.lang.String payBlncacId) {
set("pay_blncac_id", payBlncacId);
return (M)this;
}
public java.lang.String getPayBlncacId() {
return get("pay_blncac_id");
}
public M setRltOrderId(java.lang.String rltOrderId) {
set("rlt_order_id", rltOrderId);
return (M)this;
}
public java.lang.String getRltOrderId() {
return get("rlt_order_id");
}
public M setRltPayOrderId(java.lang.String rltPayOrderId) {
set("rlt_pay_order_id", rltPayOrderId);
return (M)this;
}
public java.lang.String getRltPayOrderId() {
return get("rlt_pay_order_id");
}
public M setBlncacCount(java.lang.Integer blncacCount) {
set("blncac_count", blncacCount);
return (M)this;
}
public java.lang.Integer getBlncacCount() {
return get("blncac_count");
}
public M setBlncacLastTime(java.util.Date blncacLastTime) {
set("blncac_last_time", blncacLastTime);
return (M)this;
}
public java.util.Date getBlncacLastTime() {
return get("blncac_last_time");
}
public M setBlncacThisTime(java.util.Date blncacThisTime) {
set("blncac_this_time", blncacThisTime);
return (M)this;
}
public java.util.Date getBlncacThisTime() {
return get("blncac_this_time");
}
public M setBlncacDiffType(java.lang.Integer blncacDiffType) {
set("blncac_diff_type", blncacDiffType);
return (M)this;
}
public java.lang.Integer getBlncacDiffType() {
return get("blncac_diff_type");
}
public M setOrderActFee(java.math.BigDecimal orderActFee) {
set("order_act_fee", orderActFee);
return (M)this;
}
public java.math.BigDecimal getOrderActFee() {
return get("order_act_fee");
}
public M setRltActFee(java.math.BigDecimal rltActFee) {
set("rlt_act_fee", rltActFee);
return (M)this;
}
public java.math.BigDecimal getRltActFee() {
return get("rlt_act_fee");
}
public M setDiffFee(java.math.BigDecimal diffFee) {
set("diff_FEE", diffFee);
return (M)this;
}
public java.math.BigDecimal getDiffFee() {
return get("diff_FEE");
}
public M setQeualType(java.lang.Integer qeualType) {
set("qeual_type", qeualType);
return (M)this;
}
public java.lang.Integer getQeualType() {
return get("qeual_type");
}
public M setQeualEmpid(java.lang.Long qeualEmpid) {
set("qeual_empid", qeualEmpid);
return (M)this;
}
public java.lang.Long getQeualEmpid() {
return get("qeual_empid");
}
public M setQeualEmpname(java.lang.String qeualEmpname) {
set("qeual_empname", qeualEmpname);
return (M)this;
}
public java.lang.String getQeualEmpname() {
return get("qeual_empname");
}
public M setQeualTime(java.util.Date qeualTime) {
set("qeual_time", qeualTime);
return (M)this;
}
public java.util.Date getQeualTime() {
return get("qeual_time");
}
public M setRemarks(java.lang.String remarks) {
set("remarks", remarks);
return (M)this;
}
public java.lang.String getRemarks() {
return get("remarks");
}
public M setDataState(java.lang.Integer dataState) {
set("data_state", dataState);
return (M)this;
}
public java.lang.Integer getDataState() {
return get("data_state");
}
public M setCreateEmpid(java.lang.String createEmpid) {
set("create_empid", createEmpid);
return (M)this;
}
public java.lang.String getCreateEmpid() {
return get("create_empid");
}
public M setCreateDate(java.util.Date createDate) {
set("create_date", createDate);
return (M)this;
}
public java.util.Date getCreateDate() {
return get("create_date");
}
public M setModfiyEmpid(java.lang.String modfiyEmpid) {
set("modfiy_empid", modfiyEmpid);
return (M)this;
}
public java.lang.String getModfiyEmpid() {
return get("modfiy_empid");
}
public M setModfiyDate(java.util.Date modfiyDate) {
set("modfiy_date", modfiyDate);
return (M)this;
}
public java.util.Date getModfiyDate() {
return get("modfiy_date");
}
}