package com.ozs.pm.mapper; import com.ozs.pm.doman.PmAuditDeptRef; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * 审核关联表(PmAuditDeptRef)表数据库访问层 * * @author makejava * @since 2023-02-22 22:10:08 */ public interface PmAuditDeptRefMapper extends BaseMapper { }