报价结构化
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user