From 27cddefb0cb28da699954ba1a1756d6bcabafbbe Mon Sep 17 00:00:00 2001
From: ludc <ludc@vci-tech.com>
Date: 星期三, 05 三月 2025 17:41:29 +0800
Subject: [PATCH] 集成申码接口调整:当码值按照约定传表名为空的业务场景下传null校验问题和码值组装问题。

---
 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