From 554874a4bec50d7e29f256f8930ef4f521a5f1ac Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 28 七月 2023 10:59:36 +0800
Subject: [PATCH] 提交代码

---
 Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeRule.java |   11 +++++++++++
 1 files changed, 11 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 f622bdd..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
@@ -60,4 +60,15 @@
 	 */
 	private String description;
 
+	/**
+	 * 渚濇嵁
+	 */
+	@NotBlank(message = "瑙勫垯渚濇嵁涓嶈兘涓虹┖")
+	private String accordingTo;
+
+	/**
+	 * 鍩虹鐮佹鐨勭爜娈电被鍨嬮『搴忔嫾鎺ヨ�屾垚鐨勫瓧绗︿覆
+	 */
+	private String basicSecTypes;
+
 }

--
Gitblit v1.9.3