From 855a7e18a795f0db2453a19e3e8f26ba2ff553b4 Mon Sep 17 00:00:00 2001 From: lmw <125975490@qq.com> Date: 星期四, 29 五月 2025 16:32:41 +0800 Subject: [PATCH] UI调整 --- app/src/main/java/com/dollearn/student/network/entity/Goods.kt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/dollearn/student/network/entity/Goods.kt b/app/src/main/java/com/dollearn/student/network/entity/Goods.kt index 3f54220..b17ba8b 100644 --- a/app/src/main/java/com/dollearn/student/network/entity/Goods.kt +++ b/app/src/main/java/com/dollearn/student/network/entity/Goods.kt @@ -17,12 +17,12 @@ val inventory: Int?, val isDelete: Int, val name: String, - val price: Double, + val price: Double?, val surplus: Int, val total: Int, val type: Int?, val typeIds: String, val updateBy: String, val updateTime: String, - val userCount: Int + val userCount: Int? ):Parcelable \ No newline at end of file -- Gitblit v1.7.1