package com.xjrsoft.module.oa.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.oa.entity.MeetingConfereeOpinion; import org.apache.ibatis.annotations.Mapper; /** * @title: 会议参会人员意见 * @Author phoenix * @Date: 2025-03-27 * @Version 1.0 */ @Mapper public interface MeetingConfereeOpinionMapper extends MPJBaseMapper { }