lmw
2024-08-01 a036ac0c6c8d87f36e68f88f05231c3be23fcc4b
app/src/main/java/com/dollearn/student/network/entity/Goods.kt
@@ -17,7 +17,7 @@
    val inventory: Int?,
    val isDelete: Int,
    val name: String,
    val price: Double,
    val price: Double?,
    val surplus: Int,
    val total: Int,
    val type: Int?,