GoodsEntity.java 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060
  1. package com.kmall.admin.entity;
  2. import java.io.Serializable;
  3. import java.math.BigDecimal;
  4. import java.util.ArrayList;
  5. import java.util.Date;
  6. import java.util.List;
  7. /**
  8. * @author Scott
  9. * @email
  10. * @date 2017-08-13 10:41:08
  11. */
  12. public class GoodsEntity implements Serializable {
  13. private static final long serialVersionUID = 1L;
  14. //主键
  15. private Long id;
  16. //商品类型Id
  17. private Integer categoryId;
  18. //供应商id
  19. private Integer supplierId;
  20. //商品序列号
  21. private String goodsSn;
  22. //名称
  23. private String name;
  24. //品牌Id
  25. private Integer brandId;
  26. //运费id
  27. private Integer freightId;
  28. //品牌
  29. private String brand;
  30. //商品库存
  31. private Integer goodsNumber;
  32. //关键字
  33. private String keywords;
  34. //简明介绍
  35. private String goodsBrief;
  36. //商品描述
  37. private String goodsDesc;
  38. //添加时间
  39. private Date addTime;
  40. //修改时间
  41. private Date updateTime;
  42. //排序
  43. private Integer sortOrder;
  44. //删除状态
  45. private Integer isDelete;
  46. //属性类别
  47. private Integer attributeCategory;
  48. //库存价格
  49. private BigDecimal counterPrice;
  50. //附加价格
  51. private BigDecimal extraPrice;
  52. //是否新商品
  53. private Integer isNew;
  54. //商品单位
  55. private String goodsUnit;
  56. //商品主图
  57. private String primaryPicUrl;
  58. //商品列表图
  59. private String listPicUrl;
  60. //商品税率
  61. private BigDecimal goodsRate;
  62. //零售价格
  63. // private BigDecimal retailPrice;
  64. //销售量
  65. private Integer sellVolume;
  66. //主sku product_id
  67. private Long primaryProductId;
  68. //单位价格,单价
  69. private BigDecimal unitPrice;
  70. //推广描述
  71. private String promotionDesc;
  72. //推广标签
  73. private String promotionTag;
  74. //APP专享价
  75. private BigDecimal appExclusivePrice;
  76. //是否是APP专属
  77. private Integer isAppExclusive;
  78. //限购
  79. private Integer isLimited;
  80. //上架
  81. private Integer isOnSale;
  82. //热销
  83. private Integer isHot;
  84. //市场价
  85. // private BigDecimal marketPrice;
  86. //零售价格
  87. private BigDecimal storeRetailPrice;
  88. //市场价
  89. private BigDecimal storeMarketPrice;
  90. /**
  91. * 产品条码
  92. */
  93. private String prodBarcode;
  94. /**
  95. * 计量单位代码,参见海关编码
  96. */
  97. private String unitCode;
  98. /**
  99. * 海关商品编码
  100. */
  101. private String cusGoodsCode;
  102. /**
  103. * 国检规格型号
  104. */
  105. private String ciqProdModel;
  106. /**
  107. * 原产国代码,海关编码
  108. */
  109. private String oriCntCode;
  110. /**
  111. * 原产国名称
  112. */
  113. private String oriCntName;
  114. /**
  115. * 海关申报要素,报统一版
  116. */
  117. private String cusDeclEle;
  118. /**
  119. * 海关备案编号,企业自编,用于报园区
  120. */
  121. private String cusRecCode;
  122. private String sku;
  123. private String goodsBizType;
  124. private String createrSn;
  125. private Date createTime;
  126. private String moderSn;
  127. private Date modTime;
  128. private Date tstm;
  129. /**
  130. * 用户ID
  131. */
  132. private Long createUserId;
  133. private Long createUserDeptId;
  134. // 商品规格
  135. // 商品规格编号
  136. /**
  137. * 用户ID
  138. */
  139. private Long updateUserId;
  140. // 商品类型
  141. private Integer goodsType = 0; // 0普通 1 2团购
  142. private List<GoodsAttributeEntity> attributeEntityList = new ArrayList<>();
  143. private List<GoodsGalleryEntity> goodsImgList = new ArrayList<>();
  144. private List<ProductEntity> productEntityList = new ArrayList<>();
  145. /**
  146. * 翻译用字段
  147. */
  148. //属性类别
  149. private String attributeCategoryName;
  150. //视频地址
  151. private String videoUrl;
  152. private String stockNum;
  153. private String storeName;
  154. private String productId;
  155. private Integer storeId;
  156. /**
  157. * 导入翻译数据
  158. */
  159. //商品类型
  160. private String categoryName;
  161. //品牌
  162. private String brandName;
  163. //商户编号
  164. private String merchSn;
  165. private String merchName;
  166. private String thirdPartyMerchCode;
  167. private String isStockShare;
  168. //毛重,kg
  169. private BigDecimal grossWeight;
  170. //净重,kg
  171. private BigDecimal netWeight;
  172. private String isSupplierGoods;
  173. private String goodsIsStockShare;
  174. private String isStockShareBySuppler;
  175. /**
  176. * 商品库存数量变化后是否已共享,0:否,1:是(下单、退款、取消订单触发)
  177. */
  178. private String isGoodsShareStock;
  179. // PLU
  180. private String plu;
  181. // 英文名称
  182. private String englishName;
  183. // 成本价
  184. private BigDecimal costPrice;
  185. // 日常价
  186. private BigDecimal dailyPrice;
  187. public String getOriCntName() {
  188. return oriCntName;
  189. }
  190. public void setOriCntName(String oriCntName) {
  191. this.oriCntName = oriCntName;
  192. }
  193. public BigDecimal getCostPrice() {
  194. return costPrice;
  195. }
  196. public void setCostPrice(BigDecimal costPrice) {
  197. this.costPrice = costPrice;
  198. }
  199. public BigDecimal getDailyPrice() {
  200. return dailyPrice;
  201. }
  202. public void setDailyPrice(BigDecimal dailyPrice) {
  203. this.dailyPrice = dailyPrice;
  204. }
  205. public String getPlu() {
  206. return plu;
  207. }
  208. public void setPlu(String plu) {
  209. this.plu = plu;
  210. }
  211. public String getEnglishName() {
  212. return englishName;
  213. }
  214. public void setEnglishName(String englishName) {
  215. this.englishName = englishName;
  216. }
  217. public String getIsGoodsShareStock() {
  218. return isGoodsShareStock;
  219. }
  220. public void setIsGoodsShareStock(String isGoodsShareStock) {
  221. this.isGoodsShareStock = isGoodsShareStock;
  222. }
  223. public String getIsSupplierGoods() {
  224. return isSupplierGoods;
  225. }
  226. public void setIsSupplierGoods(String isSupplierGoods) {
  227. this.isSupplierGoods = isSupplierGoods;
  228. }
  229. public String getGoodsIsStockShare() {
  230. return goodsIsStockShare;
  231. }
  232. public void setGoodsIsStockShare(String goodsIsStockShare) {
  233. this.goodsIsStockShare = goodsIsStockShare;
  234. }
  235. public String getIsStockShareBySuppler() {
  236. return isStockShareBySuppler;
  237. }
  238. public void setIsStockShareBySuppler(String isStockShareBySuppler) {
  239. this.isStockShareBySuppler = isStockShareBySuppler;
  240. }
  241. public BigDecimal getGrossWeight() {
  242. return grossWeight;
  243. }
  244. public void setGrossWeight(BigDecimal grossWeight) {
  245. this.grossWeight = grossWeight;
  246. }
  247. public BigDecimal getNetWeight() {
  248. return netWeight;
  249. }
  250. public void setNetWeight(BigDecimal netWeight) {
  251. this.netWeight = netWeight;
  252. }
  253. public String getIsStockShare() {
  254. return isStockShare;
  255. }
  256. public void setIsStockShare(String isStockShare) {
  257. this.isStockShare = isStockShare;
  258. }
  259. public String getThirdPartyMerchCode() {
  260. return thirdPartyMerchCode;
  261. }
  262. public void setThirdPartyMerchCode(String thirdPartyMerchCode) {
  263. this.thirdPartyMerchCode = thirdPartyMerchCode;
  264. }
  265. public BigDecimal getStoreRetailPrice() {
  266. return storeRetailPrice;
  267. }
  268. public void setStoreRetailPrice(BigDecimal storeRetailPrice) {
  269. this.storeRetailPrice = storeRetailPrice;
  270. }
  271. public BigDecimal getStoreMarketPrice() {
  272. return storeMarketPrice;
  273. }
  274. public void setStoreMarketPrice(BigDecimal storeMarketPrice) {
  275. this.storeMarketPrice = storeMarketPrice;
  276. }
  277. public String getMerchName() {
  278. return merchName;
  279. }
  280. public void setMerchName(String merchName) {
  281. this.merchName = merchName;
  282. }
  283. public String getMerchSn() {
  284. return merchSn;
  285. }
  286. public void setMerchSn(String merchSn) {
  287. this.merchSn = merchSn;
  288. }
  289. public Integer getStoreId() {
  290. return storeId;
  291. }
  292. public void setStoreId(Integer storeId) {
  293. this.storeId = storeId;
  294. }
  295. public String getProductId() {
  296. return productId;
  297. }
  298. public void setProductId(String productId) {
  299. this.productId = productId;
  300. }
  301. public String getStockNum() {
  302. return stockNum;
  303. }
  304. public void setStockNum(String stockNum) {
  305. this.stockNum = stockNum;
  306. }
  307. public String getStoreName() {
  308. return storeName;
  309. }
  310. public void setStoreName(String storeName) {
  311. this.storeName = storeName;
  312. }
  313. public Integer getSupplierId() {
  314. return supplierId;
  315. }
  316. public void setSupplierId(Integer supplierId) {
  317. this.supplierId = supplierId;
  318. }
  319. public String getVideoUrl() {
  320. return videoUrl;
  321. }
  322. public void setVideoUrl(String videoUrl) {
  323. this.videoUrl = videoUrl;
  324. }
  325. public String getSku() {
  326. return sku;
  327. }
  328. public void setSku(String sku) {
  329. this.sku = sku;
  330. }
  331. public String getGoodsBizType() {
  332. return goodsBizType;
  333. }
  334. public void setGoodsBizType(String goodsBizType) {
  335. this.goodsBizType = goodsBizType;
  336. }
  337. public String getCreaterSn() {
  338. return createrSn;
  339. }
  340. public void setCreaterSn(String createrSn) {
  341. this.createrSn = createrSn;
  342. }
  343. public Date getCreateTime() {
  344. return createTime;
  345. }
  346. public void setCreateTime(Date createTime) {
  347. this.createTime = createTime;
  348. }
  349. public String getModerSn() {
  350. return moderSn;
  351. }
  352. public void setModerSn(String moderSn) {
  353. this.moderSn = moderSn;
  354. }
  355. public Date getModTime() {
  356. return modTime;
  357. }
  358. public void setModTime(Date modTime) {
  359. this.modTime = modTime;
  360. }
  361. public Date getTstm() {
  362. return tstm;
  363. }
  364. public void setTstm(Date tstm) {
  365. this.tstm = tstm;
  366. }
  367. public Long getCreateUserDeptId() {
  368. return createUserDeptId;
  369. }
  370. public void setCreateUserDeptId(Long createUserDeptId) {
  371. this.createUserDeptId = createUserDeptId;
  372. }
  373. public List<GoodsGalleryEntity> getGoodsImgList() {
  374. return goodsImgList;
  375. }
  376. public void setGoodsImgList(List<GoodsGalleryEntity> goodsImgList) {
  377. this.goodsImgList = goodsImgList;
  378. }
  379. public String getBrandName() {
  380. return brandName;
  381. }
  382. public void setBrandName(String brandName) {
  383. this.brandName = brandName;
  384. }
  385. public String getAttributeCategoryName() {
  386. return attributeCategoryName;
  387. }
  388. public void setAttributeCategoryName(String attributeCategoryName) {
  389. this.attributeCategoryName = attributeCategoryName;
  390. }
  391. public String getCategoryName() {
  392. return categoryName;
  393. }
  394. public void setCategoryName(String categoryName) {
  395. this.categoryName = categoryName;
  396. }
  397. /**
  398. * 设置:主键
  399. */
  400. public void setId(Long id) {
  401. this.id = id;
  402. }
  403. /**
  404. * 获取:主键
  405. */
  406. public Long getId() {
  407. return id;
  408. }
  409. /**
  410. * 设置:商品类型Id
  411. */
  412. public void setCategoryId(Integer categoryId) {
  413. this.categoryId = categoryId;
  414. }
  415. /**
  416. * 获取:商品类型Id
  417. */
  418. public Integer getCategoryId() {
  419. return categoryId;
  420. }
  421. /**
  422. * 设置:商品序列号
  423. */
  424. public void setGoodsSn(String goodsSn) {
  425. this.goodsSn = goodsSn;
  426. }
  427. /**
  428. * 获取:商品序列号
  429. */
  430. public String getGoodsSn() {
  431. return goodsSn;
  432. }
  433. /**
  434. * 设置:名称
  435. */
  436. public void setName(String name) {
  437. this.name = name;
  438. }
  439. /**
  440. * 获取:名称
  441. */
  442. public String getName() {
  443. return name;
  444. }
  445. public Integer getFreightId() {
  446. return freightId;
  447. }
  448. public void setFreightId(Integer freightId) {
  449. this.freightId = freightId;
  450. }
  451. /**
  452. * 设置:品牌Id
  453. */
  454. public void setBrandId(Integer brandId) {
  455. this.brandId = brandId;
  456. }
  457. /**
  458. * 获取:品牌Id
  459. */
  460. public Integer getBrandId() {
  461. return brandId;
  462. }
  463. public String getBrand() {
  464. return brand;
  465. }
  466. public void setBrand(String brand) {
  467. this.brand = brand;
  468. }
  469. /**
  470. * 设置:商品序列号
  471. */
  472. public void setGoodsNumber(Integer goodsNumber) {
  473. this.goodsNumber = goodsNumber;
  474. }
  475. /**
  476. * 获取:商品序列号
  477. */
  478. public Integer getGoodsNumber() {
  479. return goodsNumber;
  480. }
  481. /**
  482. * 设置:关键字
  483. */
  484. public void setKeywords(String keywords) {
  485. this.keywords = keywords;
  486. }
  487. /**
  488. * 获取:关键字
  489. */
  490. public String getKeywords() {
  491. return keywords;
  492. }
  493. /**
  494. * 设置:简明介绍
  495. */
  496. public void setGoodsBrief(String goodsBrief) {
  497. this.goodsBrief = goodsBrief;
  498. }
  499. /**
  500. * 获取:简明介绍
  501. */
  502. public String getGoodsBrief() {
  503. return goodsBrief;
  504. }
  505. /**
  506. * 设置:商品描述
  507. */
  508. public void setGoodsDesc(String goodsDesc) {
  509. this.goodsDesc = goodsDesc;
  510. }
  511. /**
  512. * 获取:商品描述
  513. */
  514. public String getGoodsDesc() {
  515. return goodsDesc;
  516. }
  517. /**
  518. * 设置:上架
  519. */
  520. public void setIsOnSale(Integer isOnSale) {
  521. this.isOnSale = isOnSale;
  522. }
  523. /**
  524. * 获取:上架
  525. */
  526. public Integer getIsOnSale() {
  527. return isOnSale;
  528. }
  529. /**
  530. * 设置:添加时间
  531. */
  532. public void setAddTime(Date addTime) {
  533. this.addTime = addTime;
  534. }
  535. /**
  536. * 获取:添加时间
  537. */
  538. public Date getAddTime() {
  539. return addTime;
  540. }
  541. /**
  542. * 设置:排序
  543. */
  544. public void setSortOrder(Integer sortOrder) {
  545. this.sortOrder = sortOrder;
  546. }
  547. /**
  548. * 获取:排序
  549. */
  550. public Integer getSortOrder() {
  551. return sortOrder;
  552. }
  553. /**
  554. * 设置:删除状态
  555. */
  556. public void setIsDelete(Integer isDelete) {
  557. this.isDelete = isDelete;
  558. }
  559. /**
  560. * 获取:删除状态
  561. */
  562. public Integer getIsDelete() {
  563. return isDelete;
  564. }
  565. /**
  566. * 设置:属性类别
  567. */
  568. public void setAttributeCategory(Integer attributeCategory) {
  569. this.attributeCategory = attributeCategory;
  570. }
  571. /**
  572. * 获取:属性类别
  573. */
  574. public Integer getAttributeCategory() {
  575. return attributeCategory;
  576. }
  577. /**
  578. * 设置:专柜价格
  579. */
  580. public void setCounterPrice(BigDecimal counterPrice) {
  581. this.counterPrice = counterPrice;
  582. }
  583. /**
  584. * 获取:专柜价格
  585. */
  586. public BigDecimal getCounterPrice() {
  587. return counterPrice;
  588. }
  589. /**
  590. * 设置:附加价格
  591. */
  592. public void setExtraPrice(BigDecimal extraPrice) {
  593. this.extraPrice = extraPrice;
  594. }
  595. /**
  596. * 获取:附加价格
  597. */
  598. public BigDecimal getExtraPrice() {
  599. return extraPrice;
  600. }
  601. /**
  602. * 设置:是否新商品
  603. */
  604. public void setIsNew(Integer isNew) {
  605. this.isNew = isNew;
  606. }
  607. /**
  608. * 获取:是否新商品
  609. */
  610. public Integer getIsNew() {
  611. return isNew;
  612. }
  613. /**
  614. * 设置:商品单位
  615. */
  616. public void setGoodsUnit(String goodsUnit) {
  617. this.goodsUnit = goodsUnit;
  618. }
  619. /**
  620. * 获取:商品单位
  621. */
  622. public String getGoodsUnit() {
  623. return goodsUnit;
  624. }
  625. /**
  626. * 设置:商品主图
  627. */
  628. public void setPrimaryPicUrl(String primaryPicUrl) {
  629. this.primaryPicUrl = primaryPicUrl;
  630. }
  631. /**
  632. * 获取:商品主图
  633. */
  634. public String getPrimaryPicUrl() {
  635. return primaryPicUrl;
  636. }
  637. /**
  638. * 设置:商品列表图
  639. */
  640. public void setListPicUrl(String listPicUrl) {
  641. this.listPicUrl = listPicUrl;
  642. }
  643. /**
  644. * 获取:商品列表图
  645. */
  646. public String getListPicUrl() {
  647. return listPicUrl;
  648. }
  649. public BigDecimal getGoodsRate() {
  650. return goodsRate;
  651. }
  652. public void setGoodsRate(BigDecimal goodsRate) {
  653. this.goodsRate = goodsRate;
  654. }
  655. // /**
  656. // * 设置:零售价格
  657. // */
  658. // public void setRetailPrice(BigDecimal retailPrice) {
  659. // this.retailPrice = retailPrice;
  660. // }
  661. //
  662. // /**
  663. // * 获取:零售价格
  664. // */
  665. // public BigDecimal getRetailPrice() {
  666. // return retailPrice;
  667. // }
  668. /**
  669. * 设置:销售量
  670. */
  671. public void setSellVolume(Integer sellVolume) {
  672. this.sellVolume = sellVolume;
  673. }
  674. /**
  675. * 获取:销售量
  676. */
  677. public Integer getSellVolume() {
  678. return sellVolume;
  679. }
  680. /**
  681. * 设置:主sku product_id
  682. */
  683. public void setPrimaryProductId(Long primaryProductId) {
  684. this.primaryProductId = primaryProductId;
  685. }
  686. /**
  687. * 获取:主sku product_id
  688. */
  689. public Long getPrimaryProductId() {
  690. return primaryProductId;
  691. }
  692. /**
  693. * 设置:单位价格,单价
  694. */
  695. public void setUnitPrice(BigDecimal unitPrice) {
  696. this.unitPrice = unitPrice;
  697. }
  698. /**
  699. * 获取:单位价格,单价
  700. */
  701. public BigDecimal getUnitPrice() {
  702. return unitPrice;
  703. }
  704. /**
  705. * 设置:推广描述
  706. */
  707. public void setPromotionDesc(String promotionDesc) {
  708. this.promotionDesc = promotionDesc;
  709. }
  710. /**
  711. * 获取:推广描述
  712. */
  713. public String getPromotionDesc() {
  714. return promotionDesc;
  715. }
  716. /**
  717. * 设置:推广标签
  718. */
  719. public void setPromotionTag(String promotionTag) {
  720. this.promotionTag = promotionTag;
  721. }
  722. /**
  723. * 获取:推广标签
  724. */
  725. public String getPromotionTag() {
  726. return promotionTag;
  727. }
  728. /**
  729. * 设置:APP专享价
  730. */
  731. public void setAppExclusivePrice(BigDecimal appExclusivePrice) {
  732. this.appExclusivePrice = appExclusivePrice;
  733. }
  734. /**
  735. * 获取:APP专享价
  736. */
  737. public BigDecimal getAppExclusivePrice() {
  738. return appExclusivePrice;
  739. }
  740. /**
  741. * 设置:是否是APP专属
  742. */
  743. public void setIsAppExclusive(Integer isAppExclusive) {
  744. this.isAppExclusive = isAppExclusive;
  745. }
  746. /**
  747. * 获取:是否是APP专属
  748. */
  749. public Integer getIsAppExclusive() {
  750. return isAppExclusive;
  751. }
  752. /**
  753. * 设置:限购
  754. */
  755. public void setIsLimited(Integer isLimited) {
  756. this.isLimited = isLimited;
  757. }
  758. /**
  759. * 获取:限购
  760. */
  761. public Integer getIsLimited() {
  762. return isLimited;
  763. }
  764. /**
  765. * 设置:热销
  766. */
  767. public void setIsHot(Integer isHot) {
  768. this.isHot = isHot;
  769. }
  770. /**
  771. * 获取:热销
  772. */
  773. public Integer getIsHot() {
  774. return isHot;
  775. }
  776. // public BigDecimal getMarketPrice() {
  777. // return marketPrice;
  778. // }
  779. //
  780. // public void setMarketPrice(BigDecimal marketPrice) {
  781. // this.marketPrice = marketPrice;
  782. // }
  783. public List<GoodsAttributeEntity> getAttributeEntityList() {
  784. return attributeEntityList;
  785. }
  786. public void setAttributeEntityList(List<GoodsAttributeEntity> attributeEntityList) {
  787. this.attributeEntityList = attributeEntityList;
  788. }
  789. public Long getCreateUserId() {
  790. return createUserId;
  791. }
  792. public void setCreateUserId(Long createUserId) {
  793. this.createUserId = createUserId;
  794. }
  795. public Long getUpdateUserId() {
  796. return updateUserId;
  797. }
  798. public void setUpdateUserId(Long updateUserId) {
  799. this.updateUserId = updateUserId;
  800. }
  801. public Date getUpdateTime() {
  802. return updateTime;
  803. }
  804. public void setUpdateTime(Date updateTime) {
  805. this.updateTime = updateTime;
  806. }
  807. public List<ProductEntity> getProductEntityList() {
  808. return productEntityList;
  809. }
  810. public void setProductEntityList(List<ProductEntity> productEntityList) {
  811. this.productEntityList = productEntityList;
  812. }
  813. public Integer getGoodsType() {
  814. return goodsType;
  815. }
  816. public void setGoodsType(Integer goodsType) {
  817. this.goodsType = goodsType;
  818. }
  819. public String getProdBarcode() {
  820. return prodBarcode;
  821. }
  822. public void setProdBarcode(String prodBarcode) {
  823. this.prodBarcode = prodBarcode;
  824. }
  825. public String getUnitCode() {
  826. return unitCode;
  827. }
  828. public void setUnitCode(String unitCode) {
  829. this.unitCode = unitCode;
  830. }
  831. public String getCusGoodsCode() {
  832. return cusGoodsCode;
  833. }
  834. public void setCusGoodsCode(String cusGoodsCode) {
  835. this.cusGoodsCode = cusGoodsCode;
  836. }
  837. public String getCiqProdModel() {
  838. return ciqProdModel;
  839. }
  840. public void setCiqProdModel(String ciqProdModel) {
  841. this.ciqProdModel = ciqProdModel;
  842. }
  843. public String getOriCntCode() {
  844. return oriCntCode;
  845. }
  846. public void setOriCntCode(String oriCntCode) {
  847. this.oriCntCode = oriCntCode;
  848. }
  849. public String getCusDeclEle() {
  850. return cusDeclEle;
  851. }
  852. public void setCusDeclEle(String cusDeclEle) {
  853. this.cusDeclEle = cusDeclEle;
  854. }
  855. public String getCusRecCode() {
  856. return cusRecCode;
  857. }
  858. public void setCusRecCode(String cusRecCode) {
  859. this.cusRecCode = cusRecCode;
  860. }
  861. }