From a4a7426f1286c8d8afe512f155fb650e3e8b940c Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期一, 02 十二月 2024 17:57:43 +0800
Subject: [PATCH] 整合代码&&表单定义扩展属性添加提示文字&&显示类型修改默认值和绑定值

---
 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