DocumentWarningMapper.java
378 Bytes
package com.huaheng.pc.config.documentWarning.mapper;
import com.huaheng.pc.config.documentWarning.domain.DocumentWarning;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import java.util.List;
/**
* 【请填写功能名称】 数据层
*
* @author huaheng
* @date 2022-08-26
*/
public interface DocumentWarningMapper extends BaseMapper<DocumentWarning> {
}