From ff13957c5d2d3cc037fea9009feddaaa609f699e Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期五, 10 十一月 2023 16:07:22 +0800 Subject: [PATCH] 1、标准申请界面查询页面控件将传递过来的默认值渲染上返回给前端。 --- 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 abccfd4..da6fbfe 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 @@ -71,4 +71,9 @@ */ private String basicSecTypes; + /** + * 鎵�鏈夎�呭湪鐣岄潰鏄剧ず鍐呭锛堣处鍙凤紙鐢ㄦ埛鍚嶏級锛� + */ + private String ownerText; + } -- Gitblit v1.9.3