- 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<PmAuditDeptRef> {
- }
|