From 13ab812733c9d5ab26d5bed8297d92eff3980046 Mon Sep 17 00:00:00 2001 From: dxc Date: Mon, 17 Jan 2022 14:54:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E8=AF=84=E8=AF=84=E5=AE=A1=E5=AE=A4?= =?UTF-8?q?=E5=AE=9E=E4=BD=93=E5=A2=9E=E5=8A=A0=E8=AF=84=E5=AE=A1=E5=AE=A4?= =?UTF-8?q?=E5=BA=8F=E5=8F=B7=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/ebtp/project/feign/entity/AgainRoomVO.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/project/feign/entity/AgainRoomVO.java b/src/main/java/com/chinaunicom/mall/ebtp/project/feign/entity/AgainRoomVO.java index b4b684a..52ff6ae 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/project/feign/entity/AgainRoomVO.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/project/feign/entity/AgainRoomVO.java @@ -24,5 +24,8 @@ public class AgainRoomVO { @ApiModelProperty(value = "业务数据对象") private Map dataMap; + @ApiModelProperty(value = "重新评审的新的评审室排序") + private Integer newRoomSort; + }