TASK:cloud;
This commit is contained in:
@@ -25,4 +25,6 @@ import java.util.Set;
|
||||
public interface ProjectService extends IService<Project> {
|
||||
|
||||
Set<Long> getChildProjectIdSet(Long projectId);
|
||||
|
||||
List<Project> getByProjectNameLike(String projectName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user