From e6417d02b3a2466459047e77fa3bd6e124fc4496 Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期二, 05 九月 2023 17:15:42 +0800 Subject: [PATCH] 在cols中加入里面是否显示表识提供给前端显示控制 --- Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeReferConfig.java | 2 +- 1 files changed, 1 insertions(+), 1 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 4254e91..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 @@ -100,7 +100,7 @@ /** * 姣忛〉鏄剧ず鏉℃暟 */ - private String limit; + private Integer limit; /** * 鎺掑簭瀛楁 -- Gitblit v1.9.3