Administrator
2022-09-14 58d006e05dcf2a20d0ec5367dd03d66a61db6849
提交 | 用户 | 时间
58d006 1 package com.mandi.fendan.util.persist;
A 2
3 public class WaitXSTDMX {
4
5     private String tdmx_wlbh;//物料编号
6     private String tdmx_wlmc;//物料名称
7     private String tdmx_tdfl;//提单分录号
8     private String tdmx_tdls;//提单流水号
9     private String tdmx_tdbh;//提单编号
10     
11     private String tdmx_hjzt;//合金状态
12     private String tdmx_dwmx;//单位名称
13     private String tdmx_pch;//批次号
14     private double tdmx_bhse;//不含税金额  
15     private double tdmx_mz;//毛重
16     private double tdmx_pz;//皮重
17     private double tdmx_jz;//净重
18     private String tdmx_shdw;//收货单位
19     private String tdmx_fhdw;//发货单位==
20     private String tdmx_tdlx;//提单类型
21     private int tdmx_sl;//数量
22     private String tdmx_ggxh;//规格型号
23     private String tdmx_ttlx;//套筒类型
24     
25     private String tdmx_wbzcc;//外包装尺寸
26     private String tdmx_cc;//尺寸 2019-04-13增加
27     
28     
29     private String tdmx_hwbh;//货位编号
30     private String tdmx_hwmc;//货位名称
31     private String tdmx_zpbz;//纸品包装
32     
33     private int tdmx_sfzc;//装车标志  状态 :1 已装车 0未装车(不显示)
34     private String tdmx_cph;//分单车牌号
35     private int tdmx_fdbz;//分单标志,0未分单/1已分单/2已进厂
36     private String tdmx_fdywbh;//分单业务编号
37     private String tdmx_zccph;//装车车牌号
38     private String td_ywdybh;//业务单元
39     private String td_ywdyName;//业务单元名字
40     
41     public String getTdmx_wlbh() {
42         return tdmx_wlbh;
43     }
44     public void setTdmx_wlbh(String tdmx_wlbh) {
45         this.tdmx_wlbh = tdmx_wlbh;
46     }
47     public String getTdmx_wlmc() {
48         return tdmx_wlmc;
49     }
50     public void setTdmx_wlmc(String tdmx_wlmc) {
51         this.tdmx_wlmc = tdmx_wlmc;
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_hjzt() {
66         return tdmx_hjzt;
67     }
68     public void setTdmx_hjzt(String tdmx_hjzt) {
69         this.tdmx_hjzt = tdmx_hjzt;
70     }
71     public String getTdmx_dwmx() {
72         return tdmx_dwmx;
73     }
74     public void setTdmx_dwmx(String tdmx_dwmx) {
75         this.tdmx_dwmx = tdmx_dwmx;
76     }
77     public String getTdmx_pch() {
78         return tdmx_pch;
79     }
80     public void setTdmx_pch(String tdmx_pch) {
81         this.tdmx_pch = tdmx_pch;
82     }
83     public double getTdmx_bhse() {
84         return tdmx_bhse;
85     }
86     public void setTdmx_bhse(double tdmx_bhse) {
87         this.tdmx_bhse = tdmx_bhse;
88     }
89     public double getTdmx_mz() {
90         return tdmx_mz;
91     }
92     public void setTdmx_mz(double tdmx_mz) {
93         this.tdmx_mz = tdmx_mz;
94     }
95     public double getTdmx_pz() {
96         return tdmx_pz;
97     }
98     public void setTdmx_pz(double tdmx_pz) {
99         this.tdmx_pz = tdmx_pz;
100     }
101     public double getTdmx_jz() {
102         return tdmx_jz;
103     }
104     public void setTdmx_jz(double tdmx_jz) {
105         this.tdmx_jz = tdmx_jz;
106     }
107     public String getTdmx_shdw() {
108         return tdmx_shdw;
109     }
110     public void setTdmx_shdw(String tdmx_shdw) {
111         this.tdmx_shdw = tdmx_shdw;
112     }
113     public String getTdmx_fhdw() {
114         return tdmx_fhdw;
115     }
116     public void setTdmx_fhdw(String tdmx_fhdw) {
117         this.tdmx_fhdw = tdmx_fhdw;
118     }
119     public String getTdmx_tdlx() {
120         return tdmx_tdlx;
121     }
122     public void setTdmx_tdlx(String tdmx_tdlx) {
123         this.tdmx_tdlx = tdmx_tdlx;
124     }
125     public int getTdmx_sl() {
126         return tdmx_sl;
127     }
128     public void setTdmx_sl(int tdmx_sl) {
129         this.tdmx_sl = tdmx_sl;
130     }
131     public String getTdmx_ggxh() {
132         return tdmx_ggxh;
133     }
134     public void setTdmx_ggxh(String tdmx_ggxh) {
135         this.tdmx_ggxh = tdmx_ggxh;
136     }
137     public int getTdmx_sfzc() {
138         return tdmx_sfzc;
139     }
140     public void setTdmx_sfzc(int tdmx_sfzc) {
141         this.tdmx_sfzc = tdmx_sfzc;
142     }
143     public String getTdmx_cph() {
144         return tdmx_cph;
145     }
146     public void setTdmx_cph(String tdmx_cph) {
147         this.tdmx_cph = tdmx_cph;
148     }
149     public String getTdmx_hwbh() {
150         return tdmx_hwbh;
151     }
152     public void setTdmx_hwbh(String tdmx_hwbh) {
153         this.tdmx_hwbh = tdmx_hwbh;
154     }
155     public String getTdmx_zpbz() {
156         return tdmx_zpbz;
157     }
158     public void setTdmx_zpbz(String tdmx_zpbz) {
159         this.tdmx_zpbz = tdmx_zpbz;
160     }
161     public String getTdmx_fdywbh() {
162         return tdmx_fdywbh;
163     }
164     public void setTdmx_fdywbh(String tdmx_fdywbh) {
165         this.tdmx_fdywbh = tdmx_fdywbh;
166     }
167     public int getTdmx_fdbz() {
168         return tdmx_fdbz;
169     }
170     public void setTdmx_fdbz(int tdmx_fdbz) {
171         this.tdmx_fdbz = tdmx_fdbz;
172     }
173     public String getTdmx_zccph() {
174         return tdmx_zccph;
175     }
176     public void setTdmx_zccph(String tdmx_zccph) {
177         this.tdmx_zccph = tdmx_zccph;
178     }
179     public String getTdmx_wbzcc() {
180         return tdmx_wbzcc;
181     }
182     public void setTdmx_wbzcc(String tdmx_wbzcc) {
183         this.tdmx_wbzcc = tdmx_wbzcc;
184     }
185     public String getTd_ywdybh() {
186         return td_ywdybh;
187     }
188     public void setTd_ywdybh(String td_ywdybh) {
189         this.td_ywdybh = td_ywdybh;
190     }
191     public String getTd_ywdyName() {
192         return td_ywdyName;
193     }
194     public void setTd_ywdyName(String td_ywdyName) {
195         this.td_ywdyName = td_ywdyName;
196     }
197     public String getTdmx_tdbh() {
198         return tdmx_tdbh;
199     }
200     public void setTdmx_tdbh(String tdmx_tdbh) {
201         this.tdmx_tdbh = tdmx_tdbh;
202     }
203     public String getTdmx_hwmc() {
204         return tdmx_hwmc;
205     }
206     public void setTdmx_hwmc(String tdmx_hwmc) {
207         this.tdmx_hwmc = tdmx_hwmc;
208     }
209     public String getTdmx_cc() {
210         return tdmx_cc;
211     }
212     public void setTdmx_cc(String tdmx_cc) {
213         this.tdmx_cc = tdmx_cc;
214     }
215     public String getTdmx_ttlx() {
216         return tdmx_ttlx;
217     }
218     public void setTdmx_ttlx(String tdmx_ttlx) {
219         this.tdmx_ttlx = tdmx_ttlx;
220     }
221     
222 }