lmw
2025-05-21 967492f43278adf716cb3cb39d209ad9ae59590f
app/src/main/java/com/dollearn/student/network/entity/GoodsOrder.kt
@@ -9,5 +9,5 @@
    val good: Goods,
    val goodTypes: List<GoodsType>?,
    val orderNumber: String,
    val recipient: Recipient
    val recipient: Recipient?
):Parcelable