From 8bd81a9ff5543b40c8717b88af357250958598ef Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期一, 21 十月 2024 15:54:21 +0800 Subject: [PATCH] 处理上周遗留bug,表单定义查询模板 --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsPvolumesServiceI.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsPvolumesServiceI.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsPvolumesServiceI.java index 1967c05..b2511e0 100644 --- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsPvolumesServiceI.java +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsPvolumesServiceI.java @@ -34,4 +34,10 @@ * @return 淇敼缁撴灉 */ BaseResult updatePvolume(OsPvolumeDTO dto) throws PLException; + /** + * 鍒犻櫎鍗� + * @param ids 涓婚敭闆嗗悎 + * @return 鍒犻櫎缁撴灉 + */ + BaseResult deletePvolume(String[] ids) throws PLException; } -- Gitblit v1.9.3