From 875779f6e1ef1416cf5d62134489d546ab59de2a Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期五, 24 十一月 2023 13:43:02 +0800 Subject: [PATCH] 集成校验关键属性重复,并记录编号关键属性 --- Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeBasicSec.java | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeBasicSec.java b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeBasicSec.java index bd66981..5c6d886 100644 --- a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeBasicSec.java +++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeBasicSec.java @@ -237,6 +237,16 @@ */ private String customCodeSerialClass; + + /** + * 鑷畾涔夌殑娴佹按绠楁硶绫� + */ + private String customCodeSerialClassText; + + /*** + * 鑷畾涔夋祦姘寸被鍨� + */ + private String customCodeSerialType; /** * 鏄惁鑷姩鍖归厤鍒嗙被鍊� */ @@ -285,4 +295,14 @@ */ private Integer serialDependOrder; + /** + * 鍓嶇紑 + */ + private String prefixCode; + + /** + * 鍚庣紑 + */ + private String suffixCode; + } -- Gitblit v1.9.3