package com.gkhy.safePlatform.account.rpc.apimodel; import com.gkhy.safePlatform.account.rpc.apimodel.model.resp.ProjectRPCRespDTO; import com.gkhy.safePlatform.commons.vo.ResultVO; import java.util.List; public interface AccountProjectService { ResultVO> getProjectList(); }