package com.hxgk.zxxy.service; import org.springframework.stereotype.Service; import java.util.List; public interface HrService { List queryGBfId(Long adminorg); List queryGWsId(Long adminorg) throws Exception; }