test

博客园 首页 新随笔 联系 订阅 管理

2023年1月29日 #

摘要: /** * @author admin * @Description * 转大写 */ public class HashMapUpper<V> extends HashMap<String, V> { /** * 复写put方法,因为Mybatis底层给Map赋值就是调用的put方法 * * @p 阅读全文
posted @ 2023-01-29 11:24 testgogogo 阅读(117) 评论(0) 推荐(0) 编辑