|
@@ -1,5 +1,7 @@
|
|
|
package com.jeeplus.modules.sg.picking.activiti.entity;
|
|
|
|
|
|
+import com.jeeplus.common.utils.excel.annotation.ExcelField;
|
|
|
+
|
|
|
/**
|
|
|
* 导出实体类
|
|
|
*/
|
|
@@ -63,7 +65,7 @@ public class CapitalExport {
|
|
|
//电商平台技术规范书ID
|
|
|
private String idOfCommerce;
|
|
|
|
|
|
-
|
|
|
+ @ExcelField(title="编号", align=2, sort=1)
|
|
|
public String getErpNumber() {
|
|
|
return erpNumber;
|
|
|
}
|
|
@@ -72,6 +74,7 @@ public class CapitalExport {
|
|
|
this.erpNumber = erpNumber;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="单体工程WBS编码", align=2, sort=2)
|
|
|
public String getProjectWbsNumber() {
|
|
|
return projectWbsNumber;
|
|
|
}
|
|
@@ -80,6 +83,7 @@ public class CapitalExport {
|
|
|
this.projectWbsNumber = projectWbsNumber;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="单体工程名称", align=2, sort=3)
|
|
|
public String getProjectName() {
|
|
|
return projectName;
|
|
|
}
|
|
@@ -88,6 +92,7 @@ public class CapitalExport {
|
|
|
this.projectName = projectName;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="WBS元素编码", align=2, sort=4)
|
|
|
public String getWbsNumber() {
|
|
|
return wbsNumber;
|
|
|
}
|
|
@@ -96,6 +101,7 @@ public class CapitalExport {
|
|
|
this.wbsNumber = wbsNumber;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="WBS描述", align=2, sort=5)
|
|
|
public String getWbsDescription() {
|
|
|
return wbsDescription;
|
|
|
}
|
|
@@ -104,6 +110,7 @@ public class CapitalExport {
|
|
|
this.wbsDescription = wbsDescription;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="设备序号", align=2, sort=6)
|
|
|
public String getDeviceSerialNumber() {
|
|
|
return deviceSerialNumber;
|
|
|
}
|
|
@@ -112,6 +119,7 @@ public class CapitalExport {
|
|
|
this.deviceSerialNumber = deviceSerialNumber;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="非安装设备标识", align=2, sort=7)
|
|
|
public String getIdentification() {
|
|
|
return identification;
|
|
|
}
|
|
@@ -120,6 +128,7 @@ public class CapitalExport {
|
|
|
this.identification = identification;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="建筑及线路资产标识", align=2, sort=8)
|
|
|
public String getBuildLines() {
|
|
|
return buildLines;
|
|
|
}
|
|
@@ -128,6 +137,7 @@ public class CapitalExport {
|
|
|
this.buildLines = buildLines;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="建筑及设备名称", align=2, sort=9)
|
|
|
public String getNameOfBuilding() {
|
|
|
return nameOfBuilding;
|
|
|
}
|
|
@@ -136,6 +146,7 @@ public class CapitalExport {
|
|
|
this.nameOfBuilding = nameOfBuilding;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="型号规格", align=2, sort=10)
|
|
|
public String getModelSpecification() {
|
|
|
return modelSpecification;
|
|
|
}
|
|
@@ -144,6 +155,7 @@ public class CapitalExport {
|
|
|
this.modelSpecification = modelSpecification;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="设备类型", align=2, sort=11)
|
|
|
public String getEquipmentType() {
|
|
|
return equipmentType;
|
|
|
}
|
|
@@ -152,6 +164,7 @@ public class CapitalExport {
|
|
|
this.equipmentType = equipmentType;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="SAP物料编码", align=2, sort=12)
|
|
|
public String getSapMaterialCode() {
|
|
|
return sapMaterialCode;
|
|
|
}
|
|
@@ -160,6 +173,7 @@ public class CapitalExport {
|
|
|
this.sapMaterialCode = sapMaterialCode;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="SAP物料扩展编码", align=2, sort=13)
|
|
|
public String getSapExtensionCode() {
|
|
|
return sapExtensionCode;
|
|
|
}
|
|
@@ -168,6 +182,7 @@ public class CapitalExport {
|
|
|
this.sapExtensionCode = sapExtensionCode;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="单位", align=2, sort=14)
|
|
|
public String getCompany() {
|
|
|
return company;
|
|
|
}
|
|
@@ -176,6 +191,7 @@ public class CapitalExport {
|
|
|
this.company = company;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="数量", align=2, sort=15)
|
|
|
public String getNumber() {
|
|
|
return number;
|
|
|
}
|
|
@@ -184,6 +200,7 @@ public class CapitalExport {
|
|
|
this.number = number;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="概算价格", align=2, sort=16)
|
|
|
public String getEstimatedPrice() {
|
|
|
return estimatedPrice;
|
|
|
}
|
|
@@ -192,6 +209,7 @@ public class CapitalExport {
|
|
|
this.estimatedPrice = estimatedPrice;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="需求日期", align=2, sort=17)
|
|
|
public String getDemandDate() {
|
|
|
return demandDate;
|
|
|
}
|
|
@@ -200,6 +218,7 @@ public class CapitalExport {
|
|
|
this.demandDate = demandDate;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="交货地点及交货方式", align=2, sort=18)
|
|
|
public String getDeliveryPlace() {
|
|
|
return deliveryPlace;
|
|
|
}
|
|
@@ -208,6 +227,7 @@ public class CapitalExport {
|
|
|
this.deliveryPlace = deliveryPlace;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="需求计划备注", align=2, sort=19)
|
|
|
public String getDemandPlan() {
|
|
|
return demandPlan;
|
|
|
}
|
|
@@ -216,6 +236,7 @@ public class CapitalExport {
|
|
|
this.demandPlan = demandPlan;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="需求部门", align=2, sort=20)
|
|
|
public String getDemandDepartment() {
|
|
|
return demandDepartment;
|
|
|
}
|
|
@@ -224,6 +245,7 @@ public class CapitalExport {
|
|
|
this.demandDepartment = demandDepartment;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="申请人", align=2, sort=21)
|
|
|
public String getApplicant() {
|
|
|
return applicant;
|
|
|
}
|
|
@@ -232,6 +254,7 @@ public class CapitalExport {
|
|
|
this.applicant = applicant;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title="电话号码", align=2, sort=22)
|
|
|
public String getPhoneNumber() {
|
|
|
return phoneNumber;
|
|
|
}
|
|
@@ -239,4 +262,67 @@ public class CapitalExport {
|
|
|
public void setPhoneNumber(String phoneNumber) {
|
|
|
this.phoneNumber = phoneNumber;
|
|
|
}
|
|
|
+
|
|
|
+ @ExcelField(title="前期厂家", align=2, sort=23)
|
|
|
+ public String getPreviousManufacturers() {
|
|
|
+ return previousManufacturers;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPreviousManufacturers(String previousManufacturers) {
|
|
|
+ this.previousManufacturers = previousManufacturers;
|
|
|
+ }
|
|
|
+
|
|
|
+ @ExcelField(title="自行采购标识", align=2, sort=24)
|
|
|
+ public String getSelfPurchaseIdentification() {
|
|
|
+ return selfPurchaseIdentification;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSelfPurchaseIdentification(String selfPurchaseIdentification) {
|
|
|
+ this.selfPurchaseIdentification = selfPurchaseIdentification;
|
|
|
+ }
|
|
|
+
|
|
|
+ @ExcelField(title="特殊采购标识", align=2, sort=25)
|
|
|
+ public String getSpecialPurchaseIdentification() {
|
|
|
+ return specialPurchaseIdentification;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSpecialPurchaseIdentification(String specialPurchaseIdentification) {
|
|
|
+ this.specialPurchaseIdentification = specialPurchaseIdentification;
|
|
|
+ }
|
|
|
+
|
|
|
+ @ExcelField(title="使用环境", align=2, sort=26)
|
|
|
+ public String getUseEnvironment() {
|
|
|
+ return useEnvironment;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUseEnvironment(String useEnvironment) {
|
|
|
+ this.useEnvironment = useEnvironment;
|
|
|
+ }
|
|
|
+
|
|
|
+ @ExcelField(title="合同草稿号", align=2, sort=27)
|
|
|
+ public String getContractNo() {
|
|
|
+ return contractNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setContractNo(String contractNo) {
|
|
|
+ this.contractNo = contractNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ @ExcelField(title="合同草稿行项目号", align=2, sort=28)
|
|
|
+ public String getItemNo() {
|
|
|
+ return itemNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setItemNo(String itemNo) {
|
|
|
+ this.itemNo = itemNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ @ExcelField(title="电商平台技术规范书ID", align=2, sort=29)
|
|
|
+ public String getIdOfCommerce() {
|
|
|
+ return idOfCommerce;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIdOfCommerce(String idOfCommerce) {
|
|
|
+ this.idOfCommerce = idOfCommerce;
|
|
|
+ }
|
|
|
}
|