2026-07-24 5f05afeccd80f28a5aa7b2d1e2d8dc0f29da98eb
src/main/java/com/ruoyi/technology/service/TechnologyOperationService.java
@@ -16,6 +16,8 @@
    R add(TechnologyOperationDto technologyOperationDto);
    R update(TechnologyOperation technologyOperation);
    String batchDelete(List<Long> ids);
    List<TechnologyOperationVo> listVo();