lmw
2025-05-21 967492f43278adf716cb3cb39d209ad9ae59590f
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?,