招投标

This commit is contained in:
gaoxiong 2025-07-28 23:35:44 +08:00 committed by cuizhibin
parent 47fb031221
commit 0a446e5f66
1 changed files with 6 additions and 0 deletions

View File

@ -42,4 +42,10 @@ public class TenderInfoResp extends TenderInfoReq implements Serializable {
@ApiModelProperty("投标负责人姓名")
private String tenderManagerName;
@ApiModelProperty("投标文件地址")
private String attachPath;
@ApiModelProperty("投标负责人姓名")
private String tenderManagerName;
}