From 80c2e14c0569264d0ae319c04cb4ec785a4570cc Mon Sep 17 00:00:00 2001
From: zengxiangping <318732054@qq.com>
Date: Fri, 6 Oct 2023 16:11:37 +0800
Subject: [PATCH] 立库区常量l改成大写

---
 huaheng-wms-core/src/main/java/org/jeecg/utils/constant/QuantityConstant.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/huaheng-wms-core/src/main/java/org/jeecg/utils/constant/QuantityConstant.java b/huaheng-wms-core/src/main/java/org/jeecg/utils/constant/QuantityConstant.java
index fd23ee1..476a76d 100644
--- a/huaheng-wms-core/src/main/java/org/jeecg/utils/constant/QuantityConstant.java
+++ b/huaheng-wms-core/src/main/java/org/jeecg/utils/constant/QuantityConstant.java
@@ -648,7 +648,7 @@ public class QuantityConstant {
     public static final String ZONE_RECEIVE = "R";
 
     /** 库区类型,立库区 */
-    public static final String ZONE_TYPE_STEREOSCOPIC = "l";
+    public static final String ZONE_TYPE_STEREOSCOPIC = "L";
     /** 库区类型,收货区 */
     public static final String ZONE_TYPE_RECEIVE = "S";
     /** 库区类型,平库区 */
--
libgit2 0.22.2