提交 | 用户 | 时间
|
58d006
|
1 |
package com.mandi.fendan.persist; |
A |
2 |
|
|
3 |
import java.io.Serializable; |
|
4 |
|
|
5 |
import javax.persistence.Entity; |
|
6 |
import javax.persistence.Id; |
|
7 |
import javax.persistence.Table; |
|
8 |
|
|
9 |
/** |
|
10 |
* 装车记录 |
|
11 |
*/ |
|
12 |
@Entity |
|
13 |
@Table(name="fd_xstdmx") |
|
14 |
public class Fd_XSTDMX implements Serializable{ |
|
15 |
|
|
16 |
@Id |
|
17 |
private String tdmx_tdfl;//发货单表体主键 |
|
18 |
private String tdmx_tdls;//发货单表头主键 |
|
19 |
private String tdmx_pch;//批次号 |
|
20 |
private String tdmx_wlbh;//物料编码 |
|
21 |
private String tdmx_hj;//合金 编码 |
|
22 |
private String tdmx_zt;//状态 编码 |
|
23 |
private double tdmx_mz;//毛重 |
|
24 |
private double tdmx_jz;//净重 |
|
25 |
private String tdmx_ggxh;//规格型号 |
|
26 |
private String tdmx_zpbz;//纸品包装 |
|
27 |
private String tdmx_cc;//尺寸 2019-04-13增加 |
|
28 |
private String tdmx_hwbh;//货位编号 |
|
29 |
private String tdmx_ck;//仓库 |
|
30 |
private String tdmx_hth;//合同号 |
|
31 |
private String tdmx_ywy;//业务员 |
|
32 |
private String tdmx_ddh;//订单号 |
|
33 |
|
|
34 |
private int tdmx_gbbz;//关闭标志 NC系统的关闭和打开 1关闭/0打开 |
|
35 |
|
|
36 |
private String tdmx_fdcph;//分单车牌号 |
|
37 |
private int tdmx_fdbz;//分单标志,0未分单/1已分单/2未分单却装车/3分单与装车车牌号不一致 |
|
38 |
private String tdmx_fdywbh;//分单业务编号 |
|
39 |
private String tdmx_fdwlgsbh;//分单物流公司编号 |
|
40 |
|
|
41 |
private String tdmx_zccph;//装车车牌号 |
|
42 |
private int tdmx_zcbz;//装车标志 状态 :1 已装车 0未装车 |
|
43 |
private String tdmx_fhzz;//发货组织 |
|
44 |
private String tdmx_wbzcc;//外包装尺寸 |
|
45 |
|
|
46 |
|
|
47 |
private String tdmx_zcdriver;//装车司机 |
|
48 |
private String tdmx_zcphone;//司机联系方式 |
|
49 |
private String tdmx_zcwlgsName;//装车物流公司 |
|
50 |
private String tdmx_ttlx;//套筒类型 |
|
51 |
|
|
52 |
|
|
53 |
public String getTdmx_tdfl() { |
|
54 |
return tdmx_tdfl; |
|
55 |
} |
|
56 |
public void setTdmx_tdfl(String tdmx_tdfl) { |
|
57 |
this.tdmx_tdfl = tdmx_tdfl; |
|
58 |
} |
|
59 |
public String getTdmx_tdls() { |
|
60 |
return tdmx_tdls; |
|
61 |
} |
|
62 |
public void setTdmx_tdls(String tdmx_tdls) { |
|
63 |
this.tdmx_tdls = tdmx_tdls; |
|
64 |
} |
|
65 |
public String getTdmx_pch() { |
|
66 |
return tdmx_pch; |
|
67 |
} |
|
68 |
public void setTdmx_pch(String tdmx_pch) { |
|
69 |
this.tdmx_pch = tdmx_pch; |
|
70 |
} |
|
71 |
public String getTdmx_hj() { |
|
72 |
return tdmx_hj; |
|
73 |
} |
|
74 |
public void setTdmx_hj(String tdmx_hj) { |
|
75 |
this.tdmx_hj = tdmx_hj; |
|
76 |
} |
|
77 |
public double getTdmx_mz() { |
|
78 |
return tdmx_mz; |
|
79 |
} |
|
80 |
public void setTdmx_mz(double tdmx_mz) { |
|
81 |
this.tdmx_mz = tdmx_mz; |
|
82 |
} |
|
83 |
public double getTdmx_jz() { |
|
84 |
return tdmx_jz; |
|
85 |
} |
|
86 |
public void setTdmx_jz(double tdmx_jz) { |
|
87 |
this.tdmx_jz = tdmx_jz; |
|
88 |
} |
|
89 |
public String getTdmx_ggxh() { |
|
90 |
return tdmx_ggxh; |
|
91 |
} |
|
92 |
public void setTdmx_ggxh(String tdmx_ggxh) { |
|
93 |
this.tdmx_ggxh = tdmx_ggxh; |
|
94 |
} |
|
95 |
public String getTdmx_zpbz() { |
|
96 |
return tdmx_zpbz; |
|
97 |
} |
|
98 |
public void setTdmx_zpbz(String tdmx_zpbz) { |
|
99 |
this.tdmx_zpbz = tdmx_zpbz; |
|
100 |
} |
|
101 |
public String getTdmx_fdcph() { |
|
102 |
return tdmx_fdcph; |
|
103 |
} |
|
104 |
public void setTdmx_fdcph(String tdmx_fdcph) { |
|
105 |
this.tdmx_fdcph = tdmx_fdcph; |
|
106 |
} |
|
107 |
public int getTdmx_fdbz() { |
|
108 |
return tdmx_fdbz; |
|
109 |
} |
|
110 |
public void setTdmx_fdbz(int tdmx_fdbz) { |
|
111 |
this.tdmx_fdbz = tdmx_fdbz; |
|
112 |
} |
|
113 |
public String getTdmx_fdywbh() { |
|
114 |
return tdmx_fdywbh; |
|
115 |
} |
|
116 |
public void setTdmx_fdywbh(String tdmx_fdywbh) { |
|
117 |
this.tdmx_fdywbh = tdmx_fdywbh; |
|
118 |
} |
|
119 |
public String getTdmx_zccph() { |
|
120 |
return tdmx_zccph; |
|
121 |
} |
|
122 |
public void setTdmx_zccph(String tdmx_zccph) { |
|
123 |
this.tdmx_zccph = tdmx_zccph; |
|
124 |
} |
|
125 |
public int getTdmx_zcbz() { |
|
126 |
return tdmx_zcbz; |
|
127 |
} |
|
128 |
public void setTdmx_zcbz(int tdmx_zcbz) { |
|
129 |
this.tdmx_zcbz = tdmx_zcbz; |
|
130 |
} |
|
131 |
public int getTdmx_gbbz() { |
|
132 |
return tdmx_gbbz; |
|
133 |
} |
|
134 |
public void setTdmx_gbbz(int tdmx_gbbz) { |
|
135 |
this.tdmx_gbbz = tdmx_gbbz; |
|
136 |
} |
|
137 |
public String getTdmx_zcdriver() { |
|
138 |
return tdmx_zcdriver; |
|
139 |
} |
|
140 |
public void setTdmx_zcdriver(String tdmx_zcdriver) { |
|
141 |
this.tdmx_zcdriver = tdmx_zcdriver; |
|
142 |
} |
|
143 |
public String getTdmx_zcphone() { |
|
144 |
return tdmx_zcphone; |
|
145 |
} |
|
146 |
public void setTdmx_zcphone(String tdmx_zcphone) { |
|
147 |
this.tdmx_zcphone = tdmx_zcphone; |
|
148 |
} |
|
149 |
public String getTdmx_zcwlgsName() { |
|
150 |
return tdmx_zcwlgsName; |
|
151 |
} |
|
152 |
public void setTdmx_zcwlgsName(String tdmx_zcwlgsName) { |
|
153 |
this.tdmx_zcwlgsName = tdmx_zcwlgsName; |
|
154 |
} |
|
155 |
public String getTdmx_ck() { |
|
156 |
return tdmx_ck; |
|
157 |
} |
|
158 |
public void setTdmx_ck(String tdmx_ck) { |
|
159 |
this.tdmx_ck = tdmx_ck; |
|
160 |
} |
|
161 |
public String getTdmx_hth() { |
|
162 |
return tdmx_hth; |
|
163 |
} |
|
164 |
public void setTdmx_hth(String tdmx_hth) { |
|
165 |
this.tdmx_hth = tdmx_hth; |
|
166 |
} |
|
167 |
public String getTdmx_ywy() { |
|
168 |
return tdmx_ywy; |
|
169 |
} |
|
170 |
public void setTdmx_ywy(String tdmx_ywy) { |
|
171 |
this.tdmx_ywy = tdmx_ywy; |
|
172 |
} |
|
173 |
public String getTdmx_ddh() { |
|
174 |
return tdmx_ddh; |
|
175 |
} |
|
176 |
public void setTdmx_ddh(String tdmx_ddh) { |
|
177 |
this.tdmx_ddh = tdmx_ddh; |
|
178 |
} |
|
179 |
public String getTdmx_zt() { |
|
180 |
return tdmx_zt; |
|
181 |
} |
|
182 |
public void setTdmx_zt(String tdmx_zt) { |
|
183 |
this.tdmx_zt = tdmx_zt; |
|
184 |
} |
|
185 |
public String getTdmx_hwbh() { |
|
186 |
return tdmx_hwbh; |
|
187 |
} |
|
188 |
public void setTdmx_hwbh(String tdmx_hwbh) { |
|
189 |
this.tdmx_hwbh = tdmx_hwbh; |
|
190 |
} |
|
191 |
public String getTdmx_wlbh() { |
|
192 |
return tdmx_wlbh; |
|
193 |
} |
|
194 |
public void setTdmx_wlbh(String tdmx_wlbh) { |
|
195 |
this.tdmx_wlbh = tdmx_wlbh; |
|
196 |
} |
|
197 |
public String getTdmx_fdwlgsbh() { |
|
198 |
return tdmx_fdwlgsbh; |
|
199 |
} |
|
200 |
public void setTdmx_fdwlgsbh(String tdmx_fdwlgsbh) { |
|
201 |
this.tdmx_fdwlgsbh = tdmx_fdwlgsbh; |
|
202 |
} |
|
203 |
public String getTdmx_fhzz() { |
|
204 |
return tdmx_fhzz; |
|
205 |
} |
|
206 |
public void setTdmx_fhzz(String tdmx_fhzz) { |
|
207 |
this.tdmx_fhzz = tdmx_fhzz; |
|
208 |
} |
|
209 |
public String getTdmx_wbzcc() { |
|
210 |
return tdmx_wbzcc; |
|
211 |
} |
|
212 |
public void setTdmx_wbzcc(String tdmx_wbzcc) { |
|
213 |
this.tdmx_wbzcc = tdmx_wbzcc; |
|
214 |
} |
|
215 |
public String getTdmx_cc() { |
|
216 |
return tdmx_cc; |
|
217 |
} |
|
218 |
public void setTdmx_cc(String tdmx_cc) { |
|
219 |
this.tdmx_cc = tdmx_cc; |
|
220 |
} |
|
221 |
public String getTdmx_ttlx() { |
|
222 |
return tdmx_ttlx; |
|
223 |
} |
|
224 |
public void setTdmx_ttlx(String tdmx_ttlx) { |
|
225 |
this.tdmx_ttlx = tdmx_ttlx; |
|
226 |
} |
|
227 |
|
|
228 |
|
|
229 |
} |