mirror of https://gitee.com/stylefeng/roses
【8.3.0】【scanner】更新不需要解析的字段
parent
564644b82e
commit
e978fcde6e
|
@ -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字段的标识,@Validate注解,不带class类时候的标识
|
* 用在为validateGroups字段的标识,@Validate注解,不带class类时候的标识
|
||||||
|
|
Loading…
Reference in New Issue