From 4ab5b59853ced6334450d359a3dee629afc2212c Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 16 四月 2024 20:14:56 +0800
Subject: [PATCH] 集团属性池映射界面代码完善

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

diff --git a/Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/entity/DockingPreMetaAttr.java b/Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/entity/DockingPreMetaAttr.java
index 4879628..1c79612 100644
--- a/Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/entity/DockingPreMetaAttr.java
+++ b/Source/UBCS/ubcs-service-api/ubcs-applyjtcodeservice-api/src/main/java/com/vci/ubcs/code/applyjtcodeservice/entity/DockingPreMetaAttr.java
@@ -19,11 +19,13 @@
 	 */
 	@ApiModelProperty(value = "涓枃鍚嶇О")
 	private  String chineseName;
+
 	/***
 	 * 鑻辨枃鍚嶇О
 	 */
 	@ApiModelProperty(value = "闆嗗洟鍒嗙被涓婚敭")
 	private String englishName;
+
 	/***
 	 * 灞炴�у瓧娈电被鍨�
 	 */
@@ -37,7 +39,8 @@
 	 * 鍙栧�艰寖鍥�
 	 */
 	@ApiModelProperty(value = "鍙栧�艰寖鍥�")
-	private  String range;
+	private String range;
+
 	/***
 	 * 鐖跺睘鎬�
 	 */
@@ -50,12 +53,14 @@
 	@ApiModelProperty(value = "闆嗗洟鍒嗙被涓婚敭")
 	@TableField(value = "sourceClsfId")
 	private String sourceClassifyId;
+
 	/**
 	 * 瑙嗗浘妯″瀷id
 	 */
 	@ApiModelProperty(value = "瑙嗗浘妯″瀷涓婚敭")
 	@TableField(value = "viewModeId")
 	private String viewModelId;
+
 	/***
 	 * 榛樿鍊�
 	 */

--
Gitblit v1.9.3