实体转换的bug

sql问题
This commit is contained in:
2024-04-11 14:51:44 +08:00
parent f71e1af823
commit ae61959743
5 changed files with 8 additions and 1 deletions

View File

@@ -176,6 +176,7 @@ public class JSONUtil {
/**
* @param list 某集合
* @param clazz 要转成的实体
* 需要在目标实体增加注解 忽略未知属性 @JsonIgnoreProperties(ignoreUnknown = true)
* @return
* @param <T>
*/