TASK:cloud;

This commit is contained in:
shahaibo
2025-06-06 10:46:57 +08:00
parent f5501db19e
commit 054c9fd604
6 changed files with 46 additions and 2 deletions

View File

@@ -25,4 +25,6 @@ import java.util.Set;
public interface ProjectService extends IService<Project> {
Set<Long> getChildProjectIdSet(Long projectId);
List<Project> getByProjectNameLike(String projectName);
}