报价结构化

This commit is contained in:
yss
2023-11-24 15:16:01 +08:00
parent f9691861da
commit 8ecd62bf63

View File

@ -380,7 +380,7 @@ public class ProjBaseInfoVO{
private String bidNumberIsDefinite; private String bidNumberIsDefinite;
@ApiModelProperty(value = "中标/中选分配比例") @ApiModelProperty(value = "中标/中选分配比例")
private List<ProjBidRatioInfoVO> projBidRatioInfoVoList = new ArrayList<>(); private List<ProjBidRatioInfoVO> projBidRatioInfoVOList = new ArrayList<>();
@ApiModelProperty(value = "中标/中选人数量") @ApiModelProperty(value = "中标/中选人数量")
private Integer bidDefiniteNumber; private Integer bidDefiniteNumber;