From 8ef9e366be48dc5e8e52617ea8ed48b37a0e1f74 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 29 二月 2024 14:33:58 +0800 Subject: [PATCH] 在线部署功能上传,标准申请接口bug修改 --- Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeClassify.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeClassify.java b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeClassify.java index 951a8d2..f882c6a 100644 --- a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeClassify.java +++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeClassify.java @@ -89,9 +89,9 @@ private String codeResembleRuleOid; /** - * 鏄惁鍙備笌鏍¢獙锛�0:鍙備笌;1:涓嶅弬涓� + * 鏄惁鍙備笌鏍¢獙锛�0:涓嶅弬涓�;1:鍙備笌 */ - private String isParticipateCheck; + private Integer isParticipateCheck; /** * 鐩镐技椤规煡璇㈣鍒欏悕绉� -- Gitblit v1.9.3