package com.fdkankan.agent.mapper; import com.fdkankan.agent.entity.AgentNoticeEntity; import com.fdkankan.base.mapper.base.IBaseMapper; import org.apache.ibatis.annotations.Mapper; @Mapper public interface IAgentNoticeMapper extends IBaseMapper { }