TWhgenleg.java 14 KB

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