From 4e4af90184f5fa5b40d87e2d08d9192bfd237ef0 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 30 四月 2021 19:13:58 +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..c7e2289 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.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