xiangpei
2024-12-12 4b3f6bd762fc742aa29d8e6b75f4fc54ef6d22ad
business/src/main/java/com/ycl/service/ProjectInfoService.java
@@ -82,4 +82,6 @@
    Result getManagerFlag(Integer recordId);
    void export(HttpServletResponse response, ProjectExportQuery query) throws IOException;
    Result updateUsedStatus(Integer id, Integer usedStatus);
}