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/dto/msg/MsgOtherSystemGiveDTO.java |  130 +++++++++++++++++++++---------------------
 1 files changed, 65 insertions(+), 65 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgOtherSystemGiveDTO.java b/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgOtherSystemGiveDTO.java
index 805e8ee..9320e49 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgOtherSystemGiveDTO.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgOtherSystemGiveDTO.java
@@ -1,65 +1,65 @@
-package com.yeshi.fanli.dto.msg;
-
-/**
- * 绯荤粺璧犻��
- * 
- * @author Administrator
- *
- */
-public class MsgOtherSystemGiveDTO {
-	private String name;// 璧犻�佸悕绉�
-	private Integer count;// 璧犻�佹暟閲�
-	private String reason;// 璧犻�佸師鍥�
-	private Integer orderType;// 璁㈠崟绫诲瀷
-	private String orderId;// 璁㈠崟鍙�
-	private String desc;// 璇存槑
-
-	public String getName() {
-		return name;
-	}
-
-	public void setName(String name) {
-		this.name = name;
-	}
-
-	public Integer getCount() {
-		return count;
-	}
-
-	public void setCount(Integer count) {
-		this.count = count;
-	}
-
-	public String getReason() {
-		return reason;
-	}
-
-	public void setReason(String reason) {
-		this.reason = reason;
-	}
-
-	public Integer getOrderType() {
-		return orderType;
-	}
-
-	public void setOrderType(Integer orderType) {
-		this.orderType = orderType;
-	}
-
-	public String getOrderId() {
-		return orderId;
-	}
-
-	public void setOrderId(String orderId) {
-		this.orderId = orderId;
-	}
-
-	public String getDesc() {
-		return desc;
-	}
-
-	public void setDesc(String desc) {
-		this.desc = desc;
-	}
-
-}
+package com.yeshi.fanli.dto.msg;
+
+/**
+ * 绯荤粺璧犻��
+ * 
+ * @author Administrator
+ *
+ */
+public class MsgOtherSystemGiveDTO {
+	private String name;// 璧犻�佸悕绉�
+	private Integer count;// 璧犻�佹暟閲�
+	private String reason;// 璧犻�佸師鍥�
+	private Integer orderType;// 璁㈠崟绫诲瀷
+	private String orderId;// 璁㈠崟鍙�
+	private String desc;// 璇存槑
+
+	public String getName() {
+		return name;
+	}
+
+	public void setName(String name) {
+		this.name = name;
+	}
+
+	public Integer getCount() {
+		return count;
+	}
+
+	public void setCount(Integer count) {
+		this.count = count;
+	}
+
+	public String getReason() {
+		return reason;
+	}
+
+	public void setReason(String reason) {
+		this.reason = reason;
+	}
+
+	public Integer getOrderType() {
+		return orderType;
+	}
+
+	public void setOrderType(Integer orderType) {
+		this.orderType = orderType;
+	}
+
+	public String getOrderId() {
+		return orderId;
+	}
+
+	public void setOrderId(String orderId) {
+		this.orderId = orderId;
+	}
+
+	public String getDesc() {
+		return desc;
+	}
+
+	public void setDesc(String desc) {
+		this.desc = desc;
+	}
+
+}

--
Gitblit v1.8.0