From 9b4433fddf5b401edb0aace8a404ac733b122702 Mon Sep 17 00:00:00 2001
From: 田源 <tianyuan@vci-tech.com>
Date: 星期四, 03 四月 2025 14:35:02 +0800
Subject: [PATCH] 添加非密字段显示

---
 Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/vo/DockingPreMetaAttrVO.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/vo/DockingPreMetaAttrVO.java b/Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/vo/DockingPreMetaAttrVO.java
index 2fcba9a..7073920 100644
--- a/Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/vo/DockingPreMetaAttrVO.java
+++ b/Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/vo/DockingPreMetaAttrVO.java
@@ -15,10 +15,12 @@
 	 * 涓枃鍚嶇О
 	 */
 	private  String chineseName;
+
 	/***
 	 * 鑻辨枃鍚嶇О
 	 */
 	private String englishName;
+
 	/***
 	 * 瀛楁绫诲瀷
 	 */
@@ -30,6 +32,7 @@
 	 * 鍙栧�艰寖鍥�
 	 */
 	private  String range;
+
 	/***
 	 * 鐖跺睘鎬�
 	 */
@@ -39,10 +42,12 @@
 	 * 闆嗗洟鍒嗙被id
 	 */
 	private String sourceClassifyId;
+
 	/**
 	 * 瑙嗗浘妯″瀷id
 	 */
 	private String viewModelId;
+
 	/***
 	 * 榛樿鍊�
 	 */
@@ -134,4 +139,5 @@
 			", defaultValue='" + defaultValue + '\'' +
 			'}';
 	}
+
 }

--
Gitblit v1.9.3