报价结构化
This commit is contained in:
@ -263,12 +263,14 @@ public class ProjectSection extends BaseEntity implements Serializable {
|
||||
@ApiModelProperty(value = "中标/中选人数量是否明确 0否;1是")
|
||||
private String bidNumberIsDefinite;
|
||||
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "中标/中选分配比例")
|
||||
private List<BidRatio> projBidRatioInfoVoList = new ArrayList<>();
|
||||
|
||||
@ApiModelProperty(value = "中标/中选人数量")
|
||||
private Integer bidDefiniteNumber;
|
||||
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "物料信息")
|
||||
private List<SectionMaterial> materialList = new ArrayList<>();
|
||||
}
|
||||
|
Reference in New Issue
Block a user