From 22c1eb1ce515eca32b76beeec312b8fa610f6f74 Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期二, 08 十月 2024 11:22:59 +0800 Subject: [PATCH] Merge branch 'dev' of http://nonxin.cn:8090/r/product/product-server-mobile-core/V2.0.0 into dev --- src/main/java/com/product/mobile/core/entity/FaceFieldEntity.java | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/product/mobile/core/entity/FaceFieldEntity.java b/src/main/java/com/product/mobile/core/entity/FaceFieldEntity.java index 4afe58e..66593ab 100644 --- a/src/main/java/com/product/mobile/core/entity/FaceFieldEntity.java +++ b/src/main/java/com/product/mobile/core/entity/FaceFieldEntity.java @@ -92,7 +92,21 @@ private String type; private String length; + + /** + * 闅愯棌 1=鏄紝0=鍚� + */ + private String hidden; + + public String getHidden() { + return hidden; + } + + + public void setHidden(String hidden) { + this.hidden = hidden; + } private Map<String, Object> otherParams = new HashMap<>(); public String getType() { -- Gitblit v1.9.2