From 62a447d89331aee1feae7724c7616aa1bb2cfe79 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 16 十月 2024 14:28:37 +0800
Subject: [PATCH] 将CMQ替换为rabbitmq

---
 fanli/src/main/java/com/yeshi/fanli/entity/bus/user/DeviceLotteryRecord.java |  160 ++++++++++++++++++++++++++--------------------------
 1 files changed, 80 insertions(+), 80 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/DeviceLotteryRecord.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/DeviceLotteryRecord.java
index a62ea0b..9097fa8 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/DeviceLotteryRecord.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/DeviceLotteryRecord.java
@@ -1,80 +1,80 @@
-package com.yeshi.fanli.entity.bus.user;
-
-import java.util.Date;
-
-import org.yeshi.utils.mybatis.Column;
-import org.yeshi.utils.mybatis.Table;
-
-import com.google.gson.annotations.Expose;
-
-/**
- * 璁惧鎶藉鑾峰緱璁板綍
- * 
- * @author Administrator
- *
- */
-@Table("yeshi_device_lottery_record")
-public class DeviceLotteryRecord {
-
-	@Expose
-	@Column(name = "dlr_id")
-	private Long id;
-
-	// 骞冲彴 1-android 2-ios
-	@Column(name = "dlr_platform")
-	private Integer platform;
-
-	// 璁惧
-	@Column(name = "dlr_device")
-	private String device;
-
-	// 绯荤粺鍒�
-	@Expose
-	@Column(name = "dlr_system_counpon_id")
-	private Long systemCouponId;
-
-	// 鍒涘缓鏃堕棿
-	@Column(name = "dlr_create_time")
-	private Date createTime;
-
-	public Long getId() {
-		return id;
-	}
-
-	public void setId(Long id) {
-		this.id = id;
-	}
-
-	public Integer getPlatform() {
-		return platform;
-	}
-
-	public void setPlatform(Integer platform) {
-		this.platform = platform;
-	}
-
-	public String getDevice() {
-		return device;
-	}
-
-	public void setDevice(String device) {
-		this.device = device;
-	}
-
-	public Long getSystemCouponId() {
-		return systemCouponId;
-	}
-
-	public void setSystemCouponId(Long systemCouponId) {
-		this.systemCouponId = systemCouponId;
-	}
-
-	public Date getCreateTime() {
-		return createTime;
-	}
-
-	public void setCreateTime(Date createTime) {
-		this.createTime = createTime;
-	}
-
-}
+package com.yeshi.fanli.entity.bus.user;
+
+import java.util.Date;
+
+import org.yeshi.utils.generater.mybatis.Column;
+import org.yeshi.utils.generater.mybatis.Table;
+
+import com.google.gson.annotations.Expose;
+
+/**
+ * 璁惧鎶藉鑾峰緱璁板綍
+ * 
+ * @author Administrator
+ *
+ */
+@Table("yeshi_ec_device_lottery_record")
+public class DeviceLotteryRecord {
+
+	@Expose
+	@Column(name = "dlr_id")
+	private Long id;
+
+	// 骞冲彴 1-android 2-ios
+	@Column(name = "dlr_platform")
+	private Integer platform;
+
+	// 璁惧
+	@Column(name = "dlr_device")
+	private String device;
+
+	// 绯荤粺鍒�
+	@Expose
+	@Column(name = "dlr_system_counpon_id")
+	private Long systemCouponId;
+
+	// 鍒涘缓鏃堕棿
+	@Column(name = "dlr_create_time")
+	private Date createTime;
+
+	public Long getId() {
+		return id;
+	}
+
+	public void setId(Long id) {
+		this.id = id;
+	}
+
+	public Integer getPlatform() {
+		return platform;
+	}
+
+	public void setPlatform(Integer platform) {
+		this.platform = platform;
+	}
+
+	public String getDevice() {
+		return device;
+	}
+
+	public void setDevice(String device) {
+		this.device = device;
+	}
+
+	public Long getSystemCouponId() {
+		return systemCouponId;
+	}
+
+	public void setSystemCouponId(Long systemCouponId) {
+		this.systemCouponId = systemCouponId;
+	}
+
+	public Date getCreateTime() {
+		return createTime;
+	}
+
+	public void setCreateTime(Date createTime) {
+		this.createTime = createTime;
+	}
+
+}

--
Gitblit v1.8.0