From b9fbda4915fc018b4ac5ec69c9018a1b7ad60230 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期三, 16 八月 2023 10:11:11 +0800 Subject: [PATCH] 修改枚举注入和申请页面bug --- Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeReferConfig.java | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeReferConfig.java b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeReferConfig.java index 1341066..d388e8d 100644 --- a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeReferConfig.java +++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeReferConfig.java @@ -32,11 +32,6 @@ */ private static final long serialVersionUID = 957685333614390234L; -// /** -// * 绉熸埛ID -// */ -// private String tenantId; - /** * 鍙傜収鐨勪笟鍔$被鍨� */ @@ -105,7 +100,7 @@ /** * 姣忛〉鏄剧ず鏉℃暟 */ - private String limit; + private Integer limit; /** * 鎺掑簭瀛楁 -- Gitblit v1.9.3