2024-07-24 10:19:38 +08:00
|
|
|
|
package com.ruoyi.bid.domain;
|
|
|
|
|
|
|
|
|
|
import com.ruoyi.common.annotation.DataName;
|
|
|
|
|
import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
|
|
|
import org.apache.commons.lang3.builder.ToStringStyle;
|
|
|
|
|
import com.ruoyi.common.annotation.Excel;
|
|
|
|
|
import com.ruoyi.common.core.domain.BaseEntity;
|
|
|
|
|
|
2024-07-26 17:11:36 +08:00
|
|
|
|
import java.lang.reflect.Field;
|
2024-07-24 10:19:38 +08:00
|
|
|
|
import java.util.Date;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 投标信息对象 bid
|
|
|
|
|
*
|
|
|
|
|
* @author ruoyi
|
|
|
|
|
* @date 2024-07-11
|
|
|
|
|
*/
|
|
|
|
|
public class Bid extends BaseEntity
|
|
|
|
|
{
|
|
|
|
|
/** */
|
|
|
|
|
private String bidId;
|
|
|
|
|
private String[] bidIds;
|
|
|
|
|
|
2024-07-26 17:11:36 +08:00
|
|
|
|
/** 投标单号 */
|
|
|
|
|
@Excel(name = "投标单号")
|
|
|
|
|
private String bidCode;
|
|
|
|
|
|
2024-07-24 10:19:38 +08:00
|
|
|
|
/** 标书编号 */
|
|
|
|
|
@Excel(name = "标书编号")
|
2024-07-26 17:11:36 +08:00
|
|
|
|
@DataName(name = "标书编号")
|
|
|
|
|
private String bidNumber;
|
2024-07-24 10:19:38 +08:00
|
|
|
|
|
|
|
|
|
/** 业务员账号 */
|
|
|
|
|
private String bidSalesmanCode;
|
|
|
|
|
|
|
|
|
|
/** 业务员编码 */
|
|
|
|
|
private String bidSalesmanBm;
|
|
|
|
|
|
|
|
|
|
/** 业务员 */
|
|
|
|
|
@Excel(name = "业务员")
|
|
|
|
|
private String bidSalesmanName;
|
|
|
|
|
|
|
|
|
|
/** 部门ID */
|
|
|
|
|
private String bidSalesmanDeptId;
|
|
|
|
|
|
|
|
|
|
/** 部门名称 */
|
|
|
|
|
private String bidSalesmanDeptName;
|
|
|
|
|
|
|
|
|
|
/** 是否报名 */
|
2024-07-26 17:11:36 +08:00
|
|
|
|
@DataName(name = "是否报名",readConverterExp="0=是,1=否")
|
2024-07-24 10:19:38 +08:00
|
|
|
|
private String bidHasRegistration;
|
|
|
|
|
|
|
|
|
|
/** 原报名编号 */
|
|
|
|
|
@Excel(name = "原报名编号")
|
|
|
|
|
@DataName(name = "原报名编号")
|
|
|
|
|
private String bidRegistrationNumber;
|
|
|
|
|
|
|
|
|
|
/** 开标日期 */
|
|
|
|
|
@Excel(name = "开标日期")
|
|
|
|
|
@DataName(name = "开标日期")
|
|
|
|
|
private String bidOpeningDate;
|
|
|
|
|
|
2024-07-26 17:11:36 +08:00
|
|
|
|
/** 网上报价(0-是/1-否) */
|
|
|
|
|
@Excel(name = "网上报价",dictType = "bid_online_quotation")
|
|
|
|
|
@DataName(name = "网上报价",readConverterExp="0=是,1=否")
|
2024-07-24 10:19:38 +08:00
|
|
|
|
private String bidOnlineQuotation;
|
|
|
|
|
|
|
|
|
|
/** 报价平台网址 */
|
|
|
|
|
@DataName(name = "报价平台网址")
|
|
|
|
|
private String bidWebsite;
|
|
|
|
|
|
|
|
|
|
/** 招标单位编码 */
|
|
|
|
|
private String bidTenderingUnitBm;
|
|
|
|
|
|
|
|
|
|
/** 招标单位 */
|
|
|
|
|
@Excel(name = "招标单位")
|
|
|
|
|
@DataName(name = "招标单位")
|
|
|
|
|
private String bidTenderingUnit;
|
|
|
|
|
|
|
|
|
|
/** 招标代理 */
|
|
|
|
|
@Excel(name = "招标代理")
|
|
|
|
|
@DataName(name = "招标代理")
|
|
|
|
|
private String bidAgency;
|
|
|
|
|
|
|
|
|
|
/** 项目名称 */
|
|
|
|
|
@Excel(name = "项目名称")
|
|
|
|
|
@DataName(name = "项目名称")
|
|
|
|
|
private String bidProject;
|
|
|
|
|
|
|
|
|
|
/** 授权代表 */
|
|
|
|
|
@Excel(name = "授权代表")
|
|
|
|
|
@DataName(name = "授权代表")
|
|
|
|
|
private String bidAuthorizedRepresentative;
|
|
|
|
|
|
|
|
|
|
/** 授权人联系方式 */
|
|
|
|
|
@DataName(name = "联系方式")
|
|
|
|
|
private String bidAuthorizedPhone;
|
|
|
|
|
|
|
|
|
|
/** 招标文件付款方式 */
|
|
|
|
|
@DataName(name = "招标文件付款方式")
|
|
|
|
|
private String bidFilePaymentMethod;
|
|
|
|
|
|
|
|
|
|
/** 投标付款偏差 */
|
|
|
|
|
@DataName(name = "投标付款偏差")
|
|
|
|
|
private String bidPaymentDeviation;
|
|
|
|
|
|
|
|
|
|
/** 是否铜价联动(0-是/1-否) */
|
|
|
|
|
@DataName(name = "是否铜价联动",readConverterExp="0=是,1=否")
|
|
|
|
|
private String bidCopperPriceLinkage;
|
|
|
|
|
|
|
|
|
|
/** 价格联动方式 */
|
|
|
|
|
@DataName(name = "价格联动方式")
|
|
|
|
|
private String bidPriceLinkageMethod;
|
|
|
|
|
|
|
|
|
|
/** 其他投标要求 */
|
|
|
|
|
@DataName(name = "其他投标要求")
|
|
|
|
|
private String bidOtherRequire;
|
|
|
|
|
|
|
|
|
|
/** 中标金额 */
|
|
|
|
|
@DataName(name = "中标金额")
|
|
|
|
|
private String bidWinningAmount;
|
|
|
|
|
|
|
|
|
|
/** 铜电缆金额 */
|
|
|
|
|
@DataName(name = "铜电缆金额")
|
|
|
|
|
private String bidCopperCableAmount;
|
|
|
|
|
|
|
|
|
|
/** 铝电缆金额 */
|
|
|
|
|
@DataName(name = "铝电缆金额")
|
|
|
|
|
private String bidAluminumCableAmount;
|
|
|
|
|
|
|
|
|
|
/** 开闭口(1-开口价/2-闭口价) */
|
|
|
|
|
@DataName(name = "开闭口",readConverterExp="1=开口价,2=闭口价")
|
|
|
|
|
private String bidOpenClose;
|
|
|
|
|
|
|
|
|
|
/** 调价通知 */
|
|
|
|
|
@DataName(name = "调价通知")
|
|
|
|
|
private String bidPriceAdjustmentNotice;
|
|
|
|
|
|
|
|
|
|
/** 投标有效期 */
|
|
|
|
|
@DataName(name = "投标有效期")
|
|
|
|
|
private String bidValidityPeriod;
|
|
|
|
|
|
|
|
|
|
/** 铜价 */
|
|
|
|
|
@DataName(name = "铜价")
|
|
|
|
|
private String bidTongPrice;
|
|
|
|
|
|
|
|
|
|
/** 铝价 */
|
|
|
|
|
@DataName(name = "铝价")
|
|
|
|
|
private String bidLvPrice;
|
|
|
|
|
|
|
|
|
|
/** 点数 */
|
|
|
|
|
@DataName(name = "点数")
|
|
|
|
|
private String bidDs;
|
|
|
|
|
|
|
|
|
|
/** 厂价 */
|
|
|
|
|
@DataName(name = "厂价")
|
|
|
|
|
private String bidFactoryPrice;
|
|
|
|
|
|
|
|
|
|
/** 投标价 */
|
|
|
|
|
@DataName(name = "投标价")
|
|
|
|
|
private String bidPrice;
|
|
|
|
|
|
|
|
|
|
/** 业务费结算 */
|
|
|
|
|
@DataName(name = "业务费结算")
|
|
|
|
|
private String bidBusinessSettlement;
|
|
|
|
|
|
|
|
|
|
/** 保证金 */
|
|
|
|
|
@DataName(name = "保证金")
|
|
|
|
|
private String bidBond;
|
|
|
|
|
|
|
|
|
|
/** 中标服务费 */
|
|
|
|
|
@DataName(name = "中标服务费")
|
|
|
|
|
private String bidWinningServiceFee;
|
|
|
|
|
|
|
|
|
|
/** 履约保证金 */
|
|
|
|
|
@DataName(name = "履约保证金")
|
|
|
|
|
private String bidPerformanceBond;
|
|
|
|
|
|
|
|
|
|
/** 交货期(工期) */
|
|
|
|
|
@DataName(name = "交货期")
|
|
|
|
|
private String bidDeliveryDate;
|
|
|
|
|
|
|
|
|
|
/** 质保期 */
|
|
|
|
|
@DataName(name = "质保期")
|
|
|
|
|
private String bidWarrantyPeriod;
|
|
|
|
|
|
|
|
|
|
/** 是否竞价(0-是/1-否) */
|
|
|
|
|
@DataName(name = "是否竞价",readConverterExp="0=是,1=否")
|
|
|
|
|
private String bidBidding;
|
|
|
|
|
|
|
|
|
|
/** 评标办法 */
|
|
|
|
|
@DataName(name = "评标办法")
|
|
|
|
|
private String bidEvaluationMethod;
|
|
|
|
|
|
|
|
|
|
/** 技术要求 */
|
|
|
|
|
@DataName(name = "技术要求")
|
|
|
|
|
private String bidTechnicalRequire;
|
|
|
|
|
|
|
|
|
|
/** 价格联动 */
|
|
|
|
|
@DataName(name = "价格联动")
|
|
|
|
|
private String bidPriceLinkage;
|
|
|
|
|
|
|
|
|
|
/** 付款方式 */
|
|
|
|
|
@DataName(name = "付款方式")
|
|
|
|
|
private String bidPaymentMethod;
|
|
|
|
|
|
|
|
|
|
/** 其余事项 */
|
|
|
|
|
@DataName(name = "其余事项")
|
|
|
|
|
private String bidOtherMatters;
|
|
|
|
|
|
|
|
|
|
/** 制标人 */
|
|
|
|
|
@Excel(name = "制标人")
|
|
|
|
|
@DataName(name = "制标人")
|
|
|
|
|
private String bidZbr;
|
|
|
|
|
|
|
|
|
|
/** 校对人 */
|
|
|
|
|
@Excel(name = "校对人")
|
|
|
|
|
@DataName(name = "校对人")
|
|
|
|
|
private String bidJdr;
|
|
|
|
|
|
|
|
|
|
/** 审核人 */
|
|
|
|
|
@Excel(name = "审核人")
|
|
|
|
|
@DataName(name = "审核人")
|
|
|
|
|
private String bidShr;
|
|
|
|
|
|
2024-07-26 17:11:36 +08:00
|
|
|
|
/** 投标经理确认 */
|
|
|
|
|
@DataName(name = "投标经理确认",readConverterExp="0=已确认,1=未确认")
|
|
|
|
|
private String bidConfirmStatus;
|
|
|
|
|
|
2024-07-24 10:19:38 +08:00
|
|
|
|
/** 提交状态 */
|
|
|
|
|
@Excel(name = "提交状态",dictType = "bid_approval_status")
|
|
|
|
|
@DataName(name = "提交状态",readConverterExp="0=待提交,1=协助中,2=已完成,3=已驳回,4=审批中")
|
|
|
|
|
private String bidApprovalStatus;
|
|
|
|
|
|
|
|
|
|
/** 有无中标通知书(0-是/1-否) */
|
|
|
|
|
@DataName(name = "有无中标通知书",readConverterExp="0=是,1=否")
|
|
|
|
|
private String bidNotificationAward;
|
|
|
|
|
|
|
|
|
|
/** 备注 */
|
|
|
|
|
@DataName(name = "备注")
|
|
|
|
|
private String bidRemark;
|
|
|
|
|
|
|
|
|
|
/** 驳回原因 */
|
|
|
|
|
@DataName(name = "反馈说明")
|
|
|
|
|
private String bidReturnRemark;
|
|
|
|
|
|
|
|
|
|
/** 创建人 */
|
|
|
|
|
private String createName;
|
|
|
|
|
|
|
|
|
|
/** 分派情况 0-已分派/1-未分派 */
|
|
|
|
|
@DataName(name = "分派情况",readConverterExp="0=已分派,1=未分派")
|
|
|
|
|
private String setReceiveUser;
|
|
|
|
|
|
|
|
|
|
/** 分派接收人 */
|
|
|
|
|
@DataName(name = "分派接收人账号")
|
|
|
|
|
private String receiveUserName;
|
|
|
|
|
@DataName(name = "分派接收人姓名")
|
|
|
|
|
private String receiveUserNickName;
|
|
|
|
|
|
|
|
|
|
/** 投标_投标状态 */
|
|
|
|
|
@DataName(name = "投标状态",readConverterExp="0=待投标,1=中标,2=未中标,3=流标,4=结果待定")
|
|
|
|
|
private String bidStatus;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** 技术协助 */
|
|
|
|
|
@DataName(name = "技术协助-协助状态",readConverterExp="0=待协助,1=协助中,2=已协助,3=已驳回")
|
|
|
|
|
private String bidJsxzApprovalStatus;//技术协助-协助状态
|
|
|
|
|
private String bidJsxzTechnicalRequirement;//技术协助-技术要求
|
|
|
|
|
private String[] bidJsxzGroup;//技术协助-分组
|
|
|
|
|
private String bidJsxzGroupValues;//技术协助-分组
|
|
|
|
|
private String bidJsxzConfirmId;//技术协助-技术确认单id
|
|
|
|
|
private String bidJsxzConfirmCode;//技术协助-技术确认单号
|
|
|
|
|
|
|
|
|
|
private String bidJsqrTlApprovalStatus;//技术协助-特缆协助状态
|
|
|
|
|
private String bidJsqrTlRemark;//技术协助-特缆协助说明
|
|
|
|
|
|
|
|
|
|
private String bidJsqrDyApprovalStatus;//技术协助-低压协助状态
|
|
|
|
|
private String bidJsqrDyRemark;//技术协助-低压协助说明
|
|
|
|
|
|
|
|
|
|
private String bidJsqrZyApprovalStatus;//技术协助-中压协助状态
|
|
|
|
|
private String bidJsqrZyRemark;//技术协助-中压协助说明
|
|
|
|
|
|
|
|
|
|
private String bidJsqrQtApprovalStatus;//技术协助-其他协助状态
|
|
|
|
|
private String bidJsqrQtRemark;//技术协助-其他协助说明
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** 核价 */
|
|
|
|
|
private String bidHjId;//核价单id
|
|
|
|
|
private String bidHjCode;//核价单号
|
|
|
|
|
@DataName(name = "核价协助状态",readConverterExp="0=待协助,1=协助中,2=已协助,3=已驳回")
|
|
|
|
|
private String bidHjApprovalStatus;//核价协助状态
|
|
|
|
|
private String bidHjPricingDate;//核价日期
|
|
|
|
|
private String bidHjRemark;//核价备注
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setBidId(String bidId)
|
|
|
|
|
{
|
|
|
|
|
this.bidId = bidId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidId()
|
|
|
|
|
{
|
|
|
|
|
return bidId;
|
|
|
|
|
}
|
|
|
|
|
public String[] getBidIds() { return bidIds; }
|
|
|
|
|
|
|
|
|
|
public void setBidIds(String[] bidIds) { this.bidIds = bidIds; }
|
|
|
|
|
public void setBidCode(String bidCode)
|
|
|
|
|
{
|
|
|
|
|
this.bidCode = bidCode;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidCode()
|
|
|
|
|
{
|
|
|
|
|
return bidCode;
|
|
|
|
|
}
|
2024-07-26 17:11:36 +08:00
|
|
|
|
public String getBidNumber() { return bidNumber; }
|
|
|
|
|
|
|
|
|
|
public void setBidNumber(String bidNumber) { this.bidNumber = bidNumber; }
|
2024-07-24 10:19:38 +08:00
|
|
|
|
public String getBidSalesmanCode() { return bidSalesmanCode; }
|
|
|
|
|
|
|
|
|
|
public void setBidSalesmanCode(String bidSalesmanCode) { this.bidSalesmanCode = bidSalesmanCode; }
|
|
|
|
|
public String getBidSalesmanBm() { return bidSalesmanBm; }
|
|
|
|
|
|
|
|
|
|
public void setBidSalesmanBm(String bidSalesmanBm) { this.bidSalesmanBm = bidSalesmanBm; }
|
|
|
|
|
public String getBidSalesmanName() { return bidSalesmanName; }
|
|
|
|
|
|
|
|
|
|
public void setBidSalesmanName(String bidSalesmanName) { this.bidSalesmanName = bidSalesmanName; }
|
|
|
|
|
public String getBidSalesmanDeptId() { return bidSalesmanDeptId; }
|
|
|
|
|
|
|
|
|
|
public void setBidSalesmanDeptId(String bidSalesmanDeptId) { this.bidSalesmanDeptId = bidSalesmanDeptId; }
|
|
|
|
|
public String getBidSalesmanDeptName() { return bidSalesmanDeptName; }
|
|
|
|
|
|
|
|
|
|
public void setBidSalesmanDeptName(String bidSalesmanDeptName) { this.bidSalesmanDeptName = bidSalesmanDeptName; }
|
|
|
|
|
public String getBidHasRegistration() { return bidHasRegistration; }
|
|
|
|
|
|
|
|
|
|
public void setBidHasRegistration(String bidHasRegistration) { this.bidHasRegistration = bidHasRegistration; }
|
|
|
|
|
public void setBidRegistrationNumber(String bidRegistrationNumber) { this.bidRegistrationNumber = bidRegistrationNumber; }
|
|
|
|
|
|
|
|
|
|
public String getBidRegistrationNumber()
|
|
|
|
|
{
|
|
|
|
|
return bidRegistrationNumber;
|
|
|
|
|
}
|
|
|
|
|
public void setBidOpeningDate(String bidOpeningDate)
|
|
|
|
|
{
|
|
|
|
|
this.bidOpeningDate = bidOpeningDate;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidOpeningDate()
|
|
|
|
|
{
|
|
|
|
|
return bidOpeningDate;
|
|
|
|
|
}
|
|
|
|
|
public void setBidOnlineQuotation(String bidOnlineQuotation)
|
|
|
|
|
{
|
|
|
|
|
this.bidOnlineQuotation = bidOnlineQuotation;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidOnlineQuotation()
|
|
|
|
|
{
|
|
|
|
|
return bidOnlineQuotation;
|
|
|
|
|
}
|
|
|
|
|
public void setBidWebsite(String bidWebsite)
|
|
|
|
|
{
|
|
|
|
|
this.bidWebsite = bidWebsite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidWebsite()
|
|
|
|
|
{
|
|
|
|
|
return bidWebsite;
|
|
|
|
|
}
|
|
|
|
|
public String getBidTenderingUnitBm() { return bidTenderingUnitBm; }
|
|
|
|
|
|
|
|
|
|
public void setBidTenderingUnitBm(String bidTenderingUnitBm) { this.bidTenderingUnitBm = bidTenderingUnitBm; }
|
|
|
|
|
public void setBidTenderingUnit(String bidTenderingUnit) { this.bidTenderingUnit = bidTenderingUnit; }
|
|
|
|
|
|
|
|
|
|
public String getBidTenderingUnit()
|
|
|
|
|
{
|
|
|
|
|
return bidTenderingUnit;
|
|
|
|
|
}
|
|
|
|
|
public void setBidAgency(String bidAgency)
|
|
|
|
|
{
|
|
|
|
|
this.bidAgency = bidAgency;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidAgency()
|
|
|
|
|
{
|
|
|
|
|
return bidAgency;
|
|
|
|
|
}
|
|
|
|
|
public void setBidProject(String bidProject)
|
|
|
|
|
{
|
|
|
|
|
this.bidProject = bidProject;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidProject()
|
|
|
|
|
{
|
|
|
|
|
return bidProject;
|
|
|
|
|
}
|
|
|
|
|
public void setBidAuthorizedRepresentative(String bidAuthorizedRepresentative) { this.bidAuthorizedRepresentative = bidAuthorizedRepresentative; }
|
|
|
|
|
|
|
|
|
|
public String getBidAuthorizedRepresentative()
|
|
|
|
|
{
|
|
|
|
|
return bidAuthorizedRepresentative;
|
|
|
|
|
}
|
|
|
|
|
public void setBidAuthorizedPhone(String bidAuthorizedPhone)
|
|
|
|
|
{
|
|
|
|
|
this.bidAuthorizedPhone = bidAuthorizedPhone;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidAuthorizedPhone()
|
|
|
|
|
{
|
|
|
|
|
return bidAuthorizedPhone;
|
|
|
|
|
}
|
|
|
|
|
public void setBidFilePaymentMethod(String bidFilePaymentMethod) { this.bidFilePaymentMethod = bidFilePaymentMethod; }
|
|
|
|
|
|
|
|
|
|
public String getBidFilePaymentMethod()
|
|
|
|
|
{
|
|
|
|
|
return bidFilePaymentMethod;
|
|
|
|
|
}
|
|
|
|
|
public void setBidPaymentDeviation(String bidPaymentDeviation)
|
|
|
|
|
{
|
|
|
|
|
this.bidPaymentDeviation = bidPaymentDeviation;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidPaymentDeviation()
|
|
|
|
|
{
|
|
|
|
|
return bidPaymentDeviation;
|
|
|
|
|
}
|
|
|
|
|
public void setBidCopperPriceLinkage(String bidCopperPriceLinkage) { this.bidCopperPriceLinkage = bidCopperPriceLinkage; }
|
|
|
|
|
|
|
|
|
|
public String getBidCopperPriceLinkage()
|
|
|
|
|
{
|
|
|
|
|
return bidCopperPriceLinkage;
|
|
|
|
|
}
|
|
|
|
|
public void setBidPriceLinkageMethod(String bidPriceLinkageMethod) { this.bidPriceLinkageMethod = bidPriceLinkageMethod; }
|
|
|
|
|
|
|
|
|
|
public String getBidPriceLinkageMethod()
|
|
|
|
|
{
|
|
|
|
|
return bidPriceLinkageMethod;
|
|
|
|
|
}
|
|
|
|
|
public void setBidOtherRequire(String bidOtherRequire)
|
|
|
|
|
{
|
|
|
|
|
this.bidOtherRequire = bidOtherRequire;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidOtherRequire()
|
|
|
|
|
{
|
|
|
|
|
return bidOtherRequire;
|
|
|
|
|
}
|
|
|
|
|
public void setBidWinningAmount(String bidWinningAmount) { this.bidWinningAmount = bidWinningAmount; }
|
|
|
|
|
|
|
|
|
|
public String getBidWinningAmount()
|
|
|
|
|
{
|
|
|
|
|
return bidWinningAmount;
|
|
|
|
|
}
|
|
|
|
|
public void setBidCopperCableAmount(String bidCopperCableAmount) { this.bidCopperCableAmount = bidCopperCableAmount; }
|
|
|
|
|
|
|
|
|
|
public String getBidCopperCableAmount()
|
|
|
|
|
{
|
|
|
|
|
return bidCopperCableAmount;
|
|
|
|
|
}
|
|
|
|
|
public void setBidAluminumCableAmount(String bidAluminumCableAmount) { this.bidAluminumCableAmount = bidAluminumCableAmount; }
|
|
|
|
|
|
|
|
|
|
public String getBidAluminumCableAmount()
|
|
|
|
|
{
|
|
|
|
|
return bidAluminumCableAmount;
|
|
|
|
|
}
|
|
|
|
|
public void setBidOpenClose(String bidOpenClose)
|
|
|
|
|
{
|
|
|
|
|
this.bidOpenClose = bidOpenClose;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidOpenClose()
|
|
|
|
|
{
|
|
|
|
|
return bidOpenClose;
|
|
|
|
|
}
|
|
|
|
|
public void setBidPriceAdjustmentNotice(String bidPriceAdjustmentNotice) { this.bidPriceAdjustmentNotice = bidPriceAdjustmentNotice; }
|
|
|
|
|
|
|
|
|
|
public String getBidPriceAdjustmentNotice() { return bidPriceAdjustmentNotice; }
|
|
|
|
|
public void setBidValidityPeriod(String bidValidityPeriod)
|
|
|
|
|
{
|
|
|
|
|
this.bidValidityPeriod = bidValidityPeriod;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidValidityPeriod()
|
|
|
|
|
{
|
|
|
|
|
return bidValidityPeriod;
|
|
|
|
|
}
|
|
|
|
|
public void setBidTongPrice(String bidTongPrice)
|
|
|
|
|
{
|
|
|
|
|
this.bidTongPrice = bidTongPrice;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidTongPrice()
|
|
|
|
|
{
|
|
|
|
|
return bidTongPrice;
|
|
|
|
|
}
|
|
|
|
|
public void setBidLvPrice(String bidLvPrice)
|
|
|
|
|
{
|
|
|
|
|
this.bidLvPrice = bidLvPrice;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidLvPrice()
|
|
|
|
|
{
|
|
|
|
|
return bidLvPrice;
|
|
|
|
|
}
|
|
|
|
|
public void setBidDs(String bidDs)
|
|
|
|
|
{
|
|
|
|
|
this.bidDs = bidDs;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidDs()
|
|
|
|
|
{
|
|
|
|
|
return bidDs;
|
|
|
|
|
}
|
|
|
|
|
public void setBidFactoryPrice(String bidFactoryPrice)
|
|
|
|
|
{
|
|
|
|
|
this.bidFactoryPrice = bidFactoryPrice;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidFactoryPrice()
|
|
|
|
|
{
|
|
|
|
|
return bidFactoryPrice;
|
|
|
|
|
}
|
|
|
|
|
public void setBidPrice(String bidPrice)
|
|
|
|
|
{
|
|
|
|
|
this.bidPrice = bidPrice;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidPrice()
|
|
|
|
|
{
|
|
|
|
|
return bidPrice;
|
|
|
|
|
}
|
|
|
|
|
public void setBidBusinessSettlement(String bidBusinessSettlement) { this.bidBusinessSettlement = bidBusinessSettlement; }
|
|
|
|
|
|
|
|
|
|
public String getBidBusinessSettlement()
|
|
|
|
|
{
|
|
|
|
|
return bidBusinessSettlement;
|
|
|
|
|
}
|
|
|
|
|
public void setBidBond(String bidBond)
|
|
|
|
|
{
|
|
|
|
|
this.bidBond = bidBond;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidBond()
|
|
|
|
|
{
|
|
|
|
|
return bidBond;
|
|
|
|
|
}
|
|
|
|
|
public void setBidWinningServiceFee(String bidWinningServiceFee) { this.bidWinningServiceFee = bidWinningServiceFee; }
|
|
|
|
|
|
|
|
|
|
public String getBidWinningServiceFee()
|
|
|
|
|
{
|
|
|
|
|
return bidWinningServiceFee;
|
|
|
|
|
}
|
|
|
|
|
public void setBidPerformanceBond(String bidPerformanceBond)
|
|
|
|
|
{
|
|
|
|
|
this.bidPerformanceBond = bidPerformanceBond;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidPerformanceBond()
|
|
|
|
|
{
|
|
|
|
|
return bidPerformanceBond;
|
|
|
|
|
}
|
|
|
|
|
public void setBidDeliveryDate(String bidDeliveryDate)
|
|
|
|
|
{
|
|
|
|
|
this.bidDeliveryDate = bidDeliveryDate;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidDeliveryDate()
|
|
|
|
|
{
|
|
|
|
|
return bidDeliveryDate;
|
|
|
|
|
}
|
|
|
|
|
public void setBidWarrantyPeriod(String bidWarrantyPeriod)
|
|
|
|
|
{
|
|
|
|
|
this.bidWarrantyPeriod = bidWarrantyPeriod;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidWarrantyPeriod()
|
|
|
|
|
{
|
|
|
|
|
return bidWarrantyPeriod;
|
|
|
|
|
}
|
|
|
|
|
public void setBidBidding(String bidBidding)
|
|
|
|
|
{
|
|
|
|
|
this.bidBidding = bidBidding;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidBidding()
|
|
|
|
|
{
|
|
|
|
|
return bidBidding;
|
|
|
|
|
}
|
|
|
|
|
public void setBidEvaluationMethod(String bidEvaluationMethod)
|
|
|
|
|
{
|
|
|
|
|
this.bidEvaluationMethod = bidEvaluationMethod;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidEvaluationMethod()
|
|
|
|
|
{
|
|
|
|
|
return bidEvaluationMethod;
|
|
|
|
|
}
|
|
|
|
|
public void setBidTechnicalRequire(String bidTechnicalRequire)
|
|
|
|
|
{
|
|
|
|
|
this.bidTechnicalRequire = bidTechnicalRequire;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidTechnicalRequire()
|
|
|
|
|
{
|
|
|
|
|
return bidTechnicalRequire;
|
|
|
|
|
}
|
|
|
|
|
public void setBidPriceLinkage(String bidPriceLinkage)
|
|
|
|
|
{
|
|
|
|
|
this.bidPriceLinkage = bidPriceLinkage;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidPriceLinkage()
|
|
|
|
|
{
|
|
|
|
|
return bidPriceLinkage;
|
|
|
|
|
}
|
|
|
|
|
public void setBidPaymentMethod(String bidPaymentMethod) { this.bidPaymentMethod = bidPaymentMethod; }
|
|
|
|
|
|
|
|
|
|
public String getBidPaymentMethod()
|
|
|
|
|
{
|
|
|
|
|
return bidPaymentMethod;
|
|
|
|
|
}
|
|
|
|
|
public void setBidOtherMatters(String bidOtherMatters)
|
|
|
|
|
{
|
|
|
|
|
this.bidOtherMatters = bidOtherMatters;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidOtherMatters() { return bidOtherMatters; }
|
|
|
|
|
public void setBidZbr(String bidZbr)
|
|
|
|
|
{
|
|
|
|
|
this.bidZbr = bidZbr;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidZbr() { return bidZbr; }
|
|
|
|
|
public void setBidJdr(String bidJdr)
|
|
|
|
|
{
|
|
|
|
|
this.bidJdr = bidJdr;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidJdr() { return bidJdr; }
|
|
|
|
|
public void setBidShr(String bidShr)
|
|
|
|
|
{
|
|
|
|
|
this.bidShr = bidShr;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidShr()
|
|
|
|
|
{
|
|
|
|
|
return bidShr;
|
|
|
|
|
}
|
2024-07-26 17:11:36 +08:00
|
|
|
|
public String getBidConfirmStatus() { return bidConfirmStatus; }
|
|
|
|
|
|
|
|
|
|
public void setBidConfirmStatus(String bidConfirmStatus) { this.bidConfirmStatus = bidConfirmStatus; }
|
2024-07-24 10:19:38 +08:00
|
|
|
|
public void setBidApprovalStatus(String bidApprovalStatus)
|
|
|
|
|
{
|
|
|
|
|
this.bidApprovalStatus = bidApprovalStatus;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getBidApprovalStatus()
|
|
|
|
|
{
|
|
|
|
|
return bidApprovalStatus;
|
|
|
|
|
}
|
|
|
|
|
public void setBidNotificationAward(String bidNotificationAward) { this.bidNotificationAward = bidNotificationAward; }
|
|
|
|
|
|
|
|
|
|
public String getBidNotificationAward()
|
|
|
|
|
{
|
|
|
|
|
return bidNotificationAward;
|
|
|
|
|
}
|
|
|
|
|
public String getBidRemark() {
|
|
|
|
|
return bidRemark;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setBidRemark(String bidRemark) {
|
|
|
|
|
this.bidRemark = bidRemark;
|
|
|
|
|
}
|
|
|
|
|
public String getBidReturnRemark() {
|
|
|
|
|
return bidReturnRemark;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setBidReturnRemark(String bidReturnRemark) {
|
|
|
|
|
this.bidReturnRemark = bidReturnRemark;
|
|
|
|
|
}
|
|
|
|
|
public String getCreateName() { return createName; }
|
|
|
|
|
|
|
|
|
|
public void setCreateName(String createName) { this.createName = createName; }
|
|
|
|
|
public String getSetReceiveUser() { return setReceiveUser; }
|
|
|
|
|
|
|
|
|
|
public void setSetReceiveUser(String setReceiveUser) { this.setReceiveUser = setReceiveUser; }
|
|
|
|
|
public String getReceiveUserName() { return receiveUserName; }
|
|
|
|
|
|
|
|
|
|
public void setReceiveUserName(String receiveUserName) { this.receiveUserName = receiveUserName; }
|
|
|
|
|
public String getReceiveUserNickName() { return receiveUserNickName; }
|
|
|
|
|
|
|
|
|
|
public void setReceiveUserNickName(String receiveUserNickName) { this.receiveUserNickName = receiveUserNickName; }
|
|
|
|
|
public String getBidStatus() { return bidStatus; }
|
|
|
|
|
|
|
|
|
|
public void setBidStatus(String bidStatus) { this.bidStatus = bidStatus; }
|
|
|
|
|
public String getBidJsxzApprovalStatus() { return bidJsxzApprovalStatus; }
|
|
|
|
|
|
|
|
|
|
public void setBidJsxzApprovalStatus(String bidJsxzApprovalStatus) { this.bidJsxzApprovalStatus = bidJsxzApprovalStatus; }
|
|
|
|
|
public String getBidJsxzTechnicalRequirement() { return bidJsxzTechnicalRequirement; }
|
|
|
|
|
|
|
|
|
|
public void setBidJsxzTechnicalRequirement(String bidJsxzTechnicalRequirement) {this.bidJsxzTechnicalRequirement = bidJsxzTechnicalRequirement; }
|
|
|
|
|
public String[] getBidJsxzGroup() { return bidJsxzGroup; }
|
|
|
|
|
|
|
|
|
|
public void setBidJsxzGroup(String[] bidJsxzGroup) { this.bidJsxzGroup = bidJsxzGroup; }
|
|
|
|
|
public String getBidJsxzGroupValues() { return bidJsxzGroupValues; }
|
|
|
|
|
|
|
|
|
|
public void setBidJsxzGroupValues(String bidJsxzGroupValues) { this.bidJsxzGroupValues = bidJsxzGroupValues; }
|
|
|
|
|
public String getBidJsxzConfirmId() { return bidJsxzConfirmId; }
|
|
|
|
|
|
|
|
|
|
public void setBidJsxzConfirmId(String bidJsxzConfirmId) { this.bidJsxzConfirmId = bidJsxzConfirmId; }
|
|
|
|
|
public String getBidJsxzConfirmCode() { return bidJsxzConfirmCode; }
|
|
|
|
|
|
|
|
|
|
public void setBidJsxzConfirmCode(String bidJsxzConfirmCode) { this.bidJsxzConfirmCode = bidJsxzConfirmCode; }
|
|
|
|
|
public String getBidJsqrTlApprovalStatus() { return bidJsqrTlApprovalStatus; }
|
|
|
|
|
|
|
|
|
|
public void setBidJsqrTlApprovalStatus(String bidJsqrTlApprovalStatus) { this.bidJsqrTlApprovalStatus = bidJsqrTlApprovalStatus; }
|
|
|
|
|
public String getBidJsqrTlRemark() { return bidJsqrTlRemark; }
|
|
|
|
|
|
|
|
|
|
public void setBidJsqrTlRemark(String bidJsqrTlRemark) { this.bidJsqrTlRemark = bidJsqrTlRemark; }
|
|
|
|
|
public String getBidJsqrDyApprovalStatus() { return bidJsqrDyApprovalStatus; }
|
|
|
|
|
|
|
|
|
|
public void setBidJsqrDyApprovalStatus(String bidJsqrDyApprovalStatus) { this.bidJsqrDyApprovalStatus = bidJsqrDyApprovalStatus; }
|
|
|
|
|
public String getBidJsqrDyRemark() { return bidJsqrDyRemark; }
|
|
|
|
|
|
|
|
|
|
public void setBidJsqrDyRemark(String bidJsqrDyRemark) { this.bidJsqrDyRemark = bidJsqrDyRemark; }
|
|
|
|
|
public String getBidJsqrZyApprovalStatus() { return bidJsqrZyApprovalStatus; }
|
|
|
|
|
|
|
|
|
|
public void setBidJsqrZyApprovalStatus(String bidJsqrZyApprovalStatus) { this.bidJsqrZyApprovalStatus = bidJsqrZyApprovalStatus; }
|
|
|
|
|
public String getBidJsqrZyRemark() { return bidJsqrZyRemark; }
|
|
|
|
|
|
|
|
|
|
public void setBidJsqrZyRemark(String bidJsqrZyRemark) { this.bidJsqrZyRemark = bidJsqrZyRemark; }
|
|
|
|
|
public String getBidJsqrQtApprovalStatus() { return bidJsqrQtApprovalStatus; }
|
|
|
|
|
|
|
|
|
|
public void setBidJsqrQtApprovalStatus(String bidJsqrQtApprovalStatus) { this.bidJsqrQtApprovalStatus = bidJsqrQtApprovalStatus; }
|
|
|
|
|
public String getBidJsqrQtRemark() { return bidJsqrQtRemark; }
|
|
|
|
|
|
|
|
|
|
public void setBidJsqrQtRemark(String bidJsqrQtRemark) { this.bidJsqrQtRemark = bidJsqrQtRemark; }
|
|
|
|
|
public String getBidHjId() { return bidHjId; }
|
|
|
|
|
|
|
|
|
|
public void setBidHjId(String bidHjId) { this.bidHjId = bidHjId; }
|
|
|
|
|
public String getBidHjCode() { return bidHjCode; }
|
|
|
|
|
|
|
|
|
|
public void setBidHjCode(String bidHjCode) { this.bidHjCode = bidHjCode; }
|
|
|
|
|
public String getBidHjApprovalStatus() { return bidHjApprovalStatus; }
|
|
|
|
|
|
|
|
|
|
public void setBidHjApprovalStatus(String bidHjApprovalStatus) { this.bidHjApprovalStatus = bidHjApprovalStatus; }
|
|
|
|
|
public String getBidHjPricingDate() { return bidHjPricingDate; }
|
|
|
|
|
|
|
|
|
|
public void setBidHjPricingDate(String bidHjPricingDate) { this.bidHjPricingDate = bidHjPricingDate; }
|
|
|
|
|
public String getBidHjRemark() { return bidHjRemark; }
|
|
|
|
|
|
|
|
|
|
public void setBidHjRemark(String bidHjRemark) { this.bidHjRemark = bidHjRemark; }
|
2024-07-26 17:11:36 +08:00
|
|
|
|
|
2024-07-24 10:19:38 +08:00
|
|
|
|
}
|