摘要:
* 枚举转map */ public static Map<String, String> maintainEnumToMap() { return Arrays .stream(FormEnum.MaintainParam.values()) .collect(Collectors.toMap(F 阅读全文
posted @ 2021-11-23 09:44
Ash灬
阅读(496)
评论(0)
推荐(0)
摘要:
org.apache.commons.beanutils.ConversionException: No value specified for 'BigDecimal'解决方案 调用 org.apache.commons.beanutils.BeanUtils.populate map 转list 阅读全文
posted @ 2021-11-11 14:38
Ash灬
阅读(218)
评论(0)
推荐(0)