Administrator
2023-04-17 63fbfddabe08e353ad75e495c2ac8dc5203da88c
提交 | 用户 | 时间
58d006 1 package com.mandi.fendan.util.persist;
A 2
3 import java.io.Serializable;
4 import java.util.Date;
5
6 public class Yktbsitem implements Serializable{
7     
8     private String id;
9     private String bussinessNo;//业务单编号
10     private String name;//物料名称
11     private String materielNo;//物料编号
12     private String norms;//规格型号
13     private String unitname;//单位
14     private double num;//数量
15     private String note;//备注
16     private double weight;//重量
17     private double price;//单价
18     private double preweight;//改磅差之前的重量 
19     private String pici;//批次号
20     private String hejin;//hejin
21     private double gross;//毛重
22     private String taotong;//0 wu ,1 tie 2lv
23     private double taotongWeight;//套筒重(皮重)
24     private double money;//金额
25     
26     private String createid;//创建人
27     private String cname;//创建人
28     private long cdepartid;//创建部门
29     private String cdepart;//创建部门
30     private Date ctime;//创建时间
31     
32     private boolean loadbuild;//是否装卸货记录生成
33     private boolean factory;//是否需要返厂
34     private boolean fachang;//是否返厂
35     private double fcnum;//返厂数量 单据结束后这个地方才更新
36     
37     private String product_billNo;//提单号
38     private String product_serialNo;//流水号
39     private String product_otherNo;//对方编号
40     private String product_ywrq;//业务日期
41     private String product_flh;//分录号
42     
43     
44     private double reserved11;
45     private double reserved12;
46     private double reserved13;
47     
48     private String reserved14;  
49     private String reserved15; //用于保存维修出厂物资的验证码
50     private String reserved16;//业务详情关联装卸货记录id
51     
52     private String recompany;//最后收货单位
53     private String reID;//
54     private String decompany;//发货单位
55     private String deID;
56     private String rcompany;//收货单位(只有半成品转运出值需要验证)
57     private String rID;
58     private String frombatch;//数据来源  批次号,成品条码,ERP提货单,手动输入
59
60     private double jsnum;//拒收数量
61     private int forshowindx;//为了显示排序
62     private String barcode;//成品条码号
63     private boolean nzwzfinish;//是否已经生成内转记录
64     
65     
66     private String product_thlx;//退货类型
67     private String product_thyy;//退货原因
68     private String product_thdq;//退货地区
69     
70     public String getPici() {
71         return pici;
72     }
73     public void setPici(String pici) {
74         this.pici = pici;
75     }
76     public String getHejin() {
77         return hejin;
78     }
79     public void setHejin(String hejin) {
80         this.hejin = hejin;
81     }
82     public String getTaotong() {
83         return taotong;
84     }
85     public void setTaotong(String taotong) {
86         this.taotong = taotong;
87     }
88     public String getId() {
89         return id;
90     }
91     public void setId(String id) {
92         this.id = id;
93     }
94     public String getBussinessNo() {
95         return bussinessNo;
96     }
97     public void setBussinessNo(String bussinessNo) {
98         this.bussinessNo = bussinessNo;
99     }
100     public String getName() {
101         return name;
102     }
103     public void setName(String name) {
104         this.name = name;
105     }
106     public String getMaterielNo() {
107         return materielNo;
108     }
109     public void setMaterielNo(String materielNo) {
110         this.materielNo = materielNo;
111     }
112     public String getNorms() {
113         return norms;
114     }
115     public void setNorms(String norms) {
116         this.norms = norms;
117     }
118     
119     public String getNote() {
120         return note;
121     }
122     public void setNote(String note) {
123         this.note = note;
124     }
125     public String getCreateid() {
126         return createid;
127     }
128     public void setCreateid(String createid) {
129         this.createid = createid;
130     }
131     public String getCname() {
132         return cname;
133     }
134     public void setCname(String cname) {
135         this.cname = cname;
136     }
137     public long getCdepartid() {
138         return cdepartid;
139     }
140     public void setCdepartid(long cdepartid) {
141         this.cdepartid = cdepartid;
142     }
143     public String getCdepart() {
144         return cdepart;
145     }
146     public void setCdepart(String cdepart) {
147         this.cdepart = cdepart;
148     }
149     public Date getCtime() {
150         return ctime;
151     }
152     public void setCtime(Date ctime) {
153         this.ctime = ctime;
154     }
155     public boolean isLoadbuild() {
156         return loadbuild;
157     }
158     public void setLoadbuild(boolean loadbuild) {
159         this.loadbuild = loadbuild;
160     }
161     public boolean isFactory() {
162         return factory;
163     }
164     public void setFactory(boolean factory) {
165         this.factory = factory;
166     }
167     public boolean isFachang() {
168         return fachang;
169     }
170     public void setFachang(boolean fachang) {
171         this.fachang = fachang;
172     }
173     public double getReserved11() {
174         return reserved11;
175     }
176     public void setReserved11(double reserved11) {
177         this.reserved11 = reserved11;
178     }
179     public double getReserved12() {
180         return reserved12;
181     }
182     public void setReserved12(double reserved12) {
183         this.reserved12 = reserved12;
184     }
185     public double getReserved13() {
186         return reserved13;
187     }
188     public void setReserved13(double reserved13) {
189         this.reserved13 = reserved13;
190     }
191     public String getReserved14() {
192         return reserved14;
193     }
194     public void setReserved14(String reserved14) {
195         this.reserved14 = reserved14;
196     }
197     public String getReserved15() {
198         return reserved15;
199     }
200     public void setReserved15(String reserved15) {
201         this.reserved15 = reserved15;
202     }
203     public String getReserved16() {
204         return reserved16;
205     }
206     public void setReserved16(String reserved16) {
207         this.reserved16 = reserved16;
208     }
209     public String getUnitname() {
210         return unitname;
211     }
212     public void setUnitname(String unitname) {
213         this.unitname = unitname;
214     }
215     public String getProduct_billNo() {
216         return product_billNo;
217     }
218     public void setProduct_billNo(String product_billNo) {
219         this.product_billNo = product_billNo;
220     }
221     public String getProduct_serialNo() {
222         return product_serialNo;
223     }
224     public void setProduct_serialNo(String product_serialNo) {
225         this.product_serialNo = product_serialNo;
226     }
227     public String getProduct_otherNo() {
228         return product_otherNo;
229     }
230     public void setProduct_otherNo(String product_otherNo) {
231         this.product_otherNo = product_otherNo;
232     }
233     public double getWeight() {
234         return weight;
235     }
236     public void setWeight(double weight) {
237         this.weight = weight;
238     }
239     public double getPrice() {
240         return price;
241     }
242     public void setPrice(double price) {
243         this.price = price;
244     }
245     public double getPreweight() {
246         return preweight;
247     }
248     public void setPreweight(double preweight) {
249         this.preweight = preweight;
250     }
251     public double getMoney() {
252         return money;
253     }
254     public void setMoney(double money) {
255         this.money = money;
256     }
257     public double getNum() {
258         return num;
259     }
260     public void setNum(double num) {
261         this.num = num;
262     }
263     public double getFcnum() {
264         return fcnum;
265     }
266     public void setFcnum(double fcnum) {
267         this.fcnum = fcnum;
268     }
269     public String getProduct_ywrq() {
270         return product_ywrq;
271     }
272     public void setProduct_ywrq(String product_ywrq) {
273         this.product_ywrq = product_ywrq;
274     }
275     public String getProduct_flh() {
276         return product_flh;
277     }
278     public void setProduct_flh(String product_flh) {
279         this.product_flh = product_flh;
280     }
281     public String getRecompany() {
282         return recompany;
283     }
284     public void setRecompany(String recompany) {
285         this.recompany = recompany;
286     }
287     public String getReID() {
288         return reID;
289     }
290     public void setReID(String reID) {
291         this.reID = reID;
292     }
293     public String getDecompany() {
294         return decompany;
295     }
296     public void setDecompany(String decompany) {
297         this.decompany = decompany;
298     }
299     public String getDeID() {
300         return deID;
301     }
302     public void setDeID(String deID) {
303         this.deID = deID;
304     }
305     public String getFrombatch() {
306         return frombatch;
307     }
308     public void setFrombatch(String frombatch) {
309         this.frombatch = frombatch;
310     }
311     public double getJsnum() {
312         return jsnum;
313     }
314     public void setJsnum(double jsnum) {
315         this.jsnum = jsnum;
316     }
317     public String getRcompany() {
318         return rcompany;
319     }
320     public void setRcompany(String rcompany) {
321         this.rcompany = rcompany;
322     }
323     public String getrID() {
324         return rID;
325     }
326     public void setrID(String rID) {
327         this.rID = rID;
328     }
329     public int getForshowindx() {
330         return forshowindx;
331     }
332     public void setForshowindx(int forshowindx) {
333         this.forshowindx = forshowindx;
334     }
335     public String getBarcode() {
336         return barcode;
337     }
338     public void setBarcode(String barcode) {
339         this.barcode = barcode;
340     }
341     public boolean isNzwzfinish() {
342         return nzwzfinish;
343     }
344     public void setNzwzfinish(boolean nzwzfinish) {
345         this.nzwzfinish = nzwzfinish;
346     }
347     public double getGross() {
348         return gross;
349     }
350     public void setGross(double gross) {
351         this.gross = gross;
352     }
353     public double getTaotongWeight() {
354         return taotongWeight;
355     }
356     public void setTaotongWeight(double taotongWeight) {
357         this.taotongWeight = taotongWeight;
358     }
359     public String getProduct_thlx() {
360         return product_thlx;
361     }
362     public void setProduct_thlx(String product_thlx) {
363         this.product_thlx = product_thlx;
364     }
365     public String getProduct_thyy() {
366         return product_thyy;
367     }
368     public void setProduct_thyy(String product_thyy) {
369         this.product_thyy = product_thyy;
370     }
371     public String getProduct_thdq() {
372         return product_thdq;
373     }
374     public void setProduct_thdq(String product_thdq) {
375         this.product_thdq = product_thdq;
376     }
377     
378     
379 }