TWarehouseBills.java 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823
  1. package com.ruoyi.warehouseBusiness.domain;
  2. import com.fasterxml.jackson.annotation.JsonFormat;
  3. import com.ruoyi.common.annotation.Excel;
  4. import com.ruoyi.common.core.domain.BaseEntity;
  5. import org.apache.commons.lang3.builder.ToStringBuilder;
  6. import org.apache.commons.lang3.builder.ToStringStyle;
  7. import java.math.BigDecimal;
  8. import java.util.Date;
  9. import java.util.List;
  10. /**
  11. * 详情主表对象 t_warehouse_details
  12. *
  13. * @author ruoyi
  14. * @date 2020-12-11
  15. */
  16. public class TWarehouseBills extends BaseEntity {
  17. private static final long serialVersionUID = 1L;
  18. /**
  19. * $column.columnComment
  20. */
  21. private Long fId;
  22. /**
  23. * 业务编号,格式RK+YYYY+YY+NNN,编号不能断号,要连续、如果删除该编号,下次新建单据,优先使用删除单据号,每月从001开始。
  24. * RK CK DB HZ
  25. */
  26. @Excel(name = "业务编号")
  27. private String fBillno;
  28. /**
  29. * 报关号
  30. */
  31. @Excel(name = "报关号")
  32. private String fCustomsdeclartion;
  33. /**
  34. * 原始业务编号,入库时和f_billno 相同,出库 取入库的f_originalbillno
  35. */
  36. @Excel(name = "原始业务编号,入库时和f_billno 相同,出库 取入库的f_originalbillno")
  37. private String fOriginalbillno;
  38. /**
  39. * 仓储计费日期
  40. */
  41. @JsonFormat(pattern = "yyyy-MM-dd")
  42. @Excel(name = "仓储计费日期", width = 30, dateFormat = "yyyy-MM-dd")
  43. private Date fChargedate;
  44. /**
  45. * 制单部门
  46. */
  47. @Excel(name = "制单部门")
  48. private Long fDeptid;
  49. /**
  50. * 业务所属部门
  51. */
  52. @Excel(name = "业务所属部门")
  53. private Long fBsdeptid;
  54. /**
  55. * 联系人
  56. */
  57. @Excel(name = "联系人")
  58. private String fContacts;
  59. /**
  60. * 电话
  61. */
  62. @Excel(name = "电话")
  63. private String fTel;
  64. /**
  65. * 客户名称,t_corps 中的no或 name,模糊查找选择后,存储id,显示name
  66. */
  67. @Excel(name = "客户名称,t_corps 中的no或 name,模糊查找选择后,存储id,显示name")
  68. private Long fCorpid;
  69. /**
  70. * 货转客户名称,t_corps 中的no或 name,模糊查找选择后,存储id,显示name,自有在货权转移是该字段有效
  71. */
  72. @Excel(name = "货转客户名称,t_corps 中的no或 name,模糊查找选择后,存储id,显示name,自有在货权转移是该字段有效")
  73. private Long fTocorpid;
  74. /**
  75. * 结算方式,默认提取corps中stltypeid 也可以从表t_stltypes中下拉选择,存储id,显示name
  76. */
  77. @Excel(name = "结算方式,默认提取corps中stltypeid 也可以从表t_stltypes中下拉选择,存储id,显示name")
  78. private Long fStltypeid;
  79. /**
  80. * 客户存货编号,格式编号客户编号+YYYY +NNNN,
  81. * 编号不能断号,要连续、如果删除该编号,下次新建单据,优先使用,每年从001开始
  82. */
  83. @Excel(name = "客户存货编号")
  84. private String fBscorpno;
  85. /**
  86. * 仓库
  87. */
  88. @Excel(name = "仓库")
  89. private Long fWarehouseid;
  90. /**
  91. * 仓管人
  92. */
  93. @Excel(name = "仓管人")
  94. private String fStorekeeper;
  95. /**
  96. * 入(出)库日期
  97. */
  98. @Excel(name = "入", readConverterExp = "出=")
  99. private Date fBsdate;
  100. /**
  101. * 计划件数,由明细表自动合计生成
  102. */
  103. @Excel(name = "计划件数,由明细表自动合计生成")
  104. private Long fPlanqty;
  105. /**
  106. * 计划毛重,由明细表自动合计生成
  107. */
  108. @Excel(name = "计划毛重,由明细表自动合计生成")
  109. private BigDecimal fPlangrossweight;
  110. /**
  111. * 计划净重,由明细表自动合计生成
  112. */
  113. @Excel(name = "计划净重,由明细表自动合计生成")
  114. private BigDecimal fPlannetweight;
  115. /**
  116. * 计划尺码,由明细表自动合计生成
  117. */
  118. @Excel(name = "计划尺码,由明细表自动合计生成")
  119. private BigDecimal fPlanvolumn;
  120. /**
  121. * 件数,由明细表自动合计生成
  122. */
  123. @Excel(name = "件数,由明细表自动合计生成")
  124. private Long fQty;
  125. /**
  126. * 毛重,由明细表自动合计生成
  127. */
  128. @Excel(name = "毛重,由明细表自动合计生成")
  129. private BigDecimal fGrossweight;
  130. /**
  131. * 净重,由明细表自动合计生成
  132. */
  133. @Excel(name = "净重,由明细表自动合计生成")
  134. private BigDecimal fNetweight;
  135. /**
  136. * 尺码,由明细表自动合计生成
  137. */
  138. @Excel(name = "尺码,由明细表自动合计生成")
  139. private BigDecimal fVolumn;
  140. /**
  141. * 贸易方式(数据字典),对应t_trademodels
  142. */
  143. @Excel(name = "贸易方式(数据字典),对应t_trademodels ")
  144. private Long fTrademodeid;
  145. /**
  146. * 计费方式(数据字典)
  147. */
  148. @Excel(name = "计费方式(数据字典)")
  149. private Long fBillingway;
  150. /**
  151. * 经营单位(客户列表)
  152. */
  153. @Excel(name = "经营单位(客户列表)")
  154. private Long fSbu;
  155. /**
  156. * 计费单位(数据字典),下拉选择毛重或净重
  157. */
  158. @Excel(name = "计费单位(数据字典),下拉选择毛重或净重")
  159. private String fFeetunit;
  160. /** 明细品名合计 */
  161. @Excel(name = "明细品名合计")
  162. private String fProductName;
  163. /**
  164. * 提单号
  165. */
  166. @Excel(name = "提单号")
  167. private String fMblno;
  168. /**
  169. * 船名航次,CMA/A0001
  170. */
  171. @Excel(name = "船名航次,CMA/A0001")
  172. private String fVslvoy;
  173. /**
  174. * 唛头
  175. */
  176. @Excel(name = "唛头")
  177. private String fMarks;
  178. /**
  179. * 到港日期
  180. */
  181. @JsonFormat(pattern = "yyyy-MM-dd")
  182. @Excel(name = "到港日期", width = 30, dateFormat = "yyyy-MM-dd")
  183. private Date fEta;
  184. /**
  185. * 报关单号
  186. */
  187. @Excel(name = "报关单号")
  188. private String fCustomno;
  189. /**
  190. * 是否过磅(数据字典)默认 F ,过磅T 否者F 下拉选择
  191. */
  192. @Excel(name = "是否过磅(数据字典)默认 F ,过磅T 否者F 下拉选择")
  193. private String fIfweigh;
  194. /**
  195. * 是否质押(数据字典),默认 F ,质押T 否者F 下拉选择
  196. */
  197. @Excel(name = "是否质押(数据字典),默认 F ,质押T 否者F 下拉选择")
  198. private String fIfpledge;
  199. /**
  200. * 是否破损(数据字典),默认F否则T
  201. */
  202. @Excel(name = "是否破损(数据字典),默认F否则T")
  203. private String fIfdamage;
  204. /**
  205. * 银行名称,t_corps 中的no或 name,模糊查找选择后,存储id,显示name
  206. */
  207. @Excel(name = "银行名称,t_corps 中的no或 name,模糊查找选择后,存储id,显示name")
  208. private Long fBankcorpid;
  209. /**
  210. * 单据类型(数据字典)SJRK(入库) SJCK(实际出库) CKDB(调拨) HQZY(货权转移)
  211. */
  212. @Excel(name = "单据类型(数据字典)SJRK", readConverterExp = "入=库")
  213. private String fBilltype;
  214. /**
  215. * 状态(数据字典),N 入(出)库中,T入(出)库完成,状态为完成不能删除,状态变化,用邮件、微信通知客户。
  216. */
  217. @Excel(name = "状态(数据字典),N 入", readConverterExp = "出=")
  218. private Long fBillstatus;
  219. /**
  220. * 库存明细 1 未入账 2 未完成所有入账 6 已入账
  221. */
  222. @Excel(name = "库存明细状态")
  223. private Long fItemsStatus;
  224. /** 审核日期 */
  225. @JsonFormat(pattern = "yyyy-MM-dd")
  226. @Excel(name = "审核日期", width = 30, dateFormat = "yyyy-MM-dd")
  227. private Date fReviewDate;
  228. /**
  229. * 仓储费计费截至日期
  230. */
  231. @Excel(name = "仓储费计费截至日期")
  232. private Date fBillingDeadline;
  233. /** 车号 */
  234. @Excel(name = "车号")
  235. private String fTruckno;
  236. /** 司机名 */
  237. @Excel(name = "司机名")
  238. private String fDriverName;
  239. /** 司机电话 */
  240. @Excel(name = "司机电话")
  241. private String fDriverTel;
  242. /** 司机身份证 */
  243. @Excel(name = "司机身份证")
  244. private String fDriverIdCar;
  245. /** 业务类型(存汉字的,用来区别 如: 来车提货,出库装箱 区别) */
  246. @Excel(name = "业务类型(存汉字的,用来区别 如: 来车提货,出库装箱 区别)")
  247. private String fBusinessType;
  248. /**
  249. * 货转客户名称,t_corps 中的no或 name,模糊查找选择后,存储id,显示name,自有在货权转移是该字段有效
  250. */
  251. @Excel(name = "车队")
  252. private Long fFleet;
  253. /**
  254. * 货转客户名称,t_corps 中的no或 name,模糊查找选择后,存储id,显示name,自有在货权转移是该字段有效
  255. */
  256. @Excel(name = "劳务")
  257. private Long fLabour ;
  258. /**
  259. * 调拨模块使用(出库仓库)
  260. */
  261. @Excel(name = "调拨仓库使用的")
  262. private Long fInwarehouseid ;
  263. /**
  264. * 查询时间区间
  265. */
  266. private List<String> timeInterval;
  267. public void settimeInterval(List<String> timeInterval) {
  268. this.timeInterval = timeInterval;
  269. }
  270. public List<String> gettimeInterval() {
  271. return timeInterval;
  272. }
  273. /**
  274. * 查询货物
  275. */
  276. private Long fGoodsid;
  277. public void setfGoodsid(Long fGoodsid) {
  278. this.fGoodsid = fGoodsid;
  279. }
  280. public Long getfGoodsid() {
  281. return fGoodsid;
  282. }
  283. /**
  284. * 删除状态
  285. */
  286. private String delFlag;
  287. public void setfId(Long fId) {
  288. this.fId = fId;
  289. }
  290. public Long getfId() {
  291. return fId;
  292. }
  293. public void setfBillno(String fBillno) {
  294. this.fBillno = fBillno;
  295. }
  296. public String getfBillno() {
  297. return fBillno;
  298. }
  299. public void setfCustomsdeclartion(String fCustomsdeclartion) {
  300. this.fCustomsdeclartion = fCustomsdeclartion;
  301. }
  302. public String getfCustomsdeclartion() {
  303. return fCustomsdeclartion;
  304. }
  305. public void setfOriginalbillno(String fOriginalbillno) {
  306. this.fOriginalbillno = fOriginalbillno;
  307. }
  308. public String getfOriginalbillno() {
  309. return fOriginalbillno;
  310. }
  311. public void setfDeptid(Long fDeptid) {
  312. this.fDeptid = fDeptid;
  313. }
  314. public Long getfDeptid() {
  315. return fDeptid;
  316. }
  317. public void setfBsdeptid(Long fBsdeptid) {
  318. this.fBsdeptid = fBsdeptid;
  319. }
  320. public Long getfBsdeptid() {
  321. return fBsdeptid;
  322. }
  323. public void setfContacts(String fContacts) {
  324. this.fContacts = fContacts;
  325. }
  326. public String getfContacts() {
  327. return fContacts;
  328. }
  329. public void setfTel(String fTel) {
  330. this.fTel = fTel;
  331. }
  332. public String getfTel() {
  333. return fTel;
  334. }
  335. public void setfCorpid(Long fCorpid) {
  336. this.fCorpid = fCorpid;
  337. }
  338. public Long getfCorpid() {
  339. return fCorpid;
  340. }
  341. public void setfTocorpid(Long fTocorpid) {
  342. this.fTocorpid = fTocorpid;
  343. }
  344. public Long getfTocorpid() {
  345. return fTocorpid;
  346. }
  347. public void setfStltypeid(Long fStltypeid) {
  348. this.fStltypeid = fStltypeid;
  349. }
  350. public Long getfStltypeid() {
  351. return fStltypeid;
  352. }
  353. public void setfBscorpno(String fBscorpno) {
  354. this.fBscorpno = fBscorpno;
  355. }
  356. public String getfBscorpno() {
  357. return fBscorpno;
  358. }
  359. public void setfWarehouseid(Long fWarehouseid) {
  360. this.fWarehouseid = fWarehouseid;
  361. }
  362. public Long getfWarehouseid() {
  363. return fWarehouseid;
  364. }
  365. public void setfStorekeeper(String fStorekeeper) {
  366. this.fStorekeeper = fStorekeeper;
  367. }
  368. public String getfStorekeeper() {
  369. return fStorekeeper;
  370. }
  371. public void setfBsdate(Date fBsdate) {
  372. this.fBsdate = fBsdate;
  373. }
  374. public Date getfBsdate() {
  375. return fBsdate;
  376. }
  377. public void setfPlanqty(Long fPlanqty) {
  378. this.fPlanqty = fPlanqty;
  379. }
  380. public Long getfPlanqty() {
  381. return fPlanqty;
  382. }
  383. public void setfPlangrossweight(BigDecimal fPlangrossweight) {
  384. this.fPlangrossweight = fPlangrossweight;
  385. }
  386. public BigDecimal getfPlangrossweight() {
  387. return fPlangrossweight;
  388. }
  389. public void setfPlannetweight(BigDecimal fPlannetweight) {
  390. this.fPlannetweight = fPlannetweight;
  391. }
  392. public BigDecimal getfPlannetweight() {
  393. return fPlannetweight;
  394. }
  395. public void setfPlanvolumn(BigDecimal fPlanvolumn) {
  396. this.fPlanvolumn = fPlanvolumn;
  397. }
  398. public BigDecimal getfPlanvolumn() {
  399. return fPlanvolumn;
  400. }
  401. public void setfQty(Long fQty) {
  402. this.fQty = fQty;
  403. }
  404. public Long getfQty() {
  405. return fQty;
  406. }
  407. public void setfGrossweight(BigDecimal fGrossweight) {
  408. this.fGrossweight = fGrossweight;
  409. }
  410. public BigDecimal getfGrossweight() {
  411. return fGrossweight;
  412. }
  413. public void setfNetweight(BigDecimal fNetweight) {
  414. this.fNetweight = fNetweight;
  415. }
  416. public BigDecimal getfNetweight() {
  417. return fNetweight;
  418. }
  419. public void setfVolumn(BigDecimal fVolumn) {
  420. this.fVolumn = fVolumn;
  421. }
  422. public BigDecimal getfVolumn() {
  423. return fVolumn;
  424. }
  425. public void setfTrademodeid(Long fTrademodeid) {
  426. this.fTrademodeid = fTrademodeid;
  427. }
  428. public Long getfTrademodeid() {
  429. return fTrademodeid;
  430. }
  431. public void setfBillingway(Long fBillingway) {
  432. this.fBillingway = fBillingway;
  433. }
  434. public Long getfBillingway() {
  435. return fBillingway;
  436. }
  437. public void setfSbu(Long fSbu) {
  438. this.fSbu = fSbu;
  439. }
  440. public Long getfSbu() {
  441. return fSbu;
  442. }
  443. public void setfFeetunit(String fFeetunit) {
  444. this.fFeetunit = fFeetunit;
  445. }
  446. public String getfFeetunit() {
  447. return fFeetunit;
  448. }
  449. public void setfProductName(String fProductName) {
  450. this.fProductName = fProductName;
  451. }
  452. public String getfProductName() {
  453. return fProductName;
  454. }
  455. public void setfMblno(String fMblno) {
  456. this.fMblno = fMblno;
  457. }
  458. public String getfMblno() {
  459. return fMblno;
  460. }
  461. public void setfVslvoy(String fVslvoy) {
  462. this.fVslvoy = fVslvoy;
  463. }
  464. public String getfVslvoy() {
  465. return fVslvoy;
  466. }
  467. public void setfMarks(String fMarks) {
  468. this.fMarks = fMarks;
  469. }
  470. public String getfMarks() {
  471. return fMarks;
  472. }
  473. public void setfEta(Date fEta) {
  474. this.fEta = fEta;
  475. }
  476. public Date getfEta() {
  477. return fEta;
  478. }
  479. public void setfCustomno(String fCustomno) {
  480. this.fCustomno = fCustomno;
  481. }
  482. public String getfCustomno() {
  483. return fCustomno;
  484. }
  485. public void setfIfweigh(String fIfweigh) {
  486. this.fIfweigh = fIfweigh;
  487. }
  488. public String getfIfweigh() {
  489. return fIfweigh;
  490. }
  491. public void setfIfpledge(String fIfpledge) {
  492. this.fIfpledge = fIfpledge;
  493. }
  494. public String getfIfpledge() {
  495. return fIfpledge;
  496. }
  497. public void setfIfdamage(String fIfdamage) {
  498. this.fIfdamage = fIfdamage;
  499. }
  500. public String getfIfdamage() {
  501. return fIfdamage;
  502. }
  503. public void setfBankcorpid(Long fBankcorpid) {
  504. this.fBankcorpid = fBankcorpid;
  505. }
  506. public Long getfBankcorpid() {
  507. return fBankcorpid;
  508. }
  509. public void setfBilltype(String fBilltype) {
  510. this.fBilltype = fBilltype;
  511. }
  512. public void setfChargedate(Date fChargedate) {
  513. this.fChargedate = fChargedate;
  514. }
  515. public Date getfChargedate() {
  516. return fChargedate;
  517. }
  518. public String getfBilltype() {
  519. return fBilltype;
  520. }
  521. public void setfBillstatus(Long fBillstatus) {
  522. this.fBillstatus = fBillstatus;
  523. }
  524. public Long getfBillstatus() {
  525. return fBillstatus;
  526. }
  527. public void setDelFlag(String delFlag) {
  528. this.delFlag = delFlag;
  529. }
  530. public String getDelFlag() {
  531. return delFlag;
  532. }
  533. public Long getfItemsStatus() {
  534. return fItemsStatus;
  535. }
  536. public void setfItemsStatus(Long fItemsStatus) {
  537. this.fItemsStatus = fItemsStatus;
  538. }
  539. public Date getfReviewDate() {
  540. return fReviewDate;
  541. }
  542. public void setfReviewDate(Date fReviewDate) {
  543. this.fReviewDate = fReviewDate;
  544. }
  545. public Date getfBillingDeadline() {
  546. return fBillingDeadline;
  547. }
  548. public void setfBillingDeadline(Date fBillingDeadline) {
  549. this.fBillingDeadline = fBillingDeadline;
  550. }
  551. public String getfTruckno() {
  552. return fTruckno;
  553. }
  554. public void setfTruckno(String fTruckno) {
  555. this.fTruckno = fTruckno;
  556. }
  557. public String getfDriverName() {
  558. return fDriverName;
  559. }
  560. public void setfDriverName(String fDriverName) {
  561. this.fDriverName = fDriverName;
  562. }
  563. public String getfDriverTel() {
  564. return fDriverTel;
  565. }
  566. public void setfDriverTel(String fDriverTel) {
  567. this.fDriverTel = fDriverTel;
  568. }
  569. public String getfDriverIdCar() {
  570. return fDriverIdCar;
  571. }
  572. public void setfDriverIdCar(String fDriverIdCar) {
  573. this.fDriverIdCar = fDriverIdCar;
  574. }
  575. public String getfBusinessType() {
  576. return fBusinessType;
  577. }
  578. public void setfBusinessType(String fBusinessType) {
  579. this.fBusinessType = fBusinessType;
  580. }
  581. public Long getfFleet() {
  582. return fFleet;
  583. }
  584. public void setfFleet(Long fFleet) {
  585. this.fFleet = fFleet;
  586. }
  587. public Long getfLabour() {
  588. return fLabour;
  589. }
  590. public void setfLabour(Long fLabour) {
  591. this.fLabour = fLabour;
  592. }
  593. public Long getfInwarehouseid() {
  594. return fInwarehouseid;
  595. }
  596. public void setfInwarehouseid(Long fInwarehouseid) {
  597. this.fInwarehouseid = fInwarehouseid;
  598. }
  599. @Override
  600. public String toString() {
  601. return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
  602. .append("fId", getfId())
  603. .append("fBillno", getfBillno())
  604. .append("fCustomsdeclartion", getfCustomsdeclartion())
  605. .append("fOriginalbillno", getfOriginalbillno())
  606. .append("fDeptid", getfDeptid())
  607. .append("fBsdeptid", getfBsdeptid())
  608. .append("fContacts", getfContacts())
  609. .append("fTel", getfTel())
  610. .append("fCorpid", getfCorpid())
  611. .append("fTocorpid", getfTocorpid())
  612. .append("fStltypeid", getfStltypeid())
  613. .append("fBscorpno", getfBscorpno())
  614. .append("fWarehouseid", getfWarehouseid())
  615. .append("fStorekeeper", getfStorekeeper())
  616. .append("fChargedate", getfChargedate())
  617. .append("fBsdate", getfBsdate())
  618. .append("fPlanqty", getfPlanqty())
  619. .append("fPlangrossweight", getfPlangrossweight())
  620. .append("fPlannetweight", getfPlannetweight())
  621. .append("fPlanvolumn", getfPlanvolumn())
  622. .append("fQty", getfQty())
  623. .append("fGrossweight", getfGrossweight())
  624. .append("fNetweight", getfNetweight())
  625. .append("fVolumn", getfVolumn())
  626. .append("fTrademodeid", getfTrademodeid())
  627. .append("fBillingway", getfBillingway())
  628. .append("fSbu", getfSbu())
  629. .append("fFeetunit", getfFeetunit())
  630. .append("fMblno", getfMblno())
  631. .append("fVslvoy", getfVslvoy())
  632. .append("fMarks", getfMarks())
  633. .append("fEta", getfEta())
  634. .append("fCustomno", getfCustomno())
  635. .append("fIfweigh", getfIfweigh())
  636. .append("fIfpledge", getfIfpledge())
  637. .append("fIfdamage", getfIfdamage())
  638. .append("fBankcorpid", getfBankcorpid())
  639. .append("fBilltype", getfBilltype())
  640. .append("fBillstatus", getfBillstatus())
  641. .append("delFlag", getDelFlag())
  642. .append("createBy", getCreateBy())
  643. .append("createTime", getCreateTime())
  644. .append("fItemsStatus", getfItemsStatus())
  645. .append("updateBy", getUpdateBy())
  646. .append("updateTime", getUpdateTime())
  647. .append("remark", getRemark())
  648. .append("fBillingDeadline", getfBillingDeadline())
  649. .append("fProductName", getfProductName())
  650. .append("fReviewDate", getfReviewDate())
  651. .append("fTruckno", getfTruckno())
  652. .append("fDriverName", getfDriverName())
  653. .append("fDriverTel", getfDriverTel())
  654. .append("fDriverIdCar", getfDriverIdCar())
  655. .append("fBusinessType", getfBusinessType())
  656. .toString();
  657. }
  658. }