From 50d5996c65c2eaeb027963487beef63f09d4a4c2 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Tue, 23 May 2023 09:32:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E8=B5=84=E5=AD=97=E5=85=B8=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/glxp/api/entity/basic/UdiProductEntity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/glxp/api/entity/basic/UdiProductEntity.java b/src/main/java/com/glxp/api/entity/basic/UdiProductEntity.java index 15034ffa..7eec6130 100644 --- a/src/main/java/com/glxp/api/entity/basic/UdiProductEntity.java +++ b/src/main/java/com/glxp/api/entity/basic/UdiProductEntity.java @@ -85,7 +85,7 @@ public class UdiProductEntity { private Long relSupId; - private Boolean groupBuy; + private boolean groupBuy; public Boolean getAllowNoBatch() {