From fa88edda7b1e6523e64b2642c6291a1a4866bd43 Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期五, 13 九月 2024 11:12:28 +0800 Subject: [PATCH] 1、新增删除Action分类接口。 2、新增查询Action参数列表数据接口。 --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsActionServiceI.java | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsActionServiceI.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsActionServiceI.java index 95e28e9..5cf2c13 100644 --- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsActionServiceI.java +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsActionServiceI.java @@ -93,4 +93,17 @@ * @return 淇濆瓨缁撴灉 */ BaseResult deletePLActionParam(String oid) throws PLException; + /** + * 鏌ヨAction鍙傛暟鍒楄〃鏁版嵁 + * actionOid 鍙傛暟涓婚敭 + * @return 淇濆瓨缁撴灉 + */ + BaseResult getPLActionParam(String actionOid) throws PLException; + /** + * 鍒犻櫎鍒嗙被 + * @param dto 鍒嗙被瀵硅薄 + * @return 澶勭悊缁撴灉 + * @throws PLException + */ + BaseResult deleteActionCls(PLActionClsDTO dto) throws PLException; } -- Gitblit v1.9.3