罗明文
6 天以前 442124baa483f8d1c4aaca7ff81e15dd3f122363
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