package com.saye.hrs.mapper; import org.apache.ibatis.annotations.Mapper; import java.util.List; /** * @author Mr.zs * @date 2025/2/8 */ @Mapper public interface CountAuthMapper { List getAutherList(); List getAuthoList(String openid); List getDeptAuthList(String openid); }