From dfe289c118ac511da2e892e03c0adb62fb6ff7ad Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 16 十一月 2023 11:10:22 +0800 Subject: [PATCH] 提交代码 --- Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeBasicSec.java | 16 ++++++++++++++++ 1 files changed, 16 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..3ef8c4f 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,12 @@ */ private String customCodeSerialClass; + + /** + * 鑷畾涔夌殑娴佹按绠楁硶绫� + */ + private String customCodeSerialClassText; + /** * 鏄惁鑷姩鍖归厤鍒嗙被鍊� */ @@ -285,4 +291,14 @@ */ private Integer serialDependOrder; + /** + * 鍓嶇紑 + */ + private String prefixCode; + + /** + * 鍚庣紑 + */ + private String suffixCode; + } -- Gitblit v1.9.3