OfficialDocumentReceivedHandleMapper.java 411 B

12345678910111213141516
  1. package com.xjrsoft.module.oa.mapper;
  2. import com.github.yulichang.base.MPJBaseMapper;
  3. import com.xjrsoft.module.oa.entity.OfficialDocumentReceivedHandle;
  4. import org.apache.ibatis.annotations.Mapper;
  5. /**
  6. * @title: 公文收文-承办表
  7. * @Author dzx
  8. * @Date: 2025-04-14
  9. * @Version 1.0
  10. */
  11. @Mapper
  12. public interface OfficialDocumentReceivedHandleMapper extends MPJBaseMapper<OfficialDocumentReceivedHandle> {
  13. }