GoodsEntity.java 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070
  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. // 最后销售时间
  188. private Date lastSaleTime;
  189. public Date getLastSaleTime() {
  190. return lastSaleTime;
  191. }
  192. public void setLastSaleTime(Date lastSaleTime) {
  193. this.lastSaleTime = lastSaleTime;
  194. }
  195. public String getOriCntName() {
  196. return oriCntName;
  197. }
  198. public void setOriCntName(String oriCntName) {
  199. this.oriCntName = oriCntName;
  200. }
  201. public BigDecimal getCostPrice() {
  202. return costPrice;
  203. }
  204. public void setCostPrice(BigDecimal costPrice) {
  205. this.costPrice = costPrice;
  206. }
  207. public BigDecimal getDailyPrice() {
  208. return dailyPrice;
  209. }
  210. public void setDailyPrice(BigDecimal dailyPrice) {
  211. this.dailyPrice = dailyPrice;
  212. }
  213. public String getPlu() {
  214. return plu;
  215. }
  216. public void setPlu(String plu) {
  217. this.plu = plu;
  218. }
  219. public String getEnglishName() {
  220. return englishName;
  221. }
  222. public void setEnglishName(String englishName) {
  223. this.englishName = englishName;
  224. }
  225. public String getIsGoodsShareStock() {
  226. return isGoodsShareStock;
  227. }
  228. public void setIsGoodsShareStock(String isGoodsShareStock) {
  229. this.isGoodsShareStock = isGoodsShareStock;
  230. }
  231. public String getIsSupplierGoods() {
  232. return isSupplierGoods;
  233. }
  234. public void setIsSupplierGoods(String isSupplierGoods) {
  235. this.isSupplierGoods = isSupplierGoods;
  236. }
  237. public String getGoodsIsStockShare() {
  238. return goodsIsStockShare;
  239. }
  240. public void setGoodsIsStockShare(String goodsIsStockShare) {
  241. this.goodsIsStockShare = goodsIsStockShare;
  242. }
  243. public String getIsStockShareBySuppler() {
  244. return isStockShareBySuppler;
  245. }
  246. public void setIsStockShareBySuppler(String isStockShareBySuppler) {
  247. this.isStockShareBySuppler = isStockShareBySuppler;
  248. }
  249. public BigDecimal getGrossWeight() {
  250. return grossWeight;
  251. }
  252. public void setGrossWeight(BigDecimal grossWeight) {
  253. this.grossWeight = grossWeight;
  254. }
  255. public BigDecimal getNetWeight() {
  256. return netWeight;
  257. }
  258. public void setNetWeight(BigDecimal netWeight) {
  259. this.netWeight = netWeight;
  260. }
  261. public String getIsStockShare() {
  262. return isStockShare;
  263. }
  264. public void setIsStockShare(String isStockShare) {
  265. this.isStockShare = isStockShare;
  266. }
  267. public String getThirdPartyMerchCode() {
  268. return thirdPartyMerchCode;
  269. }
  270. public void setThirdPartyMerchCode(String thirdPartyMerchCode) {
  271. this.thirdPartyMerchCode = thirdPartyMerchCode;
  272. }
  273. public BigDecimal getStoreRetailPrice() {
  274. return storeRetailPrice;
  275. }
  276. public void setStoreRetailPrice(BigDecimal storeRetailPrice) {
  277. this.storeRetailPrice = storeRetailPrice;
  278. }
  279. public BigDecimal getStoreMarketPrice() {
  280. return storeMarketPrice;
  281. }
  282. public void setStoreMarketPrice(BigDecimal storeMarketPrice) {
  283. this.storeMarketPrice = storeMarketPrice;
  284. }
  285. public String getMerchName() {
  286. return merchName;
  287. }
  288. public void setMerchName(String merchName) {
  289. this.merchName = merchName;
  290. }
  291. public String getMerchSn() {
  292. return merchSn;
  293. }
  294. public void setMerchSn(String merchSn) {
  295. this.merchSn = merchSn;
  296. }
  297. public Integer getStoreId() {
  298. return storeId;
  299. }
  300. public void setStoreId(Integer storeId) {
  301. this.storeId = storeId;
  302. }
  303. public String getProductId() {
  304. return productId;
  305. }
  306. public void setProductId(String productId) {
  307. this.productId = productId;
  308. }
  309. public String getStockNum() {
  310. return stockNum;
  311. }
  312. public void setStockNum(String stockNum) {
  313. this.stockNum = stockNum;
  314. }
  315. public String getStoreName() {
  316. return storeName;
  317. }
  318. public void setStoreName(String storeName) {
  319. this.storeName = storeName;
  320. }
  321. public Integer getSupplierId() {
  322. return supplierId;
  323. }
  324. public void setSupplierId(Integer supplierId) {
  325. this.supplierId = supplierId;
  326. }
  327. public String getVideoUrl() {
  328. return videoUrl;
  329. }
  330. public void setVideoUrl(String videoUrl) {
  331. this.videoUrl = videoUrl;
  332. }
  333. public String getSku() {
  334. return sku;
  335. }
  336. public void setSku(String sku) {
  337. this.sku = sku;
  338. }
  339. public String getGoodsBizType() {
  340. return goodsBizType;
  341. }
  342. public void setGoodsBizType(String goodsBizType) {
  343. this.goodsBizType = goodsBizType;
  344. }
  345. public String getCreaterSn() {
  346. return createrSn;
  347. }
  348. public void setCreaterSn(String createrSn) {
  349. this.createrSn = createrSn;
  350. }
  351. public Date getCreateTime() {
  352. return createTime;
  353. }
  354. public void setCreateTime(Date createTime) {
  355. this.createTime = createTime;
  356. }
  357. public String getModerSn() {
  358. return moderSn;
  359. }
  360. public void setModerSn(String moderSn) {
  361. this.moderSn = moderSn;
  362. }
  363. public Date getModTime() {
  364. return modTime;
  365. }
  366. public void setModTime(Date modTime) {
  367. this.modTime = modTime;
  368. }
  369. public Date getTstm() {
  370. return tstm;
  371. }
  372. public void setTstm(Date tstm) {
  373. this.tstm = tstm;
  374. }
  375. public Long getCreateUserDeptId() {
  376. return createUserDeptId;
  377. }
  378. public void setCreateUserDeptId(Long createUserDeptId) {
  379. this.createUserDeptId = createUserDeptId;
  380. }
  381. public List<GoodsGalleryEntity> getGoodsImgList() {
  382. return goodsImgList;
  383. }
  384. public void setGoodsImgList(List<GoodsGalleryEntity> goodsImgList) {
  385. this.goodsImgList = goodsImgList;
  386. }
  387. public String getBrandName() {
  388. return brandName;
  389. }
  390. public void setBrandName(String brandName) {
  391. this.brandName = brandName;
  392. }
  393. public String getAttributeCategoryName() {
  394. return attributeCategoryName;
  395. }
  396. public void setAttributeCategoryName(String attributeCategoryName) {
  397. this.attributeCategoryName = attributeCategoryName;
  398. }
  399. public String getCategoryName() {
  400. return categoryName;
  401. }
  402. public void setCategoryName(String categoryName) {
  403. this.categoryName = categoryName;
  404. }
  405. /**
  406. * 设置:主键
  407. */
  408. public void setId(Long id) {
  409. this.id = id;
  410. }
  411. /**
  412. * 获取:主键
  413. */
  414. public Long getId() {
  415. return id;
  416. }
  417. /**
  418. * 设置:商品类型Id
  419. */
  420. public void setCategoryId(Integer categoryId) {
  421. this.categoryId = categoryId;
  422. }
  423. /**
  424. * 获取:商品类型Id
  425. */
  426. public Integer getCategoryId() {
  427. return categoryId;
  428. }
  429. /**
  430. * 设置:商品序列号
  431. */
  432. public void setGoodsSn(String goodsSn) {
  433. this.goodsSn = goodsSn;
  434. }
  435. /**
  436. * 获取:商品序列号
  437. */
  438. public String getGoodsSn() {
  439. return goodsSn;
  440. }
  441. /**
  442. * 设置:名称
  443. */
  444. public void setName(String name) {
  445. this.name = name;
  446. }
  447. /**
  448. * 获取:名称
  449. */
  450. public String getName() {
  451. return name;
  452. }
  453. public Integer getFreightId() {
  454. return freightId;
  455. }
  456. public void setFreightId(Integer freightId) {
  457. this.freightId = freightId;
  458. }
  459. /**
  460. * 设置:品牌Id
  461. */
  462. public void setBrandId(Integer brandId) {
  463. this.brandId = brandId;
  464. }
  465. /**
  466. * 获取:品牌Id
  467. */
  468. public Integer getBrandId() {
  469. return brandId;
  470. }
  471. public String getBrand() {
  472. return brand;
  473. }
  474. public void setBrand(String brand) {
  475. this.brand = brand;
  476. }
  477. /**
  478. * 设置:商品序列号
  479. */
  480. public void setGoodsNumber(Integer goodsNumber) {
  481. this.goodsNumber = goodsNumber;
  482. }
  483. /**
  484. * 获取:商品序列号
  485. */
  486. public Integer getGoodsNumber() {
  487. return goodsNumber;
  488. }
  489. /**
  490. * 设置:关键字
  491. */
  492. public void setKeywords(String keywords) {
  493. this.keywords = keywords;
  494. }
  495. /**
  496. * 获取:关键字
  497. */
  498. public String getKeywords() {
  499. return keywords;
  500. }
  501. /**
  502. * 设置:简明介绍
  503. */
  504. public void setGoodsBrief(String goodsBrief) {
  505. this.goodsBrief = goodsBrief;
  506. }
  507. /**
  508. * 获取:简明介绍
  509. */
  510. public String getGoodsBrief() {
  511. return goodsBrief;
  512. }
  513. /**
  514. * 设置:商品描述
  515. */
  516. public void setGoodsDesc(String goodsDesc) {
  517. this.goodsDesc = goodsDesc;
  518. }
  519. /**
  520. * 获取:商品描述
  521. */
  522. public String getGoodsDesc() {
  523. return goodsDesc;
  524. }
  525. /**
  526. * 设置:上架
  527. */
  528. public void setIsOnSale(Integer isOnSale) {
  529. this.isOnSale = isOnSale;
  530. }
  531. /**
  532. * 获取:上架
  533. */
  534. public Integer getIsOnSale() {
  535. return isOnSale;
  536. }
  537. /**
  538. * 设置:添加时间
  539. */
  540. public void setAddTime(Date addTime) {
  541. this.addTime = addTime;
  542. }
  543. /**
  544. * 获取:添加时间
  545. */
  546. public Date getAddTime() {
  547. return addTime;
  548. }
  549. /**
  550. * 设置:排序
  551. */
  552. public void setSortOrder(Integer sortOrder) {
  553. this.sortOrder = sortOrder;
  554. }
  555. /**
  556. * 获取:排序
  557. */
  558. public Integer getSortOrder() {
  559. return sortOrder;
  560. }
  561. /**
  562. * 设置:删除状态
  563. */
  564. public void setIsDelete(Integer isDelete) {
  565. this.isDelete = isDelete;
  566. }
  567. /**
  568. * 获取:删除状态
  569. */
  570. public Integer getIsDelete() {
  571. return isDelete;
  572. }
  573. /**
  574. * 设置:属性类别
  575. */
  576. public void setAttributeCategory(Integer attributeCategory) {
  577. this.attributeCategory = attributeCategory;
  578. }
  579. /**
  580. * 获取:属性类别
  581. */
  582. public Integer getAttributeCategory() {
  583. return attributeCategory;
  584. }
  585. /**
  586. * 设置:专柜价格
  587. */
  588. public void setCounterPrice(BigDecimal counterPrice) {
  589. this.counterPrice = counterPrice;
  590. }
  591. /**
  592. * 获取:专柜价格
  593. */
  594. public BigDecimal getCounterPrice() {
  595. return counterPrice;
  596. }
  597. /**
  598. * 设置:附加价格
  599. */
  600. public void setExtraPrice(BigDecimal extraPrice) {
  601. this.extraPrice = extraPrice;
  602. }
  603. /**
  604. * 获取:附加价格
  605. */
  606. public BigDecimal getExtraPrice() {
  607. return extraPrice;
  608. }
  609. /**
  610. * 设置:是否新商品
  611. */
  612. public void setIsNew(Integer isNew) {
  613. this.isNew = isNew;
  614. }
  615. /**
  616. * 获取:是否新商品
  617. */
  618. public Integer getIsNew() {
  619. return isNew;
  620. }
  621. /**
  622. * 设置:商品单位
  623. */
  624. public void setGoodsUnit(String goodsUnit) {
  625. this.goodsUnit = goodsUnit;
  626. }
  627. /**
  628. * 获取:商品单位
  629. */
  630. public String getGoodsUnit() {
  631. return goodsUnit;
  632. }
  633. /**
  634. * 设置:商品主图
  635. */
  636. public void setPrimaryPicUrl(String primaryPicUrl) {
  637. this.primaryPicUrl = primaryPicUrl;
  638. }
  639. /**
  640. * 获取:商品主图
  641. */
  642. public String getPrimaryPicUrl() {
  643. return primaryPicUrl;
  644. }
  645. /**
  646. * 设置:商品列表图
  647. */
  648. public void setListPicUrl(String listPicUrl) {
  649. this.listPicUrl = listPicUrl;
  650. }
  651. /**
  652. * 获取:商品列表图
  653. */
  654. public String getListPicUrl() {
  655. return listPicUrl;
  656. }
  657. public BigDecimal getGoodsRate() {
  658. return goodsRate;
  659. }
  660. public void setGoodsRate(BigDecimal goodsRate) {
  661. this.goodsRate = goodsRate;
  662. }
  663. // /**
  664. // * 设置:零售价格
  665. // */
  666. // public void setRetailPrice(BigDecimal retailPrice) {
  667. // this.retailPrice = retailPrice;
  668. // }
  669. //
  670. // /**
  671. // * 获取:零售价格
  672. // */
  673. // public BigDecimal getRetailPrice() {
  674. // return retailPrice;
  675. // }
  676. /**
  677. * 设置:销售量
  678. */
  679. public void setSellVolume(Integer sellVolume) {
  680. this.sellVolume = sellVolume;
  681. }
  682. /**
  683. * 获取:销售量
  684. */
  685. public Integer getSellVolume() {
  686. return sellVolume;
  687. }
  688. /**
  689. * 设置:主sku product_id
  690. */
  691. public void setPrimaryProductId(Long primaryProductId) {
  692. this.primaryProductId = primaryProductId;
  693. }
  694. /**
  695. * 获取:主sku product_id
  696. */
  697. public Long getPrimaryProductId() {
  698. return primaryProductId;
  699. }
  700. /**
  701. * 设置:单位价格,单价
  702. */
  703. public void setUnitPrice(BigDecimal unitPrice) {
  704. this.unitPrice = unitPrice;
  705. }
  706. /**
  707. * 获取:单位价格,单价
  708. */
  709. public BigDecimal getUnitPrice() {
  710. return unitPrice;
  711. }
  712. /**
  713. * 设置:推广描述
  714. */
  715. public void setPromotionDesc(String promotionDesc) {
  716. this.promotionDesc = promotionDesc;
  717. }
  718. /**
  719. * 获取:推广描述
  720. */
  721. public String getPromotionDesc() {
  722. return promotionDesc;
  723. }
  724. /**
  725. * 设置:推广标签
  726. */
  727. public void setPromotionTag(String promotionTag) {
  728. this.promotionTag = promotionTag;
  729. }
  730. /**
  731. * 获取:推广标签
  732. */
  733. public String getPromotionTag() {
  734. return promotionTag;
  735. }
  736. /**
  737. * 设置:APP专享价
  738. */
  739. public void setAppExclusivePrice(BigDecimal appExclusivePrice) {
  740. this.appExclusivePrice = appExclusivePrice;
  741. }
  742. /**
  743. * 获取:APP专享价
  744. */
  745. public BigDecimal getAppExclusivePrice() {
  746. return appExclusivePrice;
  747. }
  748. /**
  749. * 设置:是否是APP专属
  750. */
  751. public void setIsAppExclusive(Integer isAppExclusive) {
  752. this.isAppExclusive = isAppExclusive;
  753. }
  754. /**
  755. * 获取:是否是APP专属
  756. */
  757. public Integer getIsAppExclusive() {
  758. return isAppExclusive;
  759. }
  760. /**
  761. * 设置:限购
  762. */
  763. public void setIsLimited(Integer isLimited) {
  764. this.isLimited = isLimited;
  765. }
  766. /**
  767. * 获取:限购
  768. */
  769. public Integer getIsLimited() {
  770. return isLimited;
  771. }
  772. /**
  773. * 设置:热销
  774. */
  775. public void setIsHot(Integer isHot) {
  776. this.isHot = isHot;
  777. }
  778. /**
  779. * 获取:热销
  780. */
  781. public Integer getIsHot() {
  782. return isHot;
  783. }
  784. // public BigDecimal getMarketPrice() {
  785. // return marketPrice;
  786. // }
  787. //
  788. // public void setMarketPrice(BigDecimal marketPrice) {
  789. // this.marketPrice = marketPrice;
  790. // }
  791. public List<GoodsAttributeEntity> getAttributeEntityList() {
  792. return attributeEntityList;
  793. }
  794. public void setAttributeEntityList(List<GoodsAttributeEntity> attributeEntityList) {
  795. this.attributeEntityList = attributeEntityList;
  796. }
  797. public Long getCreateUserId() {
  798. return createUserId;
  799. }
  800. public void setCreateUserId(Long createUserId) {
  801. this.createUserId = createUserId;
  802. }
  803. public Long getUpdateUserId() {
  804. return updateUserId;
  805. }
  806. public void setUpdateUserId(Long updateUserId) {
  807. this.updateUserId = updateUserId;
  808. }
  809. public Date getUpdateTime() {
  810. return updateTime;
  811. }
  812. public void setUpdateTime(Date updateTime) {
  813. this.updateTime = updateTime;
  814. }
  815. public List<ProductEntity> getProductEntityList() {
  816. return productEntityList;
  817. }
  818. public void setProductEntityList(List<ProductEntity> productEntityList) {
  819. this.productEntityList = productEntityList;
  820. }
  821. public Integer getGoodsType() {
  822. return goodsType;
  823. }
  824. public void setGoodsType(Integer goodsType) {
  825. this.goodsType = goodsType;
  826. }
  827. public String getProdBarcode() {
  828. return prodBarcode;
  829. }
  830. public void setProdBarcode(String prodBarcode) {
  831. this.prodBarcode = prodBarcode;
  832. }
  833. public String getUnitCode() {
  834. return unitCode;
  835. }
  836. public void setUnitCode(String unitCode) {
  837. this.unitCode = unitCode;
  838. }
  839. public String getCusGoodsCode() {
  840. return cusGoodsCode;
  841. }
  842. public void setCusGoodsCode(String cusGoodsCode) {
  843. this.cusGoodsCode = cusGoodsCode;
  844. }
  845. public String getCiqProdModel() {
  846. return ciqProdModel;
  847. }
  848. public void setCiqProdModel(String ciqProdModel) {
  849. this.ciqProdModel = ciqProdModel;
  850. }
  851. public String getOriCntCode() {
  852. return oriCntCode;
  853. }
  854. public void setOriCntCode(String oriCntCode) {
  855. this.oriCntCode = oriCntCode;
  856. }
  857. public String getCusDeclEle() {
  858. return cusDeclEle;
  859. }
  860. public void setCusDeclEle(String cusDeclEle) {
  861. this.cusDeclEle = cusDeclEle;
  862. }
  863. public String getCusRecCode() {
  864. return cusRecCode;
  865. }
  866. public void setCusRecCode(String cusRecCode) {
  867. this.cusRecCode = cusRecCode;
  868. }
  869. }