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/util/factory/msg/MsgOtherSystemGiveDTOFactory.java |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/MsgOtherSystemGiveDTOFactory.java b/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/MsgOtherSystemGiveDTOFactory.java
index a2e2e43..6c00bc5 100644
--- a/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/MsgOtherSystemGiveDTOFactory.java
+++ b/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/MsgOtherSystemGiveDTOFactory.java
@@ -1,23 +1,23 @@
-package com.yeshi.fanli.util.factory.msg;
-
-import com.yeshi.fanli.dto.msg.MsgOtherSystemGiveDTO;
-import com.yeshi.fanli.util.StringUtil;
-
-public class MsgOtherSystemGiveDTOFactory {
-
-	// 濂栧姳鍒�
-	public static MsgOtherSystemGiveDTO createRewardCouponGive(int count, String desc, String name, String orderId,
-			int orderType, String reason) {
-		if (StringUtil.isNullOrEmpty(name))
-			return null;
-		MsgOtherSystemGiveDTO dto = new MsgOtherSystemGiveDTO();
-		dto.setCount(count);
-		dto.setDesc(desc);
-		dto.setName(name);
-		dto.setOrderId(orderId);
-		dto.setOrderType(orderType);
-		dto.setReason(reason);
-		return dto;
-	}
-
-}
+package com.yeshi.fanli.util.factory.msg;
+
+import com.yeshi.fanli.dto.msg.MsgOtherSystemGiveDTO;
+import com.yeshi.fanli.util.StringUtil;
+
+public class MsgOtherSystemGiveDTOFactory {
+
+	// 濂栧姳鍒�
+	public static MsgOtherSystemGiveDTO createRewardCouponGive(int count, String desc, String name, String orderId,
+			int orderType, String reason) {
+		if (StringUtil.isNullOrEmpty(name))
+			return null;
+		MsgOtherSystemGiveDTO dto = new MsgOtherSystemGiveDTO();
+		dto.setCount(count);
+		dto.setDesc(desc);
+		dto.setName(name);
+		dto.setOrderId(orderId);
+		dto.setOrderType(orderType);
+		dto.setReason(reason);
+		return dto;
+	}
+
+}

--
Gitblit v1.8.0