From e2f56d7f6317574caf324fcd655ccc1e8890c0b4 Mon Sep 17 00:00:00 2001 From: zhangzq Date: Mon, 1 Sep 2025 16:37:58 +0800 Subject: [PATCH] =?UTF-8?q?init:=E5=90=88=E5=B9=B6=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/org/nl/common/domain/query/BaseQuery.java | 1 - 1 file changed, 1 deletion(-) diff --git a/nladmin-system/nlsso-server/src/main/java/org/nl/common/domain/query/BaseQuery.java b/nladmin-system/nlsso-server/src/main/java/org/nl/common/domain/query/BaseQuery.java index 43e7996..a7a07de 100644 --- a/nladmin-system/nlsso-server/src/main/java/org/nl/common/domain/query/BaseQuery.java +++ b/nladmin-system/nlsso-server/src/main/java/org/nl/common/domain/query/BaseQuery.java @@ -10,7 +10,6 @@ import org.nl.common.utils.MapOf; import sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl; import java.lang.reflect.Type; -import java.util.Date; import java.util.Map; /**