Newspaper 2 kuukautta sitten
vanhempi
commit
d694b35c40

+ 0 - 8
app-admin/src/main/java/com/ruoyi/web/service/EnvironmentWarningThresholdService.java

@@ -1,6 +1,5 @@
 package com.ruoyi.web.service;
 
-import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
 import com.baomidou.mybatisplus.extension.service.IService;
 import com.ruoyi.web.domain.dto.environmentWarningThreshold.EnvironmentWarningThresholdAddRequest;
 import com.ruoyi.web.domain.dto.environmentWarningThreshold.EnvironmentWarningThresholdEditRequest;
@@ -39,11 +38,4 @@ public interface EnvironmentWarningThresholdService extends IService<Environment
      */
     List<EnvironmentWarningThresholdVO> getListEnvironmentWarningThreshold(EnvironmentWarningThresholdQueryRequest environmentWarningThresholdQueryRequest);
 
-    /**
-     * 获取查询条件
-     *
-     * @param environmentWarningThresholdQueryRequest
-     * @return
-     */
-    QueryWrapper<EnvironmentWarningThreshold> getQueryWrapper(EnvironmentWarningThresholdQueryRequest environmentWarningThresholdQueryRequest);
 }