TWhgenleg.java 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671
  1. package com.ruoyi.reportManagement.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.springframework.format.annotation.DateTimeFormat;
  6. import java.math.BigDecimal;
  7. import java.util.Date;
  8. import java.util.List;
  9. /**
  10. * 库存总账对象 t_whgenleg
  11. *
  12. * @author ruoyi
  13. * @date 2020-12-25
  14. */
  15. public class TWhgenleg extends BaseEntity {
  16. private static final long serialVersionUID = 1L;
  17. /**
  18. * $column.columnComment
  19. */
  20. private Long fId;
  21. /**
  22. * 年
  23. */
  24. private Long fAccyear;
  25. /**
  26. * 月
  27. */
  28. private Long fAccmonth;
  29. /**
  30. * 客户id,t_corps 中的name
  31. */
  32. private Long fCorpid;
  33. /**
  34. * 发货方
  35. */
  36. private String fShipper;
  37. /**
  38. * 提单号
  39. */
  40. private String fMblno;
  41. /**
  42. * 原始入库业务编号
  43. */
  44. @Excel(name = "原始入库业务编号")
  45. private String fOriginalbillno;
  46. /**
  47. * 库区,显示仓库 库位 库区
  48. */
  49. private Long fWarehouseLocationid;
  50. /**
  51. * 货物品名,t_goods 中的no或 name,模糊查找选择后,存储f_id,显示name
  52. */
  53. private Long fGoodsid;
  54. /**
  55. * 业务日期
  56. */
  57. @JsonFormat(pattern = "yyyy-MM-dd")
  58. @DateTimeFormat(pattern = "yyyy-MM-dd")
  59. @Excel(name = "仓储计费日期", width = 30, dateFormat = "yyyy-MM-dd")
  60. private Date fBsdate;
  61. /**
  62. * 仓储计费日期
  63. */
  64. @JsonFormat(pattern = "yyyy-MM-dd")
  65. @DateTimeFormat(pattern = "yyyy-MM-dd")
  66. @Excel(name = "仓储计费日期", width = 30, dateFormat = "yyyy-MM-dd")
  67. private Date fChargedate;
  68. /**
  69. * 贸易方式,对应t_trademodels name
  70. */
  71. private Long fTrademodeid;
  72. /**
  73. * 上期件数
  74. */
  75. @Excel(name = "上期件数")
  76. private Long fPreqty;
  77. /**
  78. * 仓库
  79. */
  80. @Excel(name = "仓库")
  81. private Long fWarehouseid;
  82. /**
  83. * 上期毛重,单位为吨,保留6位小数
  84. */
  85. @Excel(name = "上期毛重,单位为吨,保留6位小数")
  86. private BigDecimal fPregrossweight;
  87. /**
  88. * 上期净重,
  89. */
  90. @Excel(name = "上期净重,")
  91. private BigDecimal fPrenetweight;
  92. /**
  93. * 入库件数
  94. */
  95. @Excel(name = "入库件数")
  96. private Long fQtyd;
  97. /**
  98. * 入库尺码
  99. */
  100. @Excel(name = "入库尺码")
  101. private BigDecimal fVolumnd;
  102. /**
  103. * 计费方式(数据字典)
  104. */
  105. @Excel(name = "计费方式(数据字典)")
  106. private Long fBillingway;
  107. /**
  108. * 入库毛重
  109. */
  110. @Excel(name = "入库毛重")
  111. private BigDecimal fGrossweightd;
  112. /**
  113. * 入库净重
  114. */
  115. @Excel(name = "入库净重")
  116. private BigDecimal fNetweightd;
  117. /**
  118. * 出口尺码
  119. */
  120. @Excel(name = "出口尺码")
  121. private BigDecimal fVolumnc;
  122. /**
  123. * 出库件数
  124. */
  125. @Excel(name = "出库件数")
  126. private Long fQtyc;
  127. /**
  128. * 出库毛重,单位为吨
  129. */
  130. @Excel(name = "出库毛重,单位为吨")
  131. private BigDecimal fGrossweightc;
  132. /**
  133. * 结余件数
  134. */
  135. @Excel(name = "结余件数")
  136. private Long fQtyblc;
  137. /**
  138. * 结余毛重
  139. */
  140. @Excel(name = "结余毛重")
  141. private BigDecimal fGrossweightblc;
  142. /**
  143. * 出库净重
  144. */
  145. @Excel(name = "出库净重")
  146. private BigDecimal fNetweightc;
  147. /**
  148. * 结余净重
  149. */
  150. @Excel(name = "结余净重")
  151. private BigDecimal fNetweightblc;
  152. /**
  153. * 结余尺码
  154. */
  155. @Excel(name = "结余尺码")
  156. private BigDecimal fVolumnblc;
  157. /**
  158. * 箱号
  159. */
  160. @Excel(name = "箱号")
  161. private String fCntrno;
  162. /**
  163. * 状态,默认 T ,正常T 停用F 下拉选择
  164. */
  165. @Excel(name = "状态,默认 T ,正常T 停用F 下拉选择")
  166. private String fStatus;
  167. /**
  168. * 删除状态
  169. */
  170. private String delFlag;
  171. /**
  172. * 业务类型(存汉字的,用来选择 产地 规格 品牌)
  173. */
  174. @Excel(name = "业务类型(存汉字的,用来选择 产地 规格 品牌)")
  175. private Long fBusinessType;
  176. /**
  177. * 唛头
  178. */
  179. @Excel(name = "唛头")
  180. private String fMarks;
  181. /**
  182. * 原始入库日期
  183. */
  184. @JsonFormat(pattern = "yyyy-MM-dd")
  185. @Excel(name = "原始入库日期", width = 30, dateFormat = "yyyy-MM-dd")
  186. private Date fOriginalbilldate;
  187. /** 库内箱号 */
  188. @Excel(name = "库内箱号")
  189. private String fLocalcntrno;
  190. /**
  191. * 查询时间区间
  192. */
  193. private List<String> orgStorageDate;
  194. /** 仓库 */
  195. @Excel(name = "仓库")
  196. private Long fLocation;
  197. /**
  198. * 报关单号
  199. */
  200. @Excel(name = "报关单号")
  201. private String fCustomno;
  202. /**
  203. * 备案序号
  204. */
  205. private String fEmsSeqNo;
  206. /** 是否按照箱号 */
  207. private Long isCntrno;
  208. /** 是否按照提单号 */
  209. private Long isMblno;
  210. //手机号
  211. private String fTel;
  212. private String timeStartBsdate;
  213. private String timeEndBsdate;
  214. public String getfEmsSeqNo() {
  215. return fEmsSeqNo;
  216. }
  217. public void setfEmsSeqNo(String fEmsSeqNo) {
  218. this.fEmsSeqNo = fEmsSeqNo;
  219. }
  220. public Date getfBsdate() {
  221. return fBsdate;
  222. }
  223. public void setfBsdate(Date fBsdate) {
  224. this.fBsdate = fBsdate;
  225. }
  226. public String getfTel() {
  227. return fTel;
  228. }
  229. public void setfTel(String fTel) {
  230. this.fTel = fTel;
  231. }
  232. public static long getSerialVersionUID() {
  233. return serialVersionUID;
  234. }
  235. public Long getIsMblno() {
  236. return isMblno;
  237. }
  238. public void setIsMblno(Long isMblno) {
  239. this.isMblno = isMblno;
  240. }
  241. public String getfCustomno() {
  242. return fCustomno;
  243. }
  244. public void setfCustomno(String fCustomno) {
  245. this.fCustomno = fCustomno;
  246. }
  247. public Long getfId() {
  248. return fId;
  249. }
  250. public void setfId(Long fId) {
  251. this.fId = fId;
  252. }
  253. public Long getfAccyear() {
  254. return fAccyear;
  255. }
  256. public void setfAccyear(Long fAccyear) {
  257. this.fAccyear = fAccyear;
  258. }
  259. public Long getfAccmonth() {
  260. return fAccmonth;
  261. }
  262. public void setfAccmonth(Long fAccmonth) {
  263. this.fAccmonth = fAccmonth;
  264. }
  265. public Long getfCorpid() {
  266. return fCorpid;
  267. }
  268. public void setfCorpid(Long fCorpid) {
  269. this.fCorpid = fCorpid;
  270. }
  271. public String getfShipper() {
  272. return fShipper;
  273. }
  274. public void setfShipper(String fShipper) {
  275. this.fShipper = fShipper;
  276. }
  277. public String getfMblno() {
  278. return fMblno;
  279. }
  280. public void setfMblno(String fMblno) {
  281. this.fMblno = fMblno;
  282. }
  283. public String getfOriginalbillno() {
  284. return fOriginalbillno;
  285. }
  286. public void setfOriginalbillno(String fOriginalbillno) {
  287. this.fOriginalbillno = fOriginalbillno;
  288. }
  289. public Long getfWarehouseLocationid() {
  290. return fWarehouseLocationid;
  291. }
  292. public void setfWarehouseLocationid(Long fWarehouseLocationid) {
  293. this.fWarehouseLocationid = fWarehouseLocationid;
  294. }
  295. public Long getfGoodsid() {
  296. return fGoodsid;
  297. }
  298. public void setfGoodsid(Long fGoodsid) {
  299. this.fGoodsid = fGoodsid;
  300. }
  301. public Date getfChargedate() {
  302. return fChargedate;
  303. }
  304. public void setfChargedate(Date fChargedate) {
  305. this.fChargedate = fChargedate;
  306. }
  307. public Long getfTrademodeid() {
  308. return fTrademodeid;
  309. }
  310. public void setfTrademodeid(Long fTrademodeid) {
  311. this.fTrademodeid = fTrademodeid;
  312. }
  313. public Long getfPreqty() {
  314. return fPreqty;
  315. }
  316. public void setfPreqty(Long fPreqty) {
  317. this.fPreqty = fPreqty;
  318. }
  319. public Long getfWarehouseid() {
  320. return fWarehouseid;
  321. }
  322. public void setfWarehouseid(Long fWarehouseid) {
  323. this.fWarehouseid = fWarehouseid;
  324. }
  325. public BigDecimal getfPregrossweight() {
  326. return fPregrossweight;
  327. }
  328. public void setfPregrossweight(BigDecimal fPregrossweight) {
  329. this.fPregrossweight = fPregrossweight;
  330. }
  331. public BigDecimal getfPrenetweight() {
  332. return fPrenetweight;
  333. }
  334. public void setfPrenetweight(BigDecimal fPrenetweight) {
  335. this.fPrenetweight = fPrenetweight;
  336. }
  337. public Long getfQtyd() {
  338. return fQtyd;
  339. }
  340. public void setfQtyd(Long fQtyd) {
  341. this.fQtyd = fQtyd;
  342. }
  343. public BigDecimal getfVolumnd() {
  344. return fVolumnd;
  345. }
  346. public void setfVolumnd(BigDecimal fVolumnd) {
  347. this.fVolumnd = fVolumnd;
  348. }
  349. public Long getfBillingway() {
  350. return fBillingway;
  351. }
  352. public void setfBillingway(Long fBillingway) {
  353. this.fBillingway = fBillingway;
  354. }
  355. public BigDecimal getfGrossweightd() {
  356. return fGrossweightd;
  357. }
  358. public void setfGrossweightd(BigDecimal fGrossweightd) {
  359. this.fGrossweightd = fGrossweightd;
  360. }
  361. public BigDecimal getfNetweightd() {
  362. return fNetweightd;
  363. }
  364. public void setfNetweightd(BigDecimal fNetweightd) {
  365. this.fNetweightd = fNetweightd;
  366. }
  367. public BigDecimal getfVolumnc() {
  368. return fVolumnc;
  369. }
  370. public void setfVolumnc(BigDecimal fVolumnc) {
  371. this.fVolumnc = fVolumnc;
  372. }
  373. public Long getfQtyc() {
  374. return fQtyc;
  375. }
  376. public void setfQtyc(Long fQtyc) {
  377. this.fQtyc = fQtyc;
  378. }
  379. public BigDecimal getfGrossweightc() {
  380. return fGrossweightc;
  381. }
  382. public void setfGrossweightc(BigDecimal fGrossweightc) {
  383. this.fGrossweightc = fGrossweightc;
  384. }
  385. public Long getfQtyblc() {
  386. return fQtyblc;
  387. }
  388. public void setfQtyblc(Long fQtyblc) {
  389. this.fQtyblc = fQtyblc;
  390. }
  391. public BigDecimal getfGrossweightblc() {
  392. return fGrossweightblc;
  393. }
  394. public void setfGrossweightblc(BigDecimal fGrossweightblc) {
  395. this.fGrossweightblc = fGrossweightblc;
  396. }
  397. public BigDecimal getfNetweightc() {
  398. return fNetweightc;
  399. }
  400. public void setfNetweightc(BigDecimal fNetweightc) {
  401. this.fNetweightc = fNetweightc;
  402. }
  403. public BigDecimal getfNetweightblc() {
  404. return fNetweightblc;
  405. }
  406. public void setfNetweightblc(BigDecimal fNetweightblc) {
  407. this.fNetweightblc = fNetweightblc;
  408. }
  409. public BigDecimal getfVolumnblc() {
  410. return fVolumnblc;
  411. }
  412. public void setfVolumnblc(BigDecimal fVolumnblc) {
  413. this.fVolumnblc = fVolumnblc;
  414. }
  415. public String getfCntrno() {
  416. return fCntrno;
  417. }
  418. public void setfCntrno(String fCntrno) {
  419. this.fCntrno = fCntrno;
  420. }
  421. public String getfStatus() {
  422. return fStatus;
  423. }
  424. public void setfStatus(String fStatus) {
  425. this.fStatus = fStatus;
  426. }
  427. public String getDelFlag() {
  428. return delFlag;
  429. }
  430. public void setDelFlag(String delFlag) {
  431. this.delFlag = delFlag;
  432. }
  433. public Long getfBusinessType() {
  434. return fBusinessType;
  435. }
  436. public void setfBusinessType(Long fBusinessType) {
  437. this.fBusinessType = fBusinessType;
  438. }
  439. public String getfMarks() {
  440. return fMarks;
  441. }
  442. public void setfMarks(String fMarks) {
  443. this.fMarks = fMarks;
  444. }
  445. public Date getfOriginalbilldate() {
  446. return fOriginalbilldate;
  447. }
  448. public void setfOriginalbilldate(Date fOriginalbilldate) {
  449. this.fOriginalbilldate = fOriginalbilldate;
  450. }
  451. public List<String> getOrgStorageDate() {
  452. return orgStorageDate;
  453. }
  454. public void setOrgStorageDate(List<String> orgStorageDate) {
  455. this.orgStorageDate = orgStorageDate;
  456. }
  457. public Long getfLocation() {
  458. return fLocation;
  459. }
  460. public void setfLocation(Long fLocation) {
  461. this.fLocation = fLocation;
  462. }
  463. public Long getIsCntrno() {
  464. return isCntrno;
  465. }
  466. public void setIsCntrno(Long isCntrno) {
  467. this.isCntrno = isCntrno;
  468. }
  469. public String getTimeStartBsdate() {
  470. return timeStartBsdate;
  471. }
  472. public void setTimeStartBsdate(String timeStartBsdate) {
  473. this.timeStartBsdate = timeStartBsdate;
  474. }
  475. public String getTimeEndBsdate() {
  476. return timeEndBsdate;
  477. }
  478. public void setTimeEndBsdate(String timeEndBsdate) {
  479. this.timeEndBsdate = timeEndBsdate;
  480. }
  481. public String getfLocalcntrno() {
  482. return fLocalcntrno;
  483. }
  484. public void setfLocalcntrno(String fLocalcntrno) {
  485. this.fLocalcntrno = fLocalcntrno;
  486. }
  487. @Override
  488. public String toString() {
  489. return "TWhgenleg{" +
  490. "fId=" + fId +
  491. ", fAccyear=" + fAccyear +
  492. ", fAccmonth=" + fAccmonth +
  493. ", fCorpid=" + fCorpid +
  494. ", fShipper=" + fShipper +
  495. ", fMblno='" + fMblno + '\'' +
  496. ", fOriginalbillno='" + fOriginalbillno + '\'' +
  497. ", fWarehouseLocationid=" + fWarehouseLocationid +
  498. ", fGoodsid=" + fGoodsid +
  499. ", fChargedate=" + fChargedate +
  500. ", fTrademodeid=" + fTrademodeid +
  501. ", fPreqty=" + fPreqty +
  502. ", fWarehouseid=" + fWarehouseid +
  503. ", fPregrossweight=" + fPregrossweight +
  504. ", fPrenetweight=" + fPrenetweight +
  505. ", fQtyd=" + fQtyd +
  506. ", fVolumnd=" + fVolumnd +
  507. ", fBillingway=" + fBillingway +
  508. ", fGrossweightd=" + fGrossweightd +
  509. ", fNetweightd=" + fNetweightd +
  510. ", fVolumnc=" + fVolumnc +
  511. ", fQtyc=" + fQtyc +
  512. ", fGrossweightc=" + fGrossweightc +
  513. ", fQtyblc=" + fQtyblc +
  514. ", fGrossweightblc=" + fGrossweightblc +
  515. ", fNetweightc=" + fNetweightc +
  516. ", fNetweightblc=" + fNetweightblc +
  517. ", fVolumnblc=" + fVolumnblc +
  518. ", fCntrno='" + fCntrno + '\'' +
  519. ", fStatus='" + fStatus + '\'' +
  520. ", delFlag='" + delFlag + '\'' +
  521. ", fBusinessType=" + fBusinessType +
  522. ", fMarks='" + fMarks + '\'' +
  523. ", fOriginalbilldate=" + fOriginalbilldate +
  524. ", fLocalcntrno='" + fLocalcntrno + '\'' +
  525. ", orgStorageDate=" + orgStorageDate +
  526. ", fLocation=" + fLocation +
  527. ", isCntrno=" + isCntrno +
  528. ", timeStartBsdate='" + timeStartBsdate + '\'' +
  529. ", timeEndBsdate='" + timeEndBsdate + '\'' +
  530. ", fCustomno='" + fCustomno + '\'' +
  531. '}';
  532. }
  533. }