|
|
@@ -22,6 +22,9 @@ public class PurchaseVO { |
|
|
|
@ApiModelProperty("id") |
|
|
|
private Long id; |
|
|
|
|
|
|
|
@ApiModelProperty("标段名称") |
|
|
|
private String bidName; |
|
|
|
|
|
|
|
@ApiModelProperty("项目ID") |
|
|
|
private Long projectId; |
|
|
|
|
|
|
@@ -73,4 +76,7 @@ public class PurchaseVO { |
|
|
|
@ApiModelProperty("中标通知书") |
|
|
|
private String acceptanceLetter; |
|
|
|
|
|
|
|
@ApiModelProperty("预算执行确认书编号") |
|
|
|
private String budgetExecConfirmNo; |
|
|
|
|
|
|
|
} |