huminmin
2026-07-15 422a5676c2d96dd37c1be62935a314d70fef79b5
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();