From aa11314a07a94e490255f75877dd413d2e315534 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Mon, 18 Nov 2024 15:16:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- device/pom.xml | 5 ----- .../com/njcn/gather/device/device/pojo/param/PqDevParam.java | 1 - 2 files changed, 6 deletions(-) diff --git a/device/pom.xml b/device/pom.xml index 853636c7..1d045f75 100644 --- a/device/pom.xml +++ b/device/pom.xml @@ -34,11 +34,6 @@ 1.0.0 compile - - com.njcn.gather - user - 1.0.0 - diff --git a/device/src/main/java/com/njcn/gather/device/device/pojo/param/PqDevParam.java b/device/src/main/java/com/njcn/gather/device/device/pojo/param/PqDevParam.java index 266945c1..b9c49071 100644 --- a/device/src/main/java/com/njcn/gather/device/device/pojo/param/PqDevParam.java +++ b/device/src/main/java/com/njcn/gather/device/device/pojo/param/PqDevParam.java @@ -2,7 +2,6 @@ package com.njcn.gather.device.device.pojo.param; import com.njcn.common.pojo.constant.PatternRegex; import com.njcn.gather.device.pojo.constant.DeviceValidMessage; -import com.njcn.gather.system.pojo.constant.SystemValidMessage; import com.njcn.web.pojo.annotation.DateTimeStrValid; import com.njcn.web.pojo.param.BaseParam; import io.swagger.annotations.ApiModelProperty;