From 7e9203562933ffa67b36a5280fa9ccc32e9f4839 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 07 九月 2023 15:34:35 +0800 Subject: [PATCH] 前端代码打包 --- Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeRule.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeRule.java b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeRule.java index 02c3ee5..abccfd4 100644 --- a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeRule.java +++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeRule.java @@ -66,4 +66,9 @@ @NotBlank(message = "瑙勫垯渚濇嵁涓嶈兘涓虹┖") private String accordingTo; + /** + * 鍩虹鐮佹鐨勭爜娈电被鍨嬮『搴忔嫾鎺ヨ�屾垚鐨勫瓧绗︿覆 + */ + private String basicSecTypes; + } -- Gitblit v1.9.3