rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/LocTypeController.java
@@ -59,6 +59,9 @@ if (Objects.isNull(locType.getName())) { throw new CoolException("库位类型不能为空!!"); } if (Objects.isNull(locType.getCode())) { throw new CoolException("库位编码不为空!!"); } if (Objects.isNull(locType.getRegex())) { throw new CoolException("库位规则表达式不能为空!!"); }