lmw
2024-08-01 a036ac0c6c8d87f36e68f88f05231c3be23fcc4b
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,15 +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 updateBy: String,
    val updateTime: String
    val recipientPhone: String
):Parcelable