From 8ecd62bf63c38852bc12d070a83087bc2b78febf Mon Sep 17 00:00:00 2001 From: yss <17921@qq.com> Date: Fri, 24 Nov 2023 15:16:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E4=BB=B7=E7=BB=93=E6=9E=84=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project/projectentrust/entity/ebpentity/ProjBaseInfoVO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/project/projectentrust/entity/ebpentity/ProjBaseInfoVO.java b/src/main/java/com/chinaunicom/mall/ebtp/project/projectentrust/entity/ebpentity/ProjBaseInfoVO.java index 3d91e99..b57405a 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/project/projectentrust/entity/ebpentity/ProjBaseInfoVO.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/project/projectentrust/entity/ebpentity/ProjBaseInfoVO.java @@ -380,7 +380,7 @@ public class ProjBaseInfoVO{ private String bidNumberIsDefinite; @ApiModelProperty(value = "中标/中选分配比例") - private List projBidRatioInfoVoList = new ArrayList<>(); + private List projBidRatioInfoVOList = new ArrayList<>(); @ApiModelProperty(value = "中标/中选人数量") private Integer bidDefiniteNumber;