package com.ruoyi.oa.mapper; import com.ruoyi.oa.domain.DevBatch; import com.ruoyi.common.core.mybatisplus.core.BaseMapperPlus; /** * 生产批次Mapper接口 * * @author ruoyi * @date 2021-12-05 */ public interface DevBatchMapper extends BaseMapperPlus { }