MeetingConfereeOpinionMapper.java 393 B

12345678910111213141516
  1. package com.xjrsoft.module.oa.mapper;
  2. import com.github.yulichang.base.MPJBaseMapper;
  3. import com.xjrsoft.module.oa.entity.MeetingConfereeOpinion;
  4. import org.apache.ibatis.annotations.Mapper;
  5. /**
  6. * @title: 会议参会人员意见
  7. * @Author phoenix
  8. * @Date: 2025-03-27
  9. * @Version 1.0
  10. */
  11. @Mapper
  12. public interface MeetingConfereeOpinionMapper extends MPJBaseMapper<MeetingConfereeOpinion> {
  13. }