1
0

MkActivitiesFullGiftEntity.java 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. package com.kmall.admin.entity;
  2. import java.io.Serializable;
  3. import java.math.BigDecimal;
  4. import java.util.Date;
  5. /**
  6. * 营销活动-满赠实体
  7. * 表名 mk_activities_full_gift
  8. *
  9. * @author emato
  10. * @email admin@qhdswl.com
  11. * @date 2020-09-23 10:43:25
  12. */
  13. public class MkActivitiesFullGiftEntity implements Serializable {
  14. private static final long serialVersionUID = 1L;
  15. /**
  16. * 编号
  17. */
  18. private Long mafrId;
  19. /**
  20. * 产品中文名
  21. */
  22. private String productName;
  23. /**
  24. * 门店编号
  25. */
  26. private String shopSn;
  27. /**
  28. * 门店名称
  29. */
  30. private String shopName;
  31. /**
  32. * 商品编码
  33. */
  34. private String goodsSn;
  35. /**
  36. * 条形码
  37. */
  38. private String barcode;
  39. /**
  40. * 商品品牌id
  41. */
  42. private Long brandId;
  43. /**
  44. * 商品品牌
  45. */
  46. private String productBrand;
  47. /**
  48. * 商品系列
  49. */
  50. private String productSeries;
  51. /**
  52. * 满足条件金额
  53. */
  54. private BigDecimal qualifiedAmount;
  55. /**
  56. * 赠品条码
  57. */
  58. private String giftBarcode;
  59. /**
  60. * 赠品sku
  61. */
  62. private String giftGoodsSn;
  63. /**
  64. * 赠品数量
  65. */
  66. private Integer giftNumber;
  67. /**
  68. * 满赠类型,0:按品牌 1:按分类
  69. */
  70. private String fullGiftType;
  71. /**
  72. * 商品分类id
  73. */
  74. private Long categoryId;
  75. /**
  76. * 商品分类名
  77. */
  78. private String categoryName;
  79. /**
  80. * 营销活动编号
  81. */
  82. private Long mkaId;
  83. /**
  84. * 截止日期
  85. */
  86. private String deadline;
  87. /**
  88. * 创建时间
  89. */
  90. private Date createTime;
  91. /**
  92. * 创建人编号
  93. */
  94. private String createrSn;
  95. /**
  96. * 修改人编号
  97. */
  98. private String moderSn;
  99. /**
  100. * 修改时间
  101. */
  102. private Date updateTime;
  103. /**
  104. * 设置:编号
  105. */
  106. public void setMafrId(Long mafrId) {
  107. this.mafrId = mafrId;
  108. }
  109. /**
  110. * 获取:编号
  111. */
  112. public Long getMafrId() {
  113. return mafrId;
  114. }
  115. /**
  116. * 设置:产品中文名
  117. */
  118. public void setProductName(String productName) {
  119. this.productName = productName;
  120. }
  121. /**
  122. * 获取:产品中文名
  123. */
  124. public String getProductName() {
  125. return productName;
  126. }
  127. /**
  128. * 设置:门店编号
  129. */
  130. public void setShopSn(String shopSn) {
  131. this.shopSn = shopSn;
  132. }
  133. /**
  134. * 获取:门店编号
  135. */
  136. public String getShopSn() {
  137. return shopSn;
  138. }
  139. public String getShopName() {
  140. return shopName;
  141. }
  142. public void setShopName(String shopName) {
  143. this.shopName = shopName;
  144. }
  145. /**
  146. * 设置:商品编码
  147. */
  148. public void setGoodsSn(String goodsSn) {
  149. this.goodsSn = goodsSn;
  150. }
  151. /**
  152. * 获取:商品编码
  153. */
  154. public String getGoodsSn() {
  155. return goodsSn;
  156. }
  157. /**
  158. * 设置:条形码
  159. */
  160. public void setBarcode(String barcode) {
  161. this.barcode = barcode;
  162. }
  163. /**
  164. * 获取:条形码
  165. */
  166. public String getBarcode() {
  167. return barcode;
  168. }
  169. /**
  170. * 设置:商品品牌
  171. */
  172. public void setProductBrand(String productBrand) {
  173. this.productBrand = productBrand;
  174. }
  175. /**
  176. * 获取:商品品牌
  177. */
  178. public String getProductBrand() {
  179. return productBrand;
  180. }
  181. /**
  182. * 设置:商品系列
  183. */
  184. public void setProductSeries(String productSeries) {
  185. this.productSeries = productSeries;
  186. }
  187. /**
  188. * 获取:商品系列
  189. */
  190. public String getProductSeries() {
  191. return productSeries;
  192. }
  193. /**
  194. * 设置:满足条件金额
  195. */
  196. public void setQualifiedAmount(BigDecimal qualifiedAmount) {
  197. this.qualifiedAmount = qualifiedAmount;
  198. }
  199. /**
  200. * 获取:满足条件金额
  201. */
  202. public BigDecimal getQualifiedAmount() {
  203. return qualifiedAmount;
  204. }
  205. /**
  206. * 设置:赠品条码
  207. */
  208. public void setGiftBarcode(String giftBarcode) {
  209. this.giftBarcode = giftBarcode;
  210. }
  211. /**
  212. * 获取:赠品条码
  213. */
  214. public String getGiftBarcode() {
  215. return giftBarcode;
  216. }
  217. /**
  218. * 设置:营销活动编号
  219. */
  220. public void setMkaId(Long mkaId) {
  221. this.mkaId = mkaId;
  222. }
  223. /**
  224. * 获取:营销活动编号
  225. */
  226. public Long getMkaId() {
  227. return mkaId;
  228. }
  229. /**
  230. * 设置:截止日期
  231. */
  232. public void setDeadline(String deadline) {
  233. this.deadline = deadline;
  234. }
  235. /**
  236. * 获取:截止日期
  237. */
  238. public String getDeadline() {
  239. return deadline;
  240. }
  241. /**
  242. * 设置:创建时间
  243. */
  244. public void setCreateTime(Date createTime) {
  245. this.createTime = createTime;
  246. }
  247. /**
  248. * 获取:创建时间
  249. */
  250. public Date getCreateTime() {
  251. return createTime;
  252. }
  253. /**
  254. * 设置:创建人编号
  255. */
  256. public void setCreaterSn(String createrSn) {
  257. this.createrSn = createrSn;
  258. }
  259. /**
  260. * 获取:创建人编号
  261. */
  262. public String getCreaterSn() {
  263. return createrSn;
  264. }
  265. /**
  266. * 设置:修改人编号
  267. */
  268. public void setModerSn(String moderSn) {
  269. this.moderSn = moderSn;
  270. }
  271. /**
  272. * 获取:修改人编号
  273. */
  274. public String getModerSn() {
  275. return moderSn;
  276. }
  277. /**
  278. * 设置:修改时间
  279. */
  280. public void setUpdateTime(Date updateTime) {
  281. this.updateTime = updateTime;
  282. }
  283. /**
  284. * 获取:修改时间
  285. */
  286. public Date getUpdateTime() {
  287. return updateTime;
  288. }
  289. public String getGiftGoodsSn() {
  290. return giftGoodsSn;
  291. }
  292. public void setGiftGoodsSn(String giftGoodsSn) {
  293. this.giftGoodsSn = giftGoodsSn;
  294. }
  295. public Long getBrandId() {
  296. return brandId;
  297. }
  298. public void setBrandId(Long brandId) {
  299. this.brandId = brandId;
  300. }
  301. public String getFullGiftType() {
  302. return fullGiftType;
  303. }
  304. public void setFullGiftType(String fullGiftType) {
  305. this.fullGiftType = fullGiftType;
  306. }
  307. public Long getCategoryId() {
  308. return categoryId;
  309. }
  310. public void setCategoryId(Long categoryId) {
  311. this.categoryId = categoryId;
  312. }
  313. public String getCategoryName() {
  314. return categoryName;
  315. }
  316. public void setCategoryName(String categoryName) {
  317. this.categoryName = categoryName;
  318. }
  319. public Integer getGiftNumber() {
  320. return giftNumber;
  321. }
  322. public void setGiftNumber(Integer giftNumber) {
  323. this.giftNumber = giftNumber;
  324. }
  325. }