Commit 80c2e14c0569264d0ae319c04cb4ec785a4570cc

Authored by 曾湘平
1 parent ee05644d

立库区常量l改成大写

huaheng-wms-core/src/main/java/org/jeecg/utils/constant/QuantityConstant.java
... ... @@ -648,7 +648,7 @@ public class QuantityConstant {
648 648 public static final String ZONE_RECEIVE = "R";
649 649  
650 650 /** 库区类型,立库区 */
651   - public static final String ZONE_TYPE_STEREOSCOPIC = "l";
  651 + public static final String ZONE_TYPE_STEREOSCOPIC = "L";
652 652 /** 库区类型,收货区 */
653 653 public static final String ZONE_TYPE_RECEIVE = "S";
654 654 /** 库区类型,平库区 */
... ...