From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 25 二月 2025 16:41:22 +0800
Subject: [PATCH] 淘宝转链接口更新

---
 fanli/src/main/java/com/yeshi/fanli/entity/push/DeviceTokenXM.java |  140 +++++++++++++++++++++++-----------------------
 1 files changed, 70 insertions(+), 70 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/push/DeviceTokenXM.java b/fanli/src/main/java/com/yeshi/fanli/entity/push/DeviceTokenXM.java
index d6c1f75..fdf75d5 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/push/DeviceTokenXM.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/push/DeviceTokenXM.java
@@ -1,70 +1,70 @@
-package com.yeshi.fanli.entity.push;
-
-import java.util.Date;
-
-import org.springframework.data.annotation.Id;
-import org.springframework.data.mongodb.core.index.Indexed;
-import org.springframework.data.mongodb.core.mapping.Document;
-import org.springframework.data.mongodb.core.mapping.Field;
-
-/**
- * XM鎺ㄩ��
- * 
- * @author Administrator
- *
- */
-@Document(collection = "deviceTokenXM")
-public class DeviceTokenXM {
-	@Id
-	private Long deviceActiveId;// 璁惧娲昏穬ID
-	@Field
-	private String registerId;
-	@Indexed
-	@Field
-	private Long uid;
-	@Field
-	private Date createTime;
-	@Field
-	private Date updateTime;
-
-	public String getRegisterId() {
-		return registerId;
-	}
-
-	public void setRegisterId(String registerId) {
-		this.registerId = registerId;
-	}
-
-	public Long getUid() {
-		return uid;
-	}
-
-	public void setUid(Long uid) {
-		this.uid = uid;
-	}
-
-	public Date getCreateTime() {
-		return createTime;
-	}
-
-	public void setCreateTime(Date createTime) {
-		this.createTime = createTime;
-	}
-
-	public Date getUpdateTime() {
-		return updateTime;
-	}
-
-	public void setUpdateTime(Date updateTime) {
-		this.updateTime = updateTime;
-	}
-
-	public Long getDeviceActiveId() {
-		return deviceActiveId;
-	}
-
-	public void setDeviceActiveId(Long deviceActiveId) {
-		this.deviceActiveId = deviceActiveId;
-	}
-
-}
+package com.yeshi.fanli.entity.push;
+
+import java.util.Date;
+
+import org.springframework.data.annotation.Id;
+import org.springframework.data.mongodb.core.index.Indexed;
+import org.springframework.data.mongodb.core.mapping.Document;
+import org.springframework.data.mongodb.core.mapping.Field;
+
+/**
+ * XM鎺ㄩ��
+ * 
+ * @author Administrator
+ *
+ */
+@Document(collection = "deviceTokenXM")
+public class DeviceTokenXM {
+	@Id
+	private Long deviceActiveId;// 璁惧娲昏穬ID
+	@Field
+	private String registerId;
+	@Indexed
+	@Field
+	private Long uid;
+	@Field
+	private Date createTime;
+	@Field
+	private Date updateTime;
+
+	public String getRegisterId() {
+		return registerId;
+	}
+
+	public void setRegisterId(String registerId) {
+		this.registerId = registerId;
+	}
+
+	public Long getUid() {
+		return uid;
+	}
+
+	public void setUid(Long uid) {
+		this.uid = uid;
+	}
+
+	public Date getCreateTime() {
+		return createTime;
+	}
+
+	public void setCreateTime(Date createTime) {
+		this.createTime = createTime;
+	}
+
+	public Date getUpdateTime() {
+		return updateTime;
+	}
+
+	public void setUpdateTime(Date updateTime) {
+		this.updateTime = updateTime;
+	}
+
+	public Long getDeviceActiveId() {
+		return deviceActiveId;
+	}
+
+	public void setDeviceActiveId(Long deviceActiveId) {
+		this.deviceActiveId = deviceActiveId;
+	}
+
+}

--
Gitblit v1.8.0