package com.xjrsoft.module.oa.mapper; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.oa.entity.OfficialDocumentReceivedHandle; import org.apache.ibatis.annotations.Mapper; /** * @title: 公文收文-承办表 * @Author dzx * @Date: 2025-04-14 * @Version 1.0 */ @Mapper public interface OfficialDocumentReceivedHandleMapper extends MPJBaseMapper { }