ConfigWarningMapper.java
299 Bytes
package com.huaheng.pc.config.configWarning.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.huaheng.pc.config.configWarning.domain.ConfigWarning;
/**
* Created by Enzo Cotter on 2019/11/11.
*/
public interface ConfigWarningMapper extends BaseMapper<ConfigWarning> {
}