田源
2024-09-20 51542c2d2272cfe19db8e7dbc07cccc1c448d22a
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;
}