MaterialWarningMapper.java
365 Bytes
package com.huaheng.pc.config.materialWarnning.mapper;
import com.huaheng.pc.config.materialWarnning.domain.MaterialWarning;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import java.util.List;
/**
* 物料报警 数据层
*
* @author huaheng
* @date 2020-07-17
*/
public interface MaterialWarningMapper extends BaseMapper<MaterialWarning> {
}