提交 7a31a64c 编写于 作者: JEECG低代码平台's avatar JEECG低代码平台

JeecgBoot 2.0.2版本发布

上级 4548b5b7
//package com.baomidou.mybatisplus.extension.handlers;
//
////import com.baomidou.mybatisplus.core.toolkit.StringUtils;
//import org.apache.ibatis.reflection.MetaObject;
//import org.apache.ibatis.reflection.wrapper.MapWrapper;
//
//import java.util.Map;
//
///**
// * 返回Map结果集,下划线转驼峰(去掉)
// */
//public class MybatisMapWrapper extends MapWrapper {
//
// public MybatisMapWrapper(MetaObject metaObject, Map<String, Object> map) {
// super(metaObject, map);
// }
//
// @Override
// public String findProperty(String name, boolean useCamelCaseMapping) {
//// if (useCamelCaseMapping && !StringUtils.isCamel(name)) {
//// return StringUtils.underlineToCamel(name);
//// }
// return name;
// }
//}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册