BusinessDeliveryStorageNotice.java 60 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786
  1. package com.chinaitop.depot.business.model;
  2. import java.util.Date;
  3. public class BusinessDeliveryStorageNotice {
  4. /*private String agreementNumber;//协议编号
  5. public String getAgreementNumber() {
  6. return agreementNumber;
  7. }
  8. public void setAgreementNumber(String agreementNumber) {
  9. this.agreementNumber = agreementNumber;
  10. }*/
  11. //业务字段(用于通知单新增)
  12. private Integer grainProducingArea;
  13. //业务字段(是否合并过)
  14. private String isMerge;
  15. //本次结算数量
  16. private String yjssl;
  17. /**
  18. * 是否有过合并(0:有过,1:没有)
  19. * @return
  20. */
  21. public String getIsMerge() {
  22. return isMerge;
  23. }
  24. /**
  25. * 是否有过合并(0:有过,1:没有)
  26. * @param isMerge
  27. */
  28. public void setIsMerge(String isMerge) {
  29. this.isMerge = isMerge;
  30. }
  31. public Integer getGrainProducingArea() {
  32. return grainProducingArea;
  33. }
  34. public void setGrainProducingArea(Integer grainProducingArea) {
  35. this.grainProducingArea = grainProducingArea;
  36. }
  37. /**
  38. * This field was generated by MyBatis Generator.
  39. * This field corresponds to the database column business_delivery_storage_notice.id
  40. *
  41. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  42. */
  43. private Integer id;
  44. /**
  45. * This field was generated by MyBatis Generator.
  46. * This field corresponds to the database column business_delivery_storage_notice.bill_type
  47. *
  48. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  49. */
  50. private String billType;
  51. /**
  52. * This field was generated by MyBatis Generator.
  53. * This field corresponds to the database column business_delivery_storage_notice.bill_type_id
  54. *
  55. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  56. */
  57. private Integer billTypeId;
  58. /**
  59. * This field was generated by MyBatis Generator.
  60. * This field corresponds to the database column business_delivery_storage_notice.bill_number
  61. *
  62. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  63. */
  64. private String billNumber;
  65. /**
  66. * This field was generated by MyBatis Generator.
  67. * This field corresponds to the database column business_delivery_storage_notice.shiping_count
  68. *
  69. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  70. */
  71. private String shipingCount;
  72. /**
  73. * This field was generated by MyBatis Generator.
  74. * This field corresponds to the database column business_delivery_storage_notice.finished_count
  75. *
  76. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  77. */
  78. private String finishedCount;
  79. /**
  80. * This field was generated by MyBatis Generator.
  81. * This field corresponds to the database column business_delivery_storage_notice.received_money
  82. *
  83. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  84. */
  85. private String receivedMoney;
  86. /**
  87. * This field was generated by MyBatis Generator.
  88. * This field corresponds to the database column business_delivery_storage_notice.customer_bid
  89. *
  90. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  91. */
  92. private Integer customerBid;
  93. /**
  94. * This field was generated by MyBatis Generator.
  95. * This field corresponds to the database column business_delivery_storage_notice.customer_number
  96. *
  97. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  98. */
  99. private String customerNumber;
  100. /**
  101. * This field was generated by MyBatis Generator.
  102. * This field corresponds to the database column business_delivery_storage_notice.mobile
  103. *
  104. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  105. */
  106. private String mobile;
  107. /**
  108. * This field was generated by MyBatis Generator.
  109. * This field corresponds to the database column business_delivery_storage_notice.delivery_customer
  110. *
  111. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  112. */
  113. private String deliveryCustomer;
  114. /**
  115. * This field was generated by MyBatis Generator.
  116. * This field corresponds to the database column business_delivery_storage_notice.contract
  117. *
  118. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  119. */
  120. private String contract;
  121. /**
  122. * This field was generated by MyBatis Generator.
  123. * This field corresponds to the database column business_delivery_storage_notice.contract_bid
  124. *
  125. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  126. */
  127. private Integer contractBid;
  128. /**
  129. * This field was generated by MyBatis Generator.
  130. * This field corresponds to the database column business_delivery_storage_notice.plan_number
  131. *
  132. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  133. */
  134. private String planNumber;
  135. /**
  136. * This field was generated by MyBatis Generator.
  137. * This field corresponds to the database column business_delivery_storage_notice.plan_bid
  138. *
  139. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  140. */
  141. private Integer planBid;
  142. /**
  143. * This field was generated by MyBatis Generator.
  144. * This field corresponds to the database column business_delivery_storage_notice.bill_memo
  145. *
  146. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  147. */
  148. private String billMemo;
  149. /**
  150. * This field was generated by MyBatis Generator.
  151. * This field corresponds to the database column business_delivery_storage_notice.grain_price
  152. *
  153. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  154. */
  155. private String grainPrice;
  156. /**
  157. * This field was generated by MyBatis Generator.
  158. * This field corresponds to the database column business_delivery_storage_notice.money_quantity
  159. *
  160. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  161. */
  162. private String moneyQuantity;
  163. /**
  164. * This field was generated by MyBatis Generator.
  165. * This field corresponds to the database column business_delivery_storage_notice.grain_annual
  166. *
  167. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  168. */
  169. private Integer grainAnnual;
  170. /**
  171. * This field was generated by MyBatis Generator.
  172. * This field corresponds to the database column business_delivery_storage_notice.warehouse
  173. *
  174. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  175. */
  176. private Integer warehouse;
  177. /**
  178. * This field was generated by MyBatis Generator.
  179. * This field corresponds to the database column business_delivery_storage_notice.goods_location
  180. *
  181. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  182. */
  183. private Integer goodsLocation;
  184. /**
  185. * This field was generated by MyBatis Generator.
  186. * This field corresponds to the database column business_delivery_storage_notice.audit_state
  187. *
  188. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  189. */
  190. private String auditState;
  191. /**
  192. * This field was generated by MyBatis Generator.
  193. * This field corresponds to the database column business_delivery_storage_notice.storage_time
  194. *
  195. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  196. */
  197. private Date storageTime;
  198. /**
  199. * This field was generated by MyBatis Generator.
  200. * This field corresponds to the database column business_delivery_storage_notice.process_instance_id
  201. *
  202. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  203. */
  204. private String processInstanceId;
  205. /**
  206. * This field was generated by MyBatis Generator.
  207. * This field corresponds to the database column business_delivery_storage_notice.process_definition_id
  208. *
  209. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  210. */
  211. private String processDefinitionId;
  212. /**
  213. * This field was generated by MyBatis Generator.
  214. * This field corresponds to the database column business_delivery_storage_notice.quality_standard
  215. *
  216. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  217. */
  218. private String qualityStandard;
  219. /**
  220. * This field was generated by MyBatis Generator.
  221. * This field corresponds to the database column business_delivery_storage_notice.agree_time
  222. *
  223. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  224. */
  225. private Date agreeTime;
  226. /**
  227. * This field was generated by MyBatis Generator.
  228. * This field corresponds to the database column business_delivery_storage_notice.bill_man
  229. *
  230. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  231. */
  232. private String billMan;
  233. /**
  234. * This field was generated by MyBatis Generator.
  235. * This field corresponds to the database column business_delivery_storage_notice.bill_date
  236. *
  237. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  238. */
  239. private Date billDate;
  240. /**
  241. * This field was generated by MyBatis Generator.
  242. * This field corresponds to the database column business_delivery_storage_notice.bill_unit
  243. *
  244. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  245. */
  246. private String billUnit;
  247. /**
  248. * This field was generated by MyBatis Generator.
  249. * This field corresponds to the database column business_delivery_storage_notice.house_id
  250. *
  251. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  252. */
  253. private Integer houseId;
  254. /**
  255. * This field was generated by MyBatis Generator.
  256. * This field corresponds to the database column business_delivery_storage_notice.house_name
  257. *
  258. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  259. */
  260. private String houseName;
  261. /**
  262. * This field was generated by MyBatis Generator.
  263. * This field corresponds to the database column business_delivery_storage_notice.warehouse_id
  264. *
  265. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  266. */
  267. private Integer warehouseId;
  268. /**
  269. * This field was generated by MyBatis Generator.
  270. * This field corresponds to the database column business_delivery_storage_notice.warehouse_name
  271. *
  272. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  273. */
  274. private String warehouseName;
  275. /**
  276. * This field was generated by MyBatis Generator.
  277. * This field corresponds to the database column business_delivery_storage_notice.creater
  278. *
  279. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  280. */
  281. private String creater;
  282. /**
  283. * This field was generated by MyBatis Generator.
  284. * This field corresponds to the database column business_delivery_storage_notice.create_time
  285. *
  286. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  287. */
  288. private Date createTime;
  289. /**
  290. * This field was generated by MyBatis Generator.
  291. * This field corresponds to the database column business_delivery_storage_notice.create_unit
  292. *
  293. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  294. */
  295. private String createUnit;
  296. /**
  297. * This field was generated by MyBatis Generator.
  298. * This field corresponds to the database column business_delivery_storage_notice.create_depot
  299. *
  300. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  301. */
  302. private String createDepot;
  303. /**
  304. * This field was generated by MyBatis Generator.
  305. * This field corresponds to the database column business_delivery_storage_notice.update_time
  306. *
  307. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  308. */
  309. private Date updateTime;
  310. /**
  311. * This field was generated by MyBatis Generator.
  312. * This field corresponds to the database column business_delivery_storage_notice.org_id
  313. *
  314. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  315. */
  316. private Integer orgId;
  317. /**
  318. * This field was generated by MyBatis Generator.
  319. * This field corresponds to the database column business_delivery_storage_notice.in_application
  320. *
  321. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  322. */
  323. private Integer inApplication;
  324. /**
  325. * This field was generated by MyBatis Generator.
  326. * This field corresponds to the database column business_delivery_storage_notice.creater_id
  327. *
  328. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  329. */
  330. private Integer createrId;
  331. /**
  332. * This field was generated by MyBatis Generator.
  333. * This field corresponds to the database column business_delivery_storage_notice.root_contract_bid
  334. *
  335. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  336. */
  337. private Integer rootContractBid;
  338. /**
  339. * This field was generated by MyBatis Generator.
  340. * This field corresponds to the database column business_delivery_storage_notice.identification
  341. *
  342. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  343. */
  344. private String identification;
  345. /**
  346. * This field was generated by MyBatis Generator.
  347. * This field corresponds to the database column business_delivery_storage_notice.carNumber
  348. *
  349. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  350. */
  351. private String carnumber;
  352. /**
  353. * This field was generated by MyBatis Generator.
  354. * This field corresponds to the database column business_delivery_storage_notice.updatetime
  355. *
  356. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  357. */
  358. //private Date updatetime;
  359. /**
  360. * This field was generated by MyBatis Generator.
  361. * This field corresponds to the database column business_delivery_storage_notice.changing
  362. *
  363. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  364. */
  365. private String changing;
  366. /**
  367. * This field was generated by MyBatis Generator.
  368. * This field corresponds to the database column business_delivery_storage_notice.change_record_flag
  369. *
  370. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  371. */
  372. private String changeRecordFlag;
  373. /**
  374. * This field was generated by MyBatis Generator.
  375. * This field corresponds to the database column business_delivery_storage_notice.root_notice_bid
  376. *
  377. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  378. */
  379. private Integer rootNoticeBid;
  380. /**
  381. * This field was generated by MyBatis Generator.
  382. * This field corresponds to the database column business_delivery_storage_notice.original_notice
  383. *
  384. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  385. */
  386. private String originalNotice;
  387. /**
  388. * This field was generated by MyBatis Generator.
  389. * This field corresponds to the database column business_delivery_storage_notice.original_notice_bid
  390. *
  391. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  392. */
  393. private Integer originalNoticeBid;
  394. /**
  395. * This field was generated by MyBatis Generator.
  396. * This field corresponds to the database column business_delivery_storage_notice.change_reason
  397. *
  398. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  399. */
  400. private String changeReason;
  401. /**
  402. * This field was generated by MyBatis Generator.
  403. * This field corresponds to the database column business_delivery_storage_notice.change_time
  404. *
  405. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  406. */
  407. private Date changeTime;
  408. /**
  409. * This field was generated by MyBatis Generator.
  410. * This field corresponds to the database column business_delivery_storage_notice.change_content
  411. *
  412. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  413. */
  414. private String changeContent;
  415. /**
  416. * 粮权所属
  417. */
  418. private String lqss;
  419. /**
  420. * This method was generated by MyBatis Generator.
  421. * This method returns the value of the database column business_delivery_storage_notice.id
  422. *
  423. * @return the value of business_delivery_storage_notice.id
  424. *
  425. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  426. */
  427. public Integer getId() {
  428. return id;
  429. }
  430. /**
  431. * This method was generated by MyBatis Generator.
  432. * This method sets the value of the database column business_delivery_storage_notice.id
  433. *
  434. * @param id the value for business_delivery_storage_notice.id
  435. *
  436. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  437. */
  438. public void setId(Integer id) {
  439. this.id = id;
  440. }
  441. /**
  442. * This method was generated by MyBatis Generator.
  443. * This method returns the value of the database column business_delivery_storage_notice.bill_type
  444. *
  445. * @return the value of business_delivery_storage_notice.bill_type
  446. *
  447. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  448. */
  449. public String getBillType() {
  450. return billType;
  451. }
  452. /**
  453. * This method was generated by MyBatis Generator.
  454. * This method sets the value of the database column business_delivery_storage_notice.bill_type
  455. *
  456. * @param billType the value for business_delivery_storage_notice.bill_type
  457. *
  458. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  459. */
  460. public void setBillType(String billType) {
  461. this.billType = billType == null ? null : billType.trim();
  462. }
  463. /**
  464. * This method was generated by MyBatis Generator.
  465. * This method returns the value of the database column business_delivery_storage_notice.bill_type_id
  466. *
  467. * @return the value of business_delivery_storage_notice.bill_type_id
  468. *
  469. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  470. */
  471. public Integer getBillTypeId() {
  472. return billTypeId;
  473. }
  474. /**
  475. * This method was generated by MyBatis Generator.
  476. * This method sets the value of the database column business_delivery_storage_notice.bill_type_id
  477. *
  478. * @param billTypeId the value for business_delivery_storage_notice.bill_type_id
  479. *
  480. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  481. */
  482. public void setBillTypeId(Integer billTypeId) {
  483. this.billTypeId = billTypeId;
  484. }
  485. /**
  486. * This method was generated by MyBatis Generator.
  487. * This method returns the value of the database column business_delivery_storage_notice.bill_number
  488. *
  489. * @return the value of business_delivery_storage_notice.bill_number
  490. *
  491. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  492. */
  493. public String getBillNumber() {
  494. return billNumber;
  495. }
  496. /**
  497. * This method was generated by MyBatis Generator.
  498. * This method sets the value of the database column business_delivery_storage_notice.bill_number
  499. *
  500. * @param billNumber the value for business_delivery_storage_notice.bill_number
  501. *
  502. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  503. */
  504. public void setBillNumber(String billNumber) {
  505. this.billNumber = billNumber == null ? null : billNumber.trim();
  506. }
  507. /**
  508. * This method was generated by MyBatis Generator.
  509. * This method returns the value of the database column business_delivery_storage_notice.shiping_count
  510. *
  511. * @return the value of business_delivery_storage_notice.shiping_count
  512. *
  513. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  514. */
  515. public String getShipingCount() {
  516. return shipingCount;
  517. }
  518. /**
  519. * This method was generated by MyBatis Generator.
  520. * This method sets the value of the database column business_delivery_storage_notice.shiping_count
  521. *
  522. * @param shipingCount the value for business_delivery_storage_notice.shiping_count
  523. *
  524. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  525. */
  526. public void setShipingCount(String shipingCount) {
  527. this.shipingCount = shipingCount == null ? null : shipingCount.trim();
  528. }
  529. /**
  530. * This method was generated by MyBatis Generator.
  531. * This method returns the value of the database column business_delivery_storage_notice.finished_count
  532. *
  533. * @return the value of business_delivery_storage_notice.finished_count
  534. *
  535. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  536. */
  537. public String getFinishedCount() {
  538. return finishedCount;
  539. }
  540. /**
  541. * This method was generated by MyBatis Generator.
  542. * This method sets the value of the database column business_delivery_storage_notice.finished_count
  543. *
  544. * @param finishedCount the value for business_delivery_storage_notice.finished_count
  545. *
  546. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  547. */
  548. public void setFinishedCount(String finishedCount) {
  549. this.finishedCount = finishedCount == null ? null : finishedCount.trim();
  550. }
  551. /**
  552. * This method was generated by MyBatis Generator.
  553. * This method returns the value of the database column business_delivery_storage_notice.received_money
  554. *
  555. * @return the value of business_delivery_storage_notice.received_money
  556. *
  557. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  558. */
  559. public String getReceivedMoney() {
  560. return receivedMoney;
  561. }
  562. /**
  563. * This method was generated by MyBatis Generator.
  564. * This method sets the value of the database column business_delivery_storage_notice.received_money
  565. *
  566. * @param receivedMoney the value for business_delivery_storage_notice.received_money
  567. *
  568. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  569. */
  570. public void setReceivedMoney(String receivedMoney) {
  571. this.receivedMoney = receivedMoney == null ? null : receivedMoney.trim();
  572. }
  573. /**
  574. * This method was generated by MyBatis Generator.
  575. * This method returns the value of the database column business_delivery_storage_notice.customer_bid
  576. *
  577. * @return the value of business_delivery_storage_notice.customer_bid
  578. *
  579. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  580. */
  581. public Integer getCustomerBid() {
  582. return customerBid;
  583. }
  584. /**
  585. * This method was generated by MyBatis Generator.
  586. * This method sets the value of the database column business_delivery_storage_notice.customer_bid
  587. *
  588. * @param customerBid the value for business_delivery_storage_notice.customer_bid
  589. *
  590. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  591. */
  592. public void setCustomerBid(Integer customerBid) {
  593. this.customerBid = customerBid;
  594. }
  595. /**
  596. * This method was generated by MyBatis Generator.
  597. * This method returns the value of the database column business_delivery_storage_notice.customer_number
  598. *
  599. * @return the value of business_delivery_storage_notice.customer_number
  600. *
  601. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  602. */
  603. public String getCustomerNumber() {
  604. return customerNumber;
  605. }
  606. /**
  607. * This method was generated by MyBatis Generator.
  608. * This method sets the value of the database column business_delivery_storage_notice.customer_number
  609. *
  610. * @param customerNumber the value for business_delivery_storage_notice.customer_number
  611. *
  612. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  613. */
  614. public void setCustomerNumber(String customerNumber) {
  615. this.customerNumber = customerNumber == null ? null : customerNumber.trim();
  616. }
  617. /**
  618. * This method was generated by MyBatis Generator.
  619. * This method returns the value of the database column business_delivery_storage_notice.mobile
  620. *
  621. * @return the value of business_delivery_storage_notice.mobile
  622. *
  623. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  624. */
  625. public String getMobile() {
  626. return mobile;
  627. }
  628. /**
  629. * This method was generated by MyBatis Generator.
  630. * This method sets the value of the database column business_delivery_storage_notice.mobile
  631. *
  632. * @param mobile the value for business_delivery_storage_notice.mobile
  633. *
  634. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  635. */
  636. public void setMobile(String mobile) {
  637. this.mobile = mobile == null ? null : mobile.trim();
  638. }
  639. /**
  640. * This method was generated by MyBatis Generator.
  641. * This method returns the value of the database column business_delivery_storage_notice.delivery_customer
  642. *
  643. * @return the value of business_delivery_storage_notice.delivery_customer
  644. *
  645. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  646. */
  647. public String getDeliveryCustomer() {
  648. return deliveryCustomer;
  649. }
  650. /**
  651. * This method was generated by MyBatis Generator.
  652. * This method sets the value of the database column business_delivery_storage_notice.delivery_customer
  653. *
  654. * @param deliveryCustomer the value for business_delivery_storage_notice.delivery_customer
  655. *
  656. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  657. */
  658. public void setDeliveryCustomer(String deliveryCustomer) {
  659. this.deliveryCustomer = deliveryCustomer == null ? null : deliveryCustomer.trim();
  660. }
  661. /**
  662. * This method was generated by MyBatis Generator.
  663. * This method returns the value of the database column business_delivery_storage_notice.contract
  664. *
  665. * @return the value of business_delivery_storage_notice.contract
  666. *
  667. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  668. */
  669. public String getContract() {
  670. return contract;
  671. }
  672. /**
  673. * This method was generated by MyBatis Generator.
  674. * This method sets the value of the database column business_delivery_storage_notice.contract
  675. *
  676. * @param contract the value for business_delivery_storage_notice.contract
  677. *
  678. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  679. */
  680. public void setContract(String contract) {
  681. this.contract = contract == null ? null : contract.trim();
  682. }
  683. /**
  684. * This method was generated by MyBatis Generator.
  685. * This method returns the value of the database column business_delivery_storage_notice.contract_bid
  686. *
  687. * @return the value of business_delivery_storage_notice.contract_bid
  688. *
  689. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  690. */
  691. public Integer getContractBid() {
  692. return contractBid;
  693. }
  694. /**
  695. * This method was generated by MyBatis Generator.
  696. * This method sets the value of the database column business_delivery_storage_notice.contract_bid
  697. *
  698. * @param contractBid the value for business_delivery_storage_notice.contract_bid
  699. *
  700. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  701. */
  702. public void setContractBid(Integer contractBid) {
  703. this.contractBid = contractBid;
  704. }
  705. /**
  706. * This method was generated by MyBatis Generator.
  707. * This method returns the value of the database column business_delivery_storage_notice.plan_number
  708. *
  709. * @return the value of business_delivery_storage_notice.plan_number
  710. *
  711. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  712. */
  713. public String getPlanNumber() {
  714. return planNumber;
  715. }
  716. /**
  717. * This method was generated by MyBatis Generator.
  718. * This method sets the value of the database column business_delivery_storage_notice.plan_number
  719. *
  720. * @param planNumber the value for business_delivery_storage_notice.plan_number
  721. *
  722. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  723. */
  724. public void setPlanNumber(String planNumber) {
  725. this.planNumber = planNumber == null ? null : planNumber.trim();
  726. }
  727. /**
  728. * This method was generated by MyBatis Generator.
  729. * This method returns the value of the database column business_delivery_storage_notice.plan_bid
  730. *
  731. * @return the value of business_delivery_storage_notice.plan_bid
  732. *
  733. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  734. */
  735. public Integer getPlanBid() {
  736. return planBid;
  737. }
  738. /**
  739. * This method was generated by MyBatis Generator.
  740. * This method sets the value of the database column business_delivery_storage_notice.plan_bid
  741. *
  742. * @param planBid the value for business_delivery_storage_notice.plan_bid
  743. *
  744. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  745. */
  746. public void setPlanBid(Integer planBid) {
  747. this.planBid = planBid;
  748. }
  749. /**
  750. * This method was generated by MyBatis Generator.
  751. * This method returns the value of the database column business_delivery_storage_notice.bill_memo
  752. *
  753. * @return the value of business_delivery_storage_notice.bill_memo
  754. *
  755. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  756. */
  757. public String getBillMemo() {
  758. return billMemo;
  759. }
  760. /**
  761. * This method was generated by MyBatis Generator.
  762. * This method sets the value of the database column business_delivery_storage_notice.bill_memo
  763. *
  764. * @param billMemo the value for business_delivery_storage_notice.bill_memo
  765. *
  766. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  767. */
  768. public void setBillMemo(String billMemo) {
  769. this.billMemo = billMemo == null ? null : billMemo.trim();
  770. }
  771. /**
  772. * This method was generated by MyBatis Generator.
  773. * This method returns the value of the database column business_delivery_storage_notice.grain_price
  774. *
  775. * @return the value of business_delivery_storage_notice.grain_price
  776. *
  777. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  778. */
  779. public String getGrainPrice() {
  780. return grainPrice;
  781. }
  782. /**
  783. * This method was generated by MyBatis Generator.
  784. * This method sets the value of the database column business_delivery_storage_notice.grain_price
  785. *
  786. * @param grainPrice the value for business_delivery_storage_notice.grain_price
  787. *
  788. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  789. */
  790. public void setGrainPrice(String grainPrice) {
  791. this.grainPrice = grainPrice == null ? null : grainPrice.trim();
  792. }
  793. /**
  794. * This method was generated by MyBatis Generator.
  795. * This method returns the value of the database column business_delivery_storage_notice.money_quantity
  796. *
  797. * @return the value of business_delivery_storage_notice.money_quantity
  798. *
  799. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  800. */
  801. public String getMoneyQuantity() {
  802. return moneyQuantity;
  803. }
  804. /**
  805. * This method was generated by MyBatis Generator.
  806. * This method sets the value of the database column business_delivery_storage_notice.money_quantity
  807. *
  808. * @param moneyQuantity the value for business_delivery_storage_notice.money_quantity
  809. *
  810. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  811. */
  812. public void setMoneyQuantity(String moneyQuantity) {
  813. this.moneyQuantity = moneyQuantity == null ? null : moneyQuantity.trim();
  814. }
  815. /**
  816. * This method was generated by MyBatis Generator.
  817. * This method returns the value of the database column business_delivery_storage_notice.grain_annual
  818. *
  819. * @return the value of business_delivery_storage_notice.grain_annual
  820. *
  821. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  822. */
  823. public Integer getGrainAnnual() {
  824. return grainAnnual;
  825. }
  826. /**
  827. * This method was generated by MyBatis Generator.
  828. * This method sets the value of the database column business_delivery_storage_notice.grain_annual
  829. *
  830. * @param grainAnnual the value for business_delivery_storage_notice.grain_annual
  831. *
  832. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  833. */
  834. public void setGrainAnnual(Integer grainAnnual) {
  835. this.grainAnnual = grainAnnual;
  836. }
  837. /**
  838. * This method was generated by MyBatis Generator.
  839. * This method returns the value of the database column business_delivery_storage_notice.warehouse
  840. *
  841. * @return the value of business_delivery_storage_notice.warehouse
  842. *
  843. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  844. */
  845. public Integer getWarehouse() {
  846. return warehouse;
  847. }
  848. /**
  849. * This method was generated by MyBatis Generator.
  850. * This method sets the value of the database column business_delivery_storage_notice.warehouse
  851. *
  852. * @param warehouse the value for business_delivery_storage_notice.warehouse
  853. *
  854. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  855. */
  856. public void setWarehouse(Integer warehouse) {
  857. this.warehouse = warehouse;
  858. }
  859. /**
  860. * This method was generated by MyBatis Generator.
  861. * This method returns the value of the database column business_delivery_storage_notice.goods_location
  862. *
  863. * @return the value of business_delivery_storage_notice.goods_location
  864. *
  865. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  866. */
  867. public Integer getGoodsLocation() {
  868. return goodsLocation;
  869. }
  870. /**
  871. * This method was generated by MyBatis Generator.
  872. * This method sets the value of the database column business_delivery_storage_notice.goods_location
  873. *
  874. * @param goodsLocation the value for business_delivery_storage_notice.goods_location
  875. *
  876. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  877. */
  878. public void setGoodsLocation(Integer goodsLocation) {
  879. this.goodsLocation = goodsLocation;
  880. }
  881. /**
  882. * This method was generated by MyBatis Generator.
  883. * This method returns the value of the database column business_delivery_storage_notice.audit_state
  884. *
  885. * @return the value of business_delivery_storage_notice.audit_state
  886. *
  887. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  888. */
  889. public String getAuditState() {
  890. return auditState;
  891. }
  892. /**
  893. * This method was generated by MyBatis Generator.
  894. * This method sets the value of the database column business_delivery_storage_notice.audit_state
  895. *
  896. * @param auditState the value for business_delivery_storage_notice.audit_state
  897. *
  898. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  899. */
  900. public void setAuditState(String auditState) {
  901. this.auditState = auditState == null ? null : auditState.trim();
  902. }
  903. /**
  904. * This method was generated by MyBatis Generator.
  905. * This method returns the value of the database column business_delivery_storage_notice.storage_time
  906. *
  907. * @return the value of business_delivery_storage_notice.storage_time
  908. *
  909. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  910. */
  911. public Date getStorageTime() {
  912. return storageTime;
  913. }
  914. /**
  915. * This method was generated by MyBatis Generator.
  916. * This method sets the value of the database column business_delivery_storage_notice.storage_time
  917. *
  918. * @param storageTime the value for business_delivery_storage_notice.storage_time
  919. *
  920. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  921. */
  922. public void setStorageTime(Date storageTime) {
  923. this.storageTime = storageTime;
  924. }
  925. /**
  926. * This method was generated by MyBatis Generator.
  927. * This method returns the value of the database column business_delivery_storage_notice.process_instance_id
  928. *
  929. * @return the value of business_delivery_storage_notice.process_instance_id
  930. *
  931. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  932. */
  933. public String getProcessInstanceId() {
  934. return processInstanceId;
  935. }
  936. /**
  937. * This method was generated by MyBatis Generator.
  938. * This method sets the value of the database column business_delivery_storage_notice.process_instance_id
  939. *
  940. * @param processInstanceId the value for business_delivery_storage_notice.process_instance_id
  941. *
  942. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  943. */
  944. public void setProcessInstanceId(String processInstanceId) {
  945. this.processInstanceId = processInstanceId == null ? null : processInstanceId.trim();
  946. }
  947. /**
  948. * This method was generated by MyBatis Generator.
  949. * This method returns the value of the database column business_delivery_storage_notice.process_definition_id
  950. *
  951. * @return the value of business_delivery_storage_notice.process_definition_id
  952. *
  953. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  954. */
  955. public String getProcessDefinitionId() {
  956. return processDefinitionId;
  957. }
  958. /**
  959. * This method was generated by MyBatis Generator.
  960. * This method sets the value of the database column business_delivery_storage_notice.process_definition_id
  961. *
  962. * @param processDefinitionId the value for business_delivery_storage_notice.process_definition_id
  963. *
  964. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  965. */
  966. public void setProcessDefinitionId(String processDefinitionId) {
  967. this.processDefinitionId = processDefinitionId == null ? null : processDefinitionId.trim();
  968. }
  969. /**
  970. * This method was generated by MyBatis Generator.
  971. * This method returns the value of the database column business_delivery_storage_notice.quality_standard
  972. *
  973. * @return the value of business_delivery_storage_notice.quality_standard
  974. *
  975. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  976. */
  977. public String getQualityStandard() {
  978. return qualityStandard;
  979. }
  980. /**
  981. * This method was generated by MyBatis Generator.
  982. * This method sets the value of the database column business_delivery_storage_notice.quality_standard
  983. *
  984. * @param qualityStandard the value for business_delivery_storage_notice.quality_standard
  985. *
  986. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  987. */
  988. public void setQualityStandard(String qualityStandard) {
  989. this.qualityStandard = qualityStandard == null ? null : qualityStandard.trim();
  990. }
  991. /**
  992. * This method was generated by MyBatis Generator.
  993. * This method returns the value of the database column business_delivery_storage_notice.agree_time
  994. *
  995. * @return the value of business_delivery_storage_notice.agree_time
  996. *
  997. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  998. */
  999. public Date getAgreeTime() {
  1000. return agreeTime;
  1001. }
  1002. /**
  1003. * This method was generated by MyBatis Generator.
  1004. * This method sets the value of the database column business_delivery_storage_notice.agree_time
  1005. *
  1006. * @param agreeTime the value for business_delivery_storage_notice.agree_time
  1007. *
  1008. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1009. */
  1010. public void setAgreeTime(Date agreeTime) {
  1011. this.agreeTime = agreeTime;
  1012. }
  1013. /**
  1014. * This method was generated by MyBatis Generator.
  1015. * This method returns the value of the database column business_delivery_storage_notice.bill_man
  1016. *
  1017. * @return the value of business_delivery_storage_notice.bill_man
  1018. *
  1019. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1020. */
  1021. public String getBillMan() {
  1022. return billMan;
  1023. }
  1024. /**
  1025. * This method was generated by MyBatis Generator.
  1026. * This method sets the value of the database column business_delivery_storage_notice.bill_man
  1027. *
  1028. * @param billMan the value for business_delivery_storage_notice.bill_man
  1029. *
  1030. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1031. */
  1032. public void setBillMan(String billMan) {
  1033. this.billMan = billMan == null ? null : billMan.trim();
  1034. }
  1035. /**
  1036. * This method was generated by MyBatis Generator.
  1037. * This method returns the value of the database column business_delivery_storage_notice.bill_date
  1038. *
  1039. * @return the value of business_delivery_storage_notice.bill_date
  1040. *
  1041. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1042. */
  1043. public Date getBillDate() {
  1044. return billDate;
  1045. }
  1046. /**
  1047. * This method was generated by MyBatis Generator.
  1048. * This method sets the value of the database column business_delivery_storage_notice.bill_date
  1049. *
  1050. * @param billDate the value for business_delivery_storage_notice.bill_date
  1051. *
  1052. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1053. */
  1054. public void setBillDate(Date billDate) {
  1055. this.billDate = billDate;
  1056. }
  1057. /**
  1058. * This method was generated by MyBatis Generator.
  1059. * This method returns the value of the database column business_delivery_storage_notice.bill_unit
  1060. *
  1061. * @return the value of business_delivery_storage_notice.bill_unit
  1062. *
  1063. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1064. */
  1065. public String getBillUnit() {
  1066. return billUnit;
  1067. }
  1068. /**
  1069. * This method was generated by MyBatis Generator.
  1070. * This method sets the value of the database column business_delivery_storage_notice.bill_unit
  1071. *
  1072. * @param billUnit the value for business_delivery_storage_notice.bill_unit
  1073. *
  1074. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1075. */
  1076. public void setBillUnit(String billUnit) {
  1077. this.billUnit = billUnit == null ? null : billUnit.trim();
  1078. }
  1079. /**
  1080. * This method was generated by MyBatis Generator.
  1081. * This method returns the value of the database column business_delivery_storage_notice.house_id
  1082. *
  1083. * @return the value of business_delivery_storage_notice.house_id
  1084. *
  1085. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1086. */
  1087. public Integer getHouseId() {
  1088. return houseId;
  1089. }
  1090. /**
  1091. * This method was generated by MyBatis Generator.
  1092. * This method sets the value of the database column business_delivery_storage_notice.house_id
  1093. *
  1094. * @param houseId the value for business_delivery_storage_notice.house_id
  1095. *
  1096. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1097. */
  1098. public void setHouseId(Integer houseId) {
  1099. this.houseId = houseId;
  1100. }
  1101. /**
  1102. * This method was generated by MyBatis Generator.
  1103. * This method returns the value of the database column business_delivery_storage_notice.house_name
  1104. *
  1105. * @return the value of business_delivery_storage_notice.house_name
  1106. *
  1107. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1108. */
  1109. public String getHouseName() {
  1110. return houseName;
  1111. }
  1112. /**
  1113. * This method was generated by MyBatis Generator.
  1114. * This method sets the value of the database column business_delivery_storage_notice.house_name
  1115. *
  1116. * @param houseName the value for business_delivery_storage_notice.house_name
  1117. *
  1118. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1119. */
  1120. public void setHouseName(String houseName) {
  1121. this.houseName = houseName == null ? null : houseName.trim();
  1122. }
  1123. /**
  1124. * This method was generated by MyBatis Generator.
  1125. * This method returns the value of the database column business_delivery_storage_notice.warehouse_id
  1126. *
  1127. * @return the value of business_delivery_storage_notice.warehouse_id
  1128. *
  1129. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1130. */
  1131. public Integer getWarehouseId() {
  1132. return warehouseId;
  1133. }
  1134. /**
  1135. * This method was generated by MyBatis Generator.
  1136. * This method sets the value of the database column business_delivery_storage_notice.warehouse_id
  1137. *
  1138. * @param warehouseId the value for business_delivery_storage_notice.warehouse_id
  1139. *
  1140. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1141. */
  1142. public void setWarehouseId(Integer warehouseId) {
  1143. this.warehouseId = warehouseId;
  1144. }
  1145. /**
  1146. * This method was generated by MyBatis Generator.
  1147. * This method returns the value of the database column business_delivery_storage_notice.warehouse_name
  1148. *
  1149. * @return the value of business_delivery_storage_notice.warehouse_name
  1150. *
  1151. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1152. */
  1153. public String getWarehouseName() {
  1154. return warehouseName;
  1155. }
  1156. /**
  1157. * This method was generated by MyBatis Generator.
  1158. * This method sets the value of the database column business_delivery_storage_notice.warehouse_name
  1159. *
  1160. * @param warehouseName the value for business_delivery_storage_notice.warehouse_name
  1161. *
  1162. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1163. */
  1164. public void setWarehouseName(String warehouseName) {
  1165. this.warehouseName = warehouseName == null ? null : warehouseName.trim();
  1166. }
  1167. /**
  1168. * This method was generated by MyBatis Generator.
  1169. * This method returns the value of the database column business_delivery_storage_notice.creater
  1170. *
  1171. * @return the value of business_delivery_storage_notice.creater
  1172. *
  1173. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1174. */
  1175. public String getCreater() {
  1176. return creater;
  1177. }
  1178. /**
  1179. * This method was generated by MyBatis Generator.
  1180. * This method sets the value of the database column business_delivery_storage_notice.creater
  1181. *
  1182. * @param creater the value for business_delivery_storage_notice.creater
  1183. *
  1184. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1185. */
  1186. public void setCreater(String creater) {
  1187. this.creater = creater == null ? null : creater.trim();
  1188. }
  1189. /**
  1190. * This method was generated by MyBatis Generator.
  1191. * This method returns the value of the database column business_delivery_storage_notice.create_time
  1192. *
  1193. * @return the value of business_delivery_storage_notice.create_time
  1194. *
  1195. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1196. */
  1197. public Date getCreateTime() {
  1198. return createTime;
  1199. }
  1200. /**
  1201. * This method was generated by MyBatis Generator.
  1202. * This method sets the value of the database column business_delivery_storage_notice.create_time
  1203. *
  1204. * @param createTime the value for business_delivery_storage_notice.create_time
  1205. *
  1206. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1207. */
  1208. public void setCreateTime(Date createTime) {
  1209. this.createTime = createTime;
  1210. }
  1211. /**
  1212. * This method was generated by MyBatis Generator.
  1213. * This method returns the value of the database column business_delivery_storage_notice.create_unit
  1214. *
  1215. * @return the value of business_delivery_storage_notice.create_unit
  1216. *
  1217. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1218. */
  1219. public String getCreateUnit() {
  1220. return createUnit;
  1221. }
  1222. /**
  1223. * This method was generated by MyBatis Generator.
  1224. * This method sets the value of the database column business_delivery_storage_notice.create_unit
  1225. *
  1226. * @param createUnit the value for business_delivery_storage_notice.create_unit
  1227. *
  1228. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1229. */
  1230. public void setCreateUnit(String createUnit) {
  1231. this.createUnit = createUnit == null ? null : createUnit.trim();
  1232. }
  1233. /**
  1234. * This method was generated by MyBatis Generator.
  1235. * This method returns the value of the database column business_delivery_storage_notice.create_depot
  1236. *
  1237. * @return the value of business_delivery_storage_notice.create_depot
  1238. *
  1239. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1240. */
  1241. public String getCreateDepot() {
  1242. return createDepot;
  1243. }
  1244. /**
  1245. * This method was generated by MyBatis Generator.
  1246. * This method sets the value of the database column business_delivery_storage_notice.create_depot
  1247. *
  1248. * @param createDepot the value for business_delivery_storage_notice.create_depot
  1249. *
  1250. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1251. */
  1252. public void setCreateDepot(String createDepot) {
  1253. this.createDepot = createDepot == null ? null : createDepot.trim();
  1254. }
  1255. /**
  1256. * This method was generated by MyBatis Generator.
  1257. * This method returns the value of the database column business_delivery_storage_notice.update_time
  1258. *
  1259. * @return the value of business_delivery_storage_notice.update_time
  1260. *
  1261. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1262. */
  1263. public Date getUpdateTime() {
  1264. return updateTime;
  1265. }
  1266. /**
  1267. * This method was generated by MyBatis Generator.
  1268. * This method sets the value of the database column business_delivery_storage_notice.update_time
  1269. *
  1270. * @param updateTime the value for business_delivery_storage_notice.update_time
  1271. *
  1272. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1273. */
  1274. public void setUpdateTime(Date updateTime) {
  1275. this.updateTime = updateTime;
  1276. }
  1277. /**
  1278. * This method was generated by MyBatis Generator.
  1279. * This method returns the value of the database column business_delivery_storage_notice.org_id
  1280. *
  1281. * @return the value of business_delivery_storage_notice.org_id
  1282. *
  1283. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1284. */
  1285. public Integer getOrgId() {
  1286. return orgId;
  1287. }
  1288. /**
  1289. * This method was generated by MyBatis Generator.
  1290. * This method sets the value of the database column business_delivery_storage_notice.org_id
  1291. *
  1292. * @param orgId the value for business_delivery_storage_notice.org_id
  1293. *
  1294. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1295. */
  1296. public void setOrgId(Integer orgId) {
  1297. this.orgId = orgId;
  1298. }
  1299. /**
  1300. * This method was generated by MyBatis Generator.
  1301. * This method returns the value of the database column business_delivery_storage_notice.in_application
  1302. *
  1303. * @return the value of business_delivery_storage_notice.in_application
  1304. *
  1305. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1306. */
  1307. public Integer getInApplication() {
  1308. return inApplication;
  1309. }
  1310. /**
  1311. * This method was generated by MyBatis Generator.
  1312. * This method sets the value of the database column business_delivery_storage_notice.in_application
  1313. *
  1314. * @param inApplication the value for business_delivery_storage_notice.in_application
  1315. *
  1316. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1317. */
  1318. public void setInApplication(Integer inApplication) {
  1319. this.inApplication = inApplication;
  1320. }
  1321. /**
  1322. * This method was generated by MyBatis Generator.
  1323. * This method returns the value of the database column business_delivery_storage_notice.creater_id
  1324. *
  1325. * @return the value of business_delivery_storage_notice.creater_id
  1326. *
  1327. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1328. */
  1329. public Integer getCreaterId() {
  1330. return createrId;
  1331. }
  1332. /**
  1333. * This method was generated by MyBatis Generator.
  1334. * This method sets the value of the database column business_delivery_storage_notice.creater_id
  1335. *
  1336. * @param createrId the value for business_delivery_storage_notice.creater_id
  1337. *
  1338. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1339. */
  1340. public void setCreaterId(Integer createrId) {
  1341. this.createrId = createrId;
  1342. }
  1343. /**
  1344. * This method was generated by MyBatis Generator.
  1345. * This method returns the value of the database column business_delivery_storage_notice.root_contract_bid
  1346. *
  1347. * @return the value of business_delivery_storage_notice.root_contract_bid
  1348. *
  1349. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1350. */
  1351. public Integer getRootContractBid() {
  1352. return rootContractBid;
  1353. }
  1354. /**
  1355. * This method was generated by MyBatis Generator.
  1356. * This method sets the value of the database column business_delivery_storage_notice.root_contract_bid
  1357. *
  1358. * @param rootContractBid the value for business_delivery_storage_notice.root_contract_bid
  1359. *
  1360. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1361. */
  1362. public void setRootContractBid(Integer rootContractBid) {
  1363. this.rootContractBid = rootContractBid;
  1364. }
  1365. /**
  1366. * This method was generated by MyBatis Generator.
  1367. * This method returns the value of the database column business_delivery_storage_notice.identification
  1368. *
  1369. * @return the value of business_delivery_storage_notice.identification
  1370. *
  1371. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1372. */
  1373. public String getIdentification() {
  1374. return identification;
  1375. }
  1376. /**
  1377. * This method was generated by MyBatis Generator.
  1378. * This method sets the value of the database column business_delivery_storage_notice.identification
  1379. *
  1380. * @param identification the value for business_delivery_storage_notice.identification
  1381. *
  1382. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1383. */
  1384. public void setIdentification(String identification) {
  1385. this.identification = identification == null ? null : identification.trim();
  1386. }
  1387. /**
  1388. * This method was generated by MyBatis Generator.
  1389. * This method returns the value of the database column business_delivery_storage_notice.carNumber
  1390. *
  1391. * @return the value of business_delivery_storage_notice.carNumber
  1392. *
  1393. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1394. */
  1395. public String getCarnumber() {
  1396. return carnumber;
  1397. }
  1398. /**
  1399. * This method was generated by MyBatis Generator.
  1400. * This method sets the value of the database column business_delivery_storage_notice.carNumber
  1401. *
  1402. * @param carnumber the value for business_delivery_storage_notice.carNumber
  1403. *
  1404. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1405. */
  1406. public void setCarnumber(String carnumber) {
  1407. this.carnumber = carnumber == null ? null : carnumber.trim();
  1408. }
  1409. /**
  1410. * This method was generated by MyBatis Generator.
  1411. * This method returns the value of the database column business_delivery_storage_notice.changing
  1412. *
  1413. * @return the value of business_delivery_storage_notice.changing
  1414. *
  1415. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1416. */
  1417. public String getChanging() {
  1418. return changing;
  1419. }
  1420. /**
  1421. * This method was generated by MyBatis Generator.
  1422. * This method sets the value of the database column business_delivery_storage_notice.changing
  1423. *
  1424. * @param changing the value for business_delivery_storage_notice.changing
  1425. *
  1426. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1427. */
  1428. public void setChanging(String changing) {
  1429. this.changing = changing == null ? null : changing.trim();
  1430. }
  1431. /**
  1432. * This method was generated by MyBatis Generator.
  1433. * This method returns the value of the database column business_delivery_storage_notice.change_record_flag
  1434. *
  1435. * @return the value of business_delivery_storage_notice.change_record_flag
  1436. *
  1437. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1438. */
  1439. public String getChangeRecordFlag() {
  1440. return changeRecordFlag;
  1441. }
  1442. /**
  1443. * This method was generated by MyBatis Generator.
  1444. * This method sets the value of the database column business_delivery_storage_notice.change_record_flag
  1445. *
  1446. * @param changeRecordFlag the value for business_delivery_storage_notice.change_record_flag
  1447. *
  1448. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1449. */
  1450. public void setChangeRecordFlag(String changeRecordFlag) {
  1451. this.changeRecordFlag = changeRecordFlag == null ? null : changeRecordFlag.trim();
  1452. }
  1453. /**
  1454. * This method was generated by MyBatis Generator.
  1455. * This method returns the value of the database column business_delivery_storage_notice.root_notice_bid
  1456. *
  1457. * @return the value of business_delivery_storage_notice.root_notice_bid
  1458. *
  1459. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1460. */
  1461. public Integer getRootNoticeBid() {
  1462. return rootNoticeBid;
  1463. }
  1464. /**
  1465. * This method was generated by MyBatis Generator.
  1466. * This method sets the value of the database column business_delivery_storage_notice.root_notice_bid
  1467. *
  1468. * @param rootNoticeBid the value for business_delivery_storage_notice.root_notice_bid
  1469. *
  1470. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1471. */
  1472. public void setRootNoticeBid(Integer rootNoticeBid) {
  1473. this.rootNoticeBid = rootNoticeBid;
  1474. }
  1475. /**
  1476. * This method was generated by MyBatis Generator.
  1477. * This method returns the value of the database column business_delivery_storage_notice.original_notice
  1478. *
  1479. * @return the value of business_delivery_storage_notice.original_notice
  1480. *
  1481. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1482. */
  1483. public String getOriginalNotice() {
  1484. return originalNotice;
  1485. }
  1486. /**
  1487. * This method was generated by MyBatis Generator.
  1488. * This method sets the value of the database column business_delivery_storage_notice.original_notice
  1489. *
  1490. * @param originalNotice the value for business_delivery_storage_notice.original_notice
  1491. *
  1492. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1493. */
  1494. public void setOriginalNotice(String originalNotice) {
  1495. this.originalNotice = originalNotice == null ? null : originalNotice.trim();
  1496. }
  1497. /**
  1498. * This method was generated by MyBatis Generator.
  1499. * This method returns the value of the database column business_delivery_storage_notice.original_notice_bid
  1500. *
  1501. * @return the value of business_delivery_storage_notice.original_notice_bid
  1502. *
  1503. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1504. */
  1505. public Integer getOriginalNoticeBid() {
  1506. return originalNoticeBid;
  1507. }
  1508. /**
  1509. * This method was generated by MyBatis Generator.
  1510. * This method sets the value of the database column business_delivery_storage_notice.original_notice_bid
  1511. *
  1512. * @param originalNoticeBid the value for business_delivery_storage_notice.original_notice_bid
  1513. *
  1514. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1515. */
  1516. public void setOriginalNoticeBid(Integer originalNoticeBid) {
  1517. this.originalNoticeBid = originalNoticeBid;
  1518. }
  1519. /**
  1520. * This method was generated by MyBatis Generator.
  1521. * This method returns the value of the database column business_delivery_storage_notice.change_reason
  1522. *
  1523. * @return the value of business_delivery_storage_notice.change_reason
  1524. *
  1525. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1526. */
  1527. public String getChangeReason() {
  1528. return changeReason;
  1529. }
  1530. /**
  1531. * This method was generated by MyBatis Generator.
  1532. * This method sets the value of the database column business_delivery_storage_notice.change_reason
  1533. *
  1534. * @param changeReason the value for business_delivery_storage_notice.change_reason
  1535. *
  1536. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1537. */
  1538. public void setChangeReason(String changeReason) {
  1539. this.changeReason = changeReason == null ? null : changeReason.trim();
  1540. }
  1541. /**
  1542. * This method was generated by MyBatis Generator.
  1543. * This method returns the value of the database column business_delivery_storage_notice.change_time
  1544. *
  1545. * @return the value of business_delivery_storage_notice.change_time
  1546. *
  1547. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1548. */
  1549. public Date getChangeTime() {
  1550. return changeTime;
  1551. }
  1552. /**
  1553. * This method was generated by MyBatis Generator.
  1554. * This method sets the value of the database column business_delivery_storage_notice.change_time
  1555. *
  1556. * @param changeTime the value for business_delivery_storage_notice.change_time
  1557. *
  1558. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1559. */
  1560. public void setChangeTime(Date changeTime) {
  1561. this.changeTime = changeTime;
  1562. }
  1563. /**
  1564. * This method was generated by MyBatis Generator.
  1565. * This method returns the value of the database column business_delivery_storage_notice.change_content
  1566. *
  1567. * @return the value of business_delivery_storage_notice.change_content
  1568. *
  1569. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1570. */
  1571. public String getChangeContent() {
  1572. return changeContent;
  1573. }
  1574. /**
  1575. * This method was generated by MyBatis Generator.
  1576. * This method sets the value of the database column business_delivery_storage_notice.change_content
  1577. *
  1578. * @param changeContent the value for business_delivery_storage_notice.change_content
  1579. *
  1580. * @mbggenerated Tue Aug 25 14:02:58 CST 2020
  1581. */
  1582. public void setChangeContent(String changeContent) {
  1583. this.changeContent = changeContent == null ? null : changeContent.trim();
  1584. }
  1585. public String getLqss() {
  1586. return lqss;
  1587. }
  1588. public void setLqss(String lqss) {
  1589. this.lqss = lqss == null ? null : lqss.trim();
  1590. }
  1591. /**
  1592. * 已结算数量
  1593. * @return
  1594. */
  1595. public String getYjssl() {
  1596. return yjssl;
  1597. }
  1598. /**
  1599. * 已结算数量
  1600. * @param yjssl
  1601. */
  1602. public void setYjssl(String yjssl) {
  1603. this.yjssl = yjssl == null ? null : yjssl.trim();
  1604. }
  1605. }