lmw
2024-07-09 b13afc751dbbce24753d008f1f87d2c5e133a4ad
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