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;