- package com.huimv.produce.mapper;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- import com.huimv.produce.entity.BaseWarningInfo;
- /**
- * <p>
- * Mapper 接口
- * </p>
- *
- * @author astupidcoder
- * @since 2021-12-02
- */
- public interface BaseWarningInfoMapper extends BaseMapper<BaseWarningInfo> {
- }
|