yuxc
2024-10-18 6f9ac9a2da1ca4a0fdb5c24a6f47648026e275d7
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;
}