From db13f13c39508acdb0c4a88cbf51c930fb2fba16 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 15 十一月 2024 10:10:17 +0800 Subject: [PATCH] 管理员添加用户之后设置用户密码修改时间为0 --- 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