提交 | 用户 | 时间
|
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 |
@Entity |
|
10 |
@Table(name="fd_xstd") |
|
11 |
public class Fd_XSTD implements Serializable{ |
|
12 |
|
|
13 |
@Id |
|
14 |
private String td_tdls;//提单流水号 |
|
15 |
private String td_jylx;//交易类型 |
|
16 |
|
|
17 |
private String td_tdbh;//提单编号 |
|
18 |
private String td_djrq;//单据日期 |
|
19 |
private String td_bmbh;//销售部门编号 |
|
20 |
private String td_bmmc;//销售部门名称 |
|
21 |
private String td_khbh;//客户编号 |
|
22 |
private String td_bz;//备注 |
|
23 |
private String td_zdr;//制单人编号 |
|
24 |
private String td_zdrmc;//制单人名称 |
|
25 |
private String td_shddbh;//收货地区编号 |
|
26 |
private String td_shsj;//提单审核时间 |
|
27 |
private int td_ztbz;//送货方式(自提标志 1表示 含运费送货 2 表示 自提 3 表示不含运费送货) |
|
28 |
private String td_fpbh;//发票编号 |
|
29 |
private int td_wfdsl;//未分单数量 |
|
30 |
private double td_wfdzl;//未分单重量 |
|
31 |
private boolean td_zcwcbz;//是否装车完成 |
|
32 |
private String td_ywdybh;//业务单元编号 |
|
33 |
private String td_cqNo;//分单厂区编号 |
c23e61
|
34 |
private String committime; // 提交时间 |
A |
35 |
public String getCommittime() { |
|
36 |
return committime; |
|
37 |
} |
|
38 |
public void setCommittime(String committime) { |
|
39 |
this.committime = committime; |
|
40 |
} |
|
41 |
|
|
42 |
|
|
43 |
|
|
44 |
|
58d006
|
45 |
|
A |
46 |
public String getTd_tdls() { |
|
47 |
return td_tdls; |
|
48 |
} |
|
49 |
public void setTd_tdls(String td_tdls) { |
|
50 |
this.td_tdls = td_tdls; |
|
51 |
} |
|
52 |
public String getTd_tdbh() { |
|
53 |
return td_tdbh; |
|
54 |
} |
|
55 |
public void setTd_tdbh(String td_tdbh) { |
|
56 |
this.td_tdbh = td_tdbh; |
|
57 |
} |
|
58 |
public String getTd_djrq() { |
|
59 |
return td_djrq; |
|
60 |
} |
|
61 |
public void setTd_djrq(String td_djrq) { |
|
62 |
this.td_djrq = td_djrq; |
|
63 |
} |
|
64 |
public String getTd_bmmc() { |
|
65 |
return td_bmmc; |
|
66 |
} |
|
67 |
public void setTd_bmmc(String td_bmmc) { |
|
68 |
this.td_bmmc = td_bmmc; |
|
69 |
} |
|
70 |
public String getTd_bz() { |
|
71 |
return td_bz; |
|
72 |
} |
|
73 |
public void setTd_bz(String td_bz) { |
|
74 |
this.td_bz = td_bz; |
|
75 |
} |
|
76 |
public String getTd_zdr() { |
|
77 |
return td_zdr; |
|
78 |
} |
|
79 |
public void setTd_zdr(String td_zdr) { |
|
80 |
this.td_zdr = td_zdr; |
|
81 |
} |
|
82 |
public String getTd_shddbh() { |
|
83 |
return td_shddbh; |
|
84 |
} |
|
85 |
public void setTd_shddbh(String td_shddbh) { |
|
86 |
this.td_shddbh = td_shddbh; |
|
87 |
} |
|
88 |
public String getTd_shsj() { |
|
89 |
return td_shsj; |
|
90 |
} |
|
91 |
public void setTd_shsj(String td_shsj) { |
|
92 |
this.td_shsj = td_shsj; |
|
93 |
} |
|
94 |
public int getTd_ztbz() { |
|
95 |
return td_ztbz; |
|
96 |
} |
|
97 |
public void setTd_ztbz(int td_ztbz) { |
|
98 |
this.td_ztbz = td_ztbz; |
|
99 |
} |
|
100 |
public String getTd_fpbh() { |
|
101 |
return td_fpbh; |
|
102 |
} |
|
103 |
public void setTd_fpbh(String td_fpbh) { |
|
104 |
this.td_fpbh = td_fpbh; |
|
105 |
} |
|
106 |
public int getTd_wfdsl() { |
|
107 |
return td_wfdsl; |
|
108 |
} |
|
109 |
public void setTd_wfdsl(int td_wfdsl) { |
|
110 |
this.td_wfdsl = td_wfdsl; |
|
111 |
} |
|
112 |
public double getTd_wfdzl() { |
|
113 |
return td_wfdzl; |
|
114 |
} |
|
115 |
public void setTd_wfdzl(double td_wfdzl) { |
|
116 |
this.td_wfdzl = td_wfdzl; |
|
117 |
} |
|
118 |
public boolean isTd_zcwcbz() { |
|
119 |
return td_zcwcbz; |
|
120 |
} |
|
121 |
public void setTd_zcwcbz(boolean td_zcwcbz) { |
|
122 |
this.td_zcwcbz = td_zcwcbz; |
|
123 |
} |
|
124 |
public String getTd_jylx() { |
|
125 |
return td_jylx; |
|
126 |
} |
|
127 |
public void setTd_jylx(String td_jylx) { |
|
128 |
this.td_jylx = td_jylx; |
|
129 |
} |
|
130 |
public String getTd_bmbh() { |
|
131 |
return td_bmbh; |
|
132 |
} |
|
133 |
public void setTd_bmbh(String td_bmbh) { |
|
134 |
this.td_bmbh = td_bmbh; |
|
135 |
} |
|
136 |
public String getTd_khbh() { |
|
137 |
return td_khbh; |
|
138 |
} |
|
139 |
public void setTd_khbh(String td_khbh) { |
|
140 |
this.td_khbh = td_khbh; |
|
141 |
} |
|
142 |
public String getTd_zdrmc() { |
|
143 |
return td_zdrmc; |
|
144 |
} |
|
145 |
public void setTd_zdrmc(String td_zdrmc) { |
|
146 |
this.td_zdrmc = td_zdrmc; |
|
147 |
} |
|
148 |
public String getTd_ywdybh() { |
|
149 |
return td_ywdybh; |
|
150 |
} |
|
151 |
public void setTd_ywdybh(String td_ywdybh) { |
|
152 |
this.td_ywdybh = td_ywdybh; |
|
153 |
} |
|
154 |
public String getTd_cqNo() { |
|
155 |
return td_cqNo; |
|
156 |
} |
|
157 |
public void setTd_cqNo(String td_cqNo) { |
|
158 |
this.td_cqNo = td_cqNo; |
|
159 |
} |
|
160 |
} |