package com.gkhy.safePlatform.account.service; import com.gkhy.safePlatform.account.model.dto.resp.ProjectRespDTO; import java.util.List; public interface ProjectService { /** * @Description: 获取所有启用项目 */ List getEnableProjectList(); }