From a036ac0c6c8d87f36e68f88f05231c3be23fcc4b Mon Sep 17 00:00:00 2001
From: lmw <125975490@qq.com>
Date: 星期四, 01 八月 2024 13:32:55 +0800
Subject: [PATCH] 修改bug

---
 app/src/main/java/com/dollearn/student/network/entity/GoodsDetail.kt |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/app/src/main/java/com/dollearn/student/network/entity/GoodsDetail.kt b/app/src/main/java/com/dollearn/student/network/entity/GoodsDetail.kt
index 57fb57f..b9097f1 100644
--- a/app/src/main/java/com/dollearn/student/network/entity/GoodsDetail.kt
+++ b/app/src/main/java/com/dollearn/student/network/entity/GoodsDetail.kt
@@ -6,6 +6,7 @@
 @Parcelize
 data class GoodsDetail(
     val exchangeNumber: Int,
+    val residueNumber: Int?,
     val good: Goods,
     val goodTypes: List<GoodsType>?,
     val orderNumber: String,
@@ -17,14 +18,10 @@
     val address: String,
     val city: String,
     val cityCode: String,
-    val createBy: String?,
-    val createTime: String,
-    val disabled: Boolean,
     val id: String,
     val isDefault: Int,
     val province: String,
     val provinceCode: String,
     val recipient: String,
-    val recipientPhone: String,
-    val updateTime: String
+    val recipientPhone: String
 ):Parcelable
\ No newline at end of file

--
Gitblit v1.7.1