yuxc
2024-10-24 991bf3c56c379ba78f13d9ff34fccc2769d296b7
Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsPvolumesServiceI.java
@@ -17,8 +17,8 @@
public interface OsPvolumesServiceI {
    /**
     * 分页查询卷
     * @param pageSize 页数
     * @param pageIndex 第几页
     * @param pageSize 第几页
     * @param pageIndex 页数
     * @return 分页数据
     */
    BaseResult getPvolumesPage(short pageSize, short pageIndex) throws PLException;
@@ -39,5 +39,5 @@
     * @param ids 主键集合
     * @return 删除结果
     */
    BaseResult deletePvolume(String[] ids) throws PLException;
    BaseResult deletePvolume(String ids) throws PLException;
}