From 884eab4f434aecba12e6b5227457c645e9558571 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期四, 21 十一月 2024 18:18:10 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsLinkTypeServiceI.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsLinkTypeServiceI.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsLinkTypeServiceI.java
index adf9e4b..afb6229 100644
--- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsLinkTypeServiceI.java
+++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsLinkTypeServiceI.java
@@ -91,14 +91,14 @@
* @param id 缂栧彿
* @return 閾炬帴绫诲瀷
*/
- OsLinkTypeVO getLinkTypeById(String id);
+ OsLinkTypeVO getLinkTypeById(String id) throws PLException;
/**
* 鑾峰彇閾炬帴绫诲瀷鐨勫睘鎬�
* @param linkTypeId 閾炬帴绫诲瀷鐨勭紪鍙�
* @return 閾炬帴绫诲瀷鐨勫睘鎬�
*/
- List<OsLinkTypeAttributeVO> listAttributeByLinkId(String linkTypeId);
+ List<OsLinkTypeAttributeVO> listAttributeByLinkId(String linkTypeId) throws PLException;
/**
* 閾炬帴绫诲瀷鐨勫垪琛�
--
Gitblit v1.9.3