From 98687fcedd5af6d923347dc380130397ac7ca678 Mon Sep 17 00:00:00 2001 From: dxc Date: Thu, 8 Apr 2021 09:24:51 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=9F=A5=E8=AF=A2=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E6=A0=87=E6=AE=B5=E4=BF=A1=E6=81=AF=E5=A2=9E=E5=8A=A0roomID?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ebtp/project/projectsection/entity/ProjectSectionVO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/entity/ProjectSectionVO.java b/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/entity/ProjectSectionVO.java index 3c16c0f..64f07e0 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/entity/ProjectSectionVO.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/entity/ProjectSectionVO.java @@ -85,7 +85,7 @@ public class ProjectSectionVO extends ProjectSection implements Serializable { private Integer roomSort; @ApiModelProperty(value = "评审室ID") - private Integer roomId; + private String roomId; @ApiModelProperty(value = "报名人数") private Long applyCount;