Skip to content
RePrintApplyMapper.java 425 B
Newer Older
杨郁彬's avatar
杨郁彬 committed
package com.cesgroup.bdc.attachment.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.cesgroup.bdc.attachment.entity.RePrintApply;
import com.cesgroup.bdc.util.CuiPage;

/**
 * <p>
 * 重打印申请表 Mapper 接口
 * </p>
 *
 * @author ChenKai
 * @since 2019-07-18
 */
public interface RePrintApplyMapper extends BaseMapper<RePrintApply> {

}