【8.3.0】【scanner】更新不需要解析的字段

pull/62/head
stylefeng 2024-08-07 16:51:02 +08:00
parent 564644b82e
commit e978fcde6e
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public interface ScannerConstants {
* *
*/ */
List<String> DONT_PARSE_FIELD = ListUtil.list(false, "serialVersionUID", "delFlag", "createTime", "createUser", "updateTime", List<String> DONT_PARSE_FIELD = ListUtil.list(false, "serialVersionUID", "delFlag", "createTime", "createUser", "updateTime",
"updateUser"); "updateUser", "versionFlag", "expandField");
/** /**
* validateGroups@Validateclass * validateGroups@Validateclass