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/vo/msg/UserMsgUnReadNumVO.java |  184 +++++++++++++++++++++++-----------------------
 1 files changed, 92 insertions(+), 92 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserMsgUnReadNumVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserMsgUnReadNumVO.java
index 376b73b..8bb877b 100644
--- a/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserMsgUnReadNumVO.java
+++ b/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserMsgUnReadNumVO.java
@@ -1,92 +1,92 @@
-package com.yeshi.fanli.vo.msg;
-
-import org.yeshi.utils.mybatis.Table;
-
-import com.yeshi.fanli.entity.bus.msg.UserMsgUnReadNum;
-
-/*
- * 鐢ㄦ埛娑堟伅宸茶鐘舵�佸瓨鍌�
- */
-@Table("yeshi_ec_msg_read_state")
-public class UserMsgUnReadNumVO {
-	private String typeOrder;// 璁㈠崟娑堟伅鏈鏁�
-
-	private String typeMoney;// 璧勯噾娑堟伅鏈鏁�
-
-	private String typeAccount;// 璐︽埛娑堟伅鏈鏁�
-
-	private String typeInvite;// 閭�璇锋秷鎭湭璇绘暟
-
-	private String typeScore;// 绉垎娑堟伅鏈鏁�
-
-	private String typeSystem;// 绯荤粺娑堟伅鏈鏁�
-
-	public UserMsgUnReadNumVO(UserMsgUnReadNum num) {
-		this.typeAccount = getCountDesc(num.getTypeAccount());
-		this.typeInvite = getCountDesc(num.getTypeInvite());
-		this.typeMoney = getCountDesc(num.getTypeMoney());
-		this.typeOrder = getCountDesc(num.getTypeOrder());
-		this.typeScore = getCountDesc(num.getTypeScore());
-		this.typeSystem = getCountDesc(num.getTypeSystem());
-	}
-
-	static String getCountDesc(int count) {
-		if (count >= 100)
-			return "99+";
-		else
-			return count + "";
-	}
-
-	public UserMsgUnReadNumVO() {
-
-	}
-
-	public String getTypeOrder() {
-		return typeOrder;
-	}
-
-	public void setTypeOrder(String typeOrder) {
-		this.typeOrder = typeOrder;
-	}
-
-	public String getTypeMoney() {
-		return typeMoney;
-	}
-
-	public void setTypeMoney(String typeMoney) {
-		this.typeMoney = typeMoney;
-	}
-
-	public String getTypeSystem() {
-		return typeSystem;
-	}
-
-	public void setTypeSystem(String typeSystem) {
-		this.typeSystem = typeSystem;
-	}
-
-	public String getTypeAccount() {
-		return typeAccount;
-	}
-
-	public void setTypeAccount(String typeAccount) {
-		this.typeAccount = typeAccount;
-	}
-
-	public String getTypeInvite() {
-		return typeInvite;
-	}
-
-	public void setTypeInvite(String typeInvite) {
-		this.typeInvite = typeInvite;
-	}
-
-	public String getTypeScore() {
-		return typeScore;
-	}
-
-	public void setTypeScore(String typeScore) {
-		this.typeScore = typeScore;
-	}
-
-}
+package com.yeshi.fanli.vo.msg;
+
+import org.yeshi.utils.generater.mybatis.Table;
+
+import com.yeshi.fanli.entity.bus.msg.UserMsgUnReadNum;
+
+/*
+ * 鐢ㄦ埛娑堟伅宸茶鐘舵�佸瓨鍌�
+ */
+@Table("yeshi_ec_msg_read_state")
+public class UserMsgUnReadNumVO {
+	private String typeOrder;// 璁㈠崟娑堟伅鏈鏁�
+
+	private String typeMoney;// 璧勯噾娑堟伅鏈鏁�
+
+	private String typeAccount;// 璐︽埛娑堟伅鏈鏁�
+
+	private String typeInvite;// 閭�璇锋秷鎭湭璇绘暟
+
+	private String typeScore;// 绉垎娑堟伅鏈鏁�
+
+	private String typeSystem;// 绯荤粺娑堟伅鏈鏁�
+
+	public UserMsgUnReadNumVO(UserMsgUnReadNum num) {
+		this.typeAccount = getCountDesc(num.getTypeAccount());
+		this.typeInvite = getCountDesc(num.getTypeInvite());
+		this.typeMoney = getCountDesc(num.getTypeMoney());
+		this.typeOrder = getCountDesc(num.getTypeOrder());
+		this.typeScore = getCountDesc(num.getTypeScore());
+		this.typeSystem = getCountDesc(num.getTypeSystem());
+	}
+
+	static String getCountDesc(int count) {
+		if (count >= 100)
+			return "99+";
+		else
+			return count + "";
+	}
+
+	public UserMsgUnReadNumVO() {
+
+	}
+
+	public String getTypeOrder() {
+		return typeOrder;
+	}
+
+	public void setTypeOrder(String typeOrder) {
+		this.typeOrder = typeOrder;
+	}
+
+	public String getTypeMoney() {
+		return typeMoney;
+	}
+
+	public void setTypeMoney(String typeMoney) {
+		this.typeMoney = typeMoney;
+	}
+
+	public String getTypeSystem() {
+		return typeSystem;
+	}
+
+	public void setTypeSystem(String typeSystem) {
+		this.typeSystem = typeSystem;
+	}
+
+	public String getTypeAccount() {
+		return typeAccount;
+	}
+
+	public void setTypeAccount(String typeAccount) {
+		this.typeAccount = typeAccount;
+	}
+
+	public String getTypeInvite() {
+		return typeInvite;
+	}
+
+	public void setTypeInvite(String typeInvite) {
+		this.typeInvite = typeInvite;
+	}
+
+	public String getTypeScore() {
+		return typeScore;
+	}
+
+	public void setTypeScore(String typeScore) {
+		this.typeScore = typeScore;
+	}
+
+}

--
Gitblit v1.8.0