ConfigValueMapper.java 239 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 package com.huaheng.pc.config.configValue.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.huaheng.pc.config.configValue.domain.ConfigValue; public interface ConfigValueMapper extends BaseMapper<ConfigValue> { }