|
@@ -13,28 +13,28 @@ public class AgriculturalDistributionNetwork extends DataEntity<AgriculturalDist
|
|
|
private String itemCode; //项目编码
|
|
|
private String itemName; //项目名称
|
|
|
private String itemType; // 项目类型
|
|
|
- private String FundAttribute; //资金属性
|
|
|
- private String MunicipalTerritory; //市级属地
|
|
|
- private String ItemAccountingCode;// 项目列帐单位编码
|
|
|
- private String Description; //项目列帐单位描述
|
|
|
- private String PlanSubmitter;//计划提报人
|
|
|
- private String ReportingUnit;//提报人单位
|
|
|
- private String CompanyDepartment;//对应省公司管理部门
|
|
|
- private String CategoryDescription;//大类描述
|
|
|
- private String MediumDescription;//中类描述
|
|
|
- private String SubclassDescription;//小类描述
|
|
|
- private String RequiredMaterialCode;//需求物料编码
|
|
|
- private String MaterialDescription;//物料描述
|
|
|
- private String ItemExtensionCode;//物料扩展编码
|
|
|
- private String MaterialExtensionDescription;//物料扩展描述
|
|
|
- private String BidSection;//标段
|
|
|
- private String SpecificationID;//电子商务平台技术规范书ID
|
|
|
- private String Company;//单位
|
|
|
- private String DemandQuantity;//需求数量
|
|
|
- private Double EstimatedPrice;//概算单价(元)
|
|
|
- private Double TotalPrice;//概算总价(元)
|
|
|
- private Date DeliveryDate;//交货日期
|
|
|
- private String RemarksPlan;//需求计划备注
|
|
|
+ private String fundAttribute; //资金属性
|
|
|
+ private String municipalTerritory; //市级属地
|
|
|
+ private String itemAccountingCode;// 项目列帐单位编码
|
|
|
+ private String description; //项目列帐单位描述
|
|
|
+ private String planSubmitter;//计划提报人
|
|
|
+ private String reportingUnit;//提报人单位
|
|
|
+ private String companyDepartment;//对应省公司管理部门
|
|
|
+ private String categoryDescription;//大类描述
|
|
|
+ private String mediumDescription;//中类描述
|
|
|
+ private String subclassDescription;//小类描述
|
|
|
+ private String requiredMaterialCode;//需求物料编码
|
|
|
+ private String materialDescription;//物料描述
|
|
|
+ private String itemExtensionCode;//物料扩展编码
|
|
|
+ private String materialExtensionDescription;//物料扩展描述
|
|
|
+ private String bidSection;//标段
|
|
|
+ private String specificationID;//电子商务平台技术规范书ID
|
|
|
+ private String company;//单位
|
|
|
+ private String demandQuantity;//需求数量
|
|
|
+ private Double estimatedPrice;//概算单价(元)
|
|
|
+ private Double totalPrice;//概算总价(元)
|
|
|
+ private Date deliveryDate;//交货日期
|
|
|
+ private String remarksPlan;//需求计划备注
|
|
|
|
|
|
@Override
|
|
|
public String toString() {
|
|
@@ -43,28 +43,28 @@ public class AgriculturalDistributionNetwork extends DataEntity<AgriculturalDist
|
|
|
", itemCode='" + itemCode + '\'' +
|
|
|
", itemName='" + itemName + '\'' +
|
|
|
", itemType='" + itemType + '\'' +
|
|
|
- ", FundAttribute='" + FundAttribute + '\'' +
|
|
|
- ", MunicipalTerritory='" + MunicipalTerritory + '\'' +
|
|
|
- ", ItemAccountingCode='" + ItemAccountingCode + '\'' +
|
|
|
- ", Description='" + Description + '\'' +
|
|
|
- ", PlanSubmitter='" + PlanSubmitter + '\'' +
|
|
|
- ", ReportingUnit='" + ReportingUnit + '\'' +
|
|
|
- ", CompanyDepartment='" + CompanyDepartment + '\'' +
|
|
|
- ", CategoryDescription='" + CategoryDescription + '\'' +
|
|
|
- ", MediumDescription='" + MediumDescription + '\'' +
|
|
|
- ", SubclassDescription='" + SubclassDescription + '\'' +
|
|
|
- ", RequiredMaterialCode='" + RequiredMaterialCode + '\'' +
|
|
|
- ", MaterialDescription='" + MaterialDescription + '\'' +
|
|
|
- ", ItemExtensionCode='" + ItemExtensionCode + '\'' +
|
|
|
- ", MaterialExtensionDescription='" + MaterialExtensionDescription + '\'' +
|
|
|
- ", BidSection='" + BidSection + '\'' +
|
|
|
- ", SpecificationID='" + SpecificationID + '\'' +
|
|
|
- ", Company='" + Company + '\'' +
|
|
|
- ", DemandQuantity='" + DemandQuantity + '\'' +
|
|
|
- ", EstimatedPrice=" + EstimatedPrice +
|
|
|
- ", TotalPrice=" + TotalPrice +
|
|
|
- ", DeliveryDate=" + DeliveryDate +
|
|
|
- ", RemarksPlan='" + RemarksPlan + '\'' +
|
|
|
+ ", FundAttribute='" + fundAttribute + '\'' +
|
|
|
+ ", MunicipalTerritory='" + municipalTerritory + '\'' +
|
|
|
+ ", ItemAccountingCode='" + itemAccountingCode + '\'' +
|
|
|
+ ", Description='" + description + '\'' +
|
|
|
+ ", PlanSubmitter='" + planSubmitter + '\'' +
|
|
|
+ ", ReportingUnit='" + reportingUnit + '\'' +
|
|
|
+ ", CompanyDepartment='" + companyDepartment + '\'' +
|
|
|
+ ", CategoryDescription='" + categoryDescription + '\'' +
|
|
|
+ ", MediumDescription='" + mediumDescription + '\'' +
|
|
|
+ ", SubclassDescription='" + subclassDescription + '\'' +
|
|
|
+ ", RequiredMaterialCode='" + requiredMaterialCode + '\'' +
|
|
|
+ ", MaterialDescription='" + materialDescription + '\'' +
|
|
|
+ ", ItemExtensionCode='" + itemExtensionCode + '\'' +
|
|
|
+ ", MaterialExtensionDescription='" + materialExtensionDescription + '\'' +
|
|
|
+ ", BidSection='" + bidSection + '\'' +
|
|
|
+ ", SpecificationID='" + specificationID + '\'' +
|
|
|
+ ", Company='" + company + '\'' +
|
|
|
+ ", DemandQuantity='" + demandQuantity + '\'' +
|
|
|
+ ", EstimatedPrice=" + estimatedPrice +
|
|
|
+ ", TotalPrice=" + totalPrice +
|
|
|
+ ", DeliveryDate=" + deliveryDate +
|
|
|
+ ", RemarksPlan='" + remarksPlan + '\'' +
|
|
|
'}';
|
|
|
}
|
|
|
|
|
@@ -102,178 +102,178 @@ public class AgriculturalDistributionNetwork extends DataEntity<AgriculturalDist
|
|
|
}
|
|
|
@ExcelField(title="资金属性", align=2, sort=5)
|
|
|
public String getFundAttribute() {
|
|
|
- return FundAttribute;
|
|
|
+ return fundAttribute;
|
|
|
}
|
|
|
|
|
|
public void setFundAttribute(String fundAttribute) {
|
|
|
- FundAttribute = fundAttribute;
|
|
|
+ this.fundAttribute = fundAttribute;
|
|
|
}
|
|
|
@ExcelField(title="市级属地", align=2, sort=6)
|
|
|
public String getMunicipalTerritory() {
|
|
|
- return MunicipalTerritory;
|
|
|
+ return municipalTerritory;
|
|
|
}
|
|
|
|
|
|
public void setMunicipalTerritory(String municipalTerritory) {
|
|
|
- MunicipalTerritory = municipalTerritory;
|
|
|
+ this.municipalTerritory = municipalTerritory;
|
|
|
}
|
|
|
@ExcelField(title="项目列帐单位编码", align=2, sort=7)
|
|
|
public String getItemAccountingCode() {
|
|
|
- return ItemAccountingCode;
|
|
|
+ return itemAccountingCode;
|
|
|
}
|
|
|
|
|
|
public void setItemAccountingCode(String itemAccountingCode) {
|
|
|
- ItemAccountingCode = itemAccountingCode;
|
|
|
+ this.itemAccountingCode = itemAccountingCode;
|
|
|
}
|
|
|
@ExcelField(title="项目列帐单位描述", align=2, sort=8)
|
|
|
public String getDescription() {
|
|
|
- return Description;
|
|
|
+ return description;
|
|
|
}
|
|
|
|
|
|
public void setDescription(String description) {
|
|
|
- Description = description;
|
|
|
+ this.description = description;
|
|
|
}
|
|
|
@ExcelField(title="计划提报人", align=2, sort=9)
|
|
|
public String getPlanSubmitter() {
|
|
|
- return PlanSubmitter;
|
|
|
+ return planSubmitter;
|
|
|
}
|
|
|
|
|
|
public void setPlanSubmitter(String planSubmitter) {
|
|
|
- PlanSubmitter = planSubmitter;
|
|
|
+ this.planSubmitter = planSubmitter;
|
|
|
}
|
|
|
@ExcelField(title="提报人单位", align=2, sort=10)
|
|
|
public String getReportingUnit() {
|
|
|
- return ReportingUnit;
|
|
|
+ return reportingUnit;
|
|
|
}
|
|
|
|
|
|
public void setReportingUnit(String reportingUnit) {
|
|
|
- ReportingUnit = reportingUnit;
|
|
|
+ this.reportingUnit = reportingUnit;
|
|
|
}
|
|
|
@ExcelField(title="对应省公司管理部门", align=2, sort=11)
|
|
|
public String getCompanyDepartment() {
|
|
|
- return CompanyDepartment;
|
|
|
+ return companyDepartment;
|
|
|
}
|
|
|
|
|
|
public void setCompanyDepartment(String companyDepartment) {
|
|
|
- CompanyDepartment = companyDepartment;
|
|
|
+ this.companyDepartment = companyDepartment;
|
|
|
}
|
|
|
@ExcelField(title="大类描述", align=2, sort=12)
|
|
|
public String getCategoryDescription() {
|
|
|
- return CategoryDescription;
|
|
|
+ return categoryDescription;
|
|
|
}
|
|
|
|
|
|
public void setCategoryDescription(String categoryDescription) {
|
|
|
- CategoryDescription = categoryDescription;
|
|
|
+ this.categoryDescription = categoryDescription;
|
|
|
}
|
|
|
@ExcelField(title="中类描述", align=2, sort=13)
|
|
|
public String getMediumDescription() {
|
|
|
- return MediumDescription;
|
|
|
+ return mediumDescription;
|
|
|
}
|
|
|
|
|
|
public void setMediumDescription(String mediumDescription) {
|
|
|
- MediumDescription = mediumDescription;
|
|
|
+ this.mediumDescription = mediumDescription;
|
|
|
}
|
|
|
@ExcelField(title="小类描述", align=2, sort=14)
|
|
|
public String getSubclassDescription() {
|
|
|
- return SubclassDescription;
|
|
|
+ return subclassDescription;
|
|
|
}
|
|
|
|
|
|
public void setSubclassDescription(String subclassDescription) {
|
|
|
- SubclassDescription = subclassDescription;
|
|
|
+ this.subclassDescription = subclassDescription;
|
|
|
}
|
|
|
@ExcelField(title="需求物料编码", align=2, sort=15)
|
|
|
public String getRequiredMaterialCode() {
|
|
|
- return RequiredMaterialCode;
|
|
|
+ return requiredMaterialCode;
|
|
|
}
|
|
|
|
|
|
public void setRequiredMaterialCode(String requiredMaterialCode) {
|
|
|
- RequiredMaterialCode = requiredMaterialCode;
|
|
|
+ this.requiredMaterialCode = requiredMaterialCode;
|
|
|
}
|
|
|
@ExcelField(title="物料描述", align=2, sort=16)
|
|
|
public String getMaterialDescription() {
|
|
|
- return MaterialDescription;
|
|
|
+ return materialDescription;
|
|
|
}
|
|
|
|
|
|
public void setMaterialDescription(String materialDescription) {
|
|
|
- MaterialDescription = materialDescription;
|
|
|
+ this.materialDescription = materialDescription;
|
|
|
}
|
|
|
@ExcelField(title="物料扩展编码", align=2, sort=17)
|
|
|
public String getItemExtensionCode() {
|
|
|
- return ItemExtensionCode;
|
|
|
+ return itemExtensionCode;
|
|
|
}
|
|
|
|
|
|
public void setItemExtensionCode(String itemExtensionCode) {
|
|
|
- ItemExtensionCode = itemExtensionCode;
|
|
|
+ this.itemExtensionCode = itemExtensionCode;
|
|
|
}
|
|
|
@ExcelField(title="物料扩展描述", align=2, sort=18)
|
|
|
public String getMaterialExtensionDescription() {
|
|
|
- return MaterialExtensionDescription;
|
|
|
+ return materialExtensionDescription;
|
|
|
}
|
|
|
|
|
|
public void setMaterialExtensionDescription(String materialExtensionDescription) {
|
|
|
- MaterialExtensionDescription = materialExtensionDescription;
|
|
|
+ this.materialExtensionDescription = materialExtensionDescription;
|
|
|
}
|
|
|
@ExcelField(title="标段", align=2, sort=19)
|
|
|
public String getBidSection() {
|
|
|
- return BidSection;
|
|
|
+ return bidSection;
|
|
|
}
|
|
|
|
|
|
public void setBidSection(String bidSection) {
|
|
|
- BidSection = bidSection;
|
|
|
+ this.bidSection = bidSection;
|
|
|
}
|
|
|
@ExcelField(title="电子商务平台技术规范书ID", align=2, sort=20)
|
|
|
public String getSpecificationID() {
|
|
|
- return SpecificationID;
|
|
|
+ return specificationID;
|
|
|
}
|
|
|
|
|
|
public void setSpecificationID(String specificationID) {
|
|
|
- SpecificationID = specificationID;
|
|
|
+ this.specificationID = specificationID;
|
|
|
}
|
|
|
@ExcelField(title="单位", align=2, sort=21)
|
|
|
public String getCompany() {
|
|
|
- return Company;
|
|
|
+ return company;
|
|
|
}
|
|
|
|
|
|
public void setCompany(String company) {
|
|
|
- Company = company;
|
|
|
+ this.company = company;
|
|
|
}
|
|
|
@ExcelField(title="需求数量", align=2, sort=22)
|
|
|
public String getDemandQuantity() {
|
|
|
- return DemandQuantity;
|
|
|
+ return demandQuantity;
|
|
|
}
|
|
|
|
|
|
public void setDemandQuantity(String demandQuantity) {
|
|
|
- DemandQuantity = demandQuantity;
|
|
|
+ this.demandQuantity = demandQuantity;
|
|
|
}
|
|
|
@ExcelField(title="概算单价", align=2, sort=23)
|
|
|
public Double getEstimatedPrice() {
|
|
|
- return EstimatedPrice;
|
|
|
+ return estimatedPrice;
|
|
|
}
|
|
|
|
|
|
public void setEstimatedPrice(Double estimatedPrice) {
|
|
|
- EstimatedPrice = estimatedPrice;
|
|
|
+ this.estimatedPrice = estimatedPrice;
|
|
|
}
|
|
|
@ExcelField(title="概算总价", align=2, sort=24)
|
|
|
public Double getTotalPrice() {
|
|
|
- return TotalPrice;
|
|
|
+ return totalPrice;
|
|
|
}
|
|
|
|
|
|
public void setTotalPrice(Double totalPrice) {
|
|
|
- TotalPrice = totalPrice;
|
|
|
+ this.totalPrice = totalPrice;
|
|
|
}
|
|
|
@ExcelField(title="交货日期", align=2, sort=25)
|
|
|
public Date getDeliveryDate() {
|
|
|
- return DeliveryDate;
|
|
|
+ return deliveryDate;
|
|
|
}
|
|
|
|
|
|
public void setDeliveryDate(Date deliveryDate) {
|
|
|
- DeliveryDate = deliveryDate;
|
|
|
+ this.deliveryDate = deliveryDate;
|
|
|
}
|
|
|
@ExcelField(title="需求计划备注", align=2, sort=26)
|
|
|
public String getRemarksPlan() {
|
|
|
- return RemarksPlan;
|
|
|
+ return remarksPlan;
|
|
|
}
|
|
|
|
|
|
public void setRemarksPlan(String remarksPlan) {
|
|
|
- RemarksPlan = remarksPlan;
|
|
|
+ this.remarksPlan = remarksPlan;
|
|
|
}
|
|
|
}
|