From 4784ba9b5fe0d2c9ada694834ac6b0d0b7474b89 Mon Sep 17 00:00:00 2001
From: lizijie <lzjiiie@163.com>
Date: Thu, 12 Aug 2021 15:52:23 +0800
Subject: [PATCH] special_device、special_device_history相关文件,special_device查询接口

---
 screen-manage/src/main/java/com/moral/api/service/VersionService.java |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/screen-manage/src/main/java/com/moral/api/service/VersionService.java b/screen-manage/src/main/java/com/moral/api/service/VersionService.java
index f4571a2..6843630 100644
--- a/screen-manage/src/main/java/com/moral/api/service/VersionService.java
+++ b/screen-manage/src/main/java/com/moral/api/service/VersionService.java
@@ -69,6 +69,15 @@
             * @Author: ���������
             * @Date: 2021/6/9
             */
-    VersionDTO queryVersionById(VersionQueryByIdForm form);
+    VersionQueryDTO queryVersionById(VersionQueryByIdForm form);
+
+    /**
+    * @Description: ������������id������������
+            * @Param: [organizationId]
+            * @return: com.moral.api.pojo.dto.version.VersionQueryDTO
+            * @Author: ���������
+            * @Date: 2021/6/18
+            */
+    VersionQueryDTO queryByOrganizationId(Integer organizationId);
 
 }

--
Gitblit v1.8.0