|
|
@@ -0,0 +1,160 @@
|
|
|
+package com.goafanti.order.bo;
|
|
|
+
|
|
|
+public class OutProjectStatistics {
|
|
|
+ private String distributionTime;
|
|
|
+ private String province;
|
|
|
+ private String depName;
|
|
|
+ private String salesmanName;
|
|
|
+ private String contractNo;
|
|
|
+ private String orderNo;
|
|
|
+ private String userName;
|
|
|
+ private String cname;
|
|
|
+ private String pname;
|
|
|
+ private String techName;
|
|
|
+ private String techDepName;
|
|
|
+ private String projectStatus;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ private String setUpStatus;
|
|
|
+ private String setUpTime;
|
|
|
+ private String spotCheckStatus;
|
|
|
+ private String contactMobile;
|
|
|
+ private String legalPersonTel;
|
|
|
+ private String certificateNumber;
|
|
|
+ private String declarationBatch;
|
|
|
+ private String commodityQuantity;
|
|
|
+ private String commodityPrice;
|
|
|
+
|
|
|
+
|
|
|
+ public String getSetUpStatus() {
|
|
|
+ return setUpStatus;
|
|
|
+ }
|
|
|
+ public void setSetUpStatus(String setUpStatus) {
|
|
|
+ this.setUpStatus = setUpStatus;
|
|
|
+ }
|
|
|
+ public String getSetUpTime() {
|
|
|
+ return setUpTime;
|
|
|
+ }
|
|
|
+ public void setSetUpTime(String setUpTime) {
|
|
|
+ this.setUpTime = setUpTime;
|
|
|
+ }
|
|
|
+ public String getSpotCheckStatus() {
|
|
|
+ return spotCheckStatus;
|
|
|
+ }
|
|
|
+ public void setSpotCheckStatus(String spotCheckStatus) {
|
|
|
+ this.spotCheckStatus = spotCheckStatus;
|
|
|
+ }
|
|
|
+ public String getContactMobile() {
|
|
|
+ return contactMobile;
|
|
|
+ }
|
|
|
+ public void setContactMobile(String contactMobile) {
|
|
|
+ this.contactMobile = contactMobile;
|
|
|
+ }
|
|
|
+ public String getLegalPersonTel() {
|
|
|
+ return legalPersonTel;
|
|
|
+ }
|
|
|
+ public void setLegalPersonTel(String legalPersonTel) {
|
|
|
+ this.legalPersonTel = legalPersonTel;
|
|
|
+ }
|
|
|
+ public String getCertificateNumber() {
|
|
|
+ return certificateNumber;
|
|
|
+ }
|
|
|
+ public void setCertificateNumber(String certificateNumber) {
|
|
|
+ this.certificateNumber = certificateNumber;
|
|
|
+ }
|
|
|
+ public String getDeclarationBatch() {
|
|
|
+ return declarationBatch;
|
|
|
+ }
|
|
|
+ public void setDeclarationBatch(String declarationBatch) {
|
|
|
+ this.declarationBatch = declarationBatch;
|
|
|
+ }
|
|
|
+ public String getCommodityQuantity() {
|
|
|
+ return commodityQuantity;
|
|
|
+ }
|
|
|
+ public void setCommodityQuantity(String commodityQuantity) {
|
|
|
+ this.commodityQuantity = commodityQuantity;
|
|
|
+ }
|
|
|
+ public String getCommodityPrice() {
|
|
|
+ return commodityPrice;
|
|
|
+ }
|
|
|
+ public void setCommodityPrice(String commodityPrice) {
|
|
|
+ this.commodityPrice = commodityPrice;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ public String getDistributionTime() {
|
|
|
+ return distributionTime;
|
|
|
+ }
|
|
|
+ public void setDistributionTime(String distributionTime) {
|
|
|
+ this.distributionTime = distributionTime;
|
|
|
+ }
|
|
|
+ public String getProvince() {
|
|
|
+ return province;
|
|
|
+ }
|
|
|
+ public void setProvince(String province) {
|
|
|
+ this.province = province;
|
|
|
+ }
|
|
|
+ public String getDepName() {
|
|
|
+ return depName;
|
|
|
+ }
|
|
|
+ public void setDepName(String depName) {
|
|
|
+ this.depName = depName;
|
|
|
+ }
|
|
|
+ public String getSalesmanName() {
|
|
|
+ return salesmanName;
|
|
|
+ }
|
|
|
+ public void setSalesmanName(String salesmanName) {
|
|
|
+ this.salesmanName = salesmanName;
|
|
|
+ }
|
|
|
+ public String getContractNo() {
|
|
|
+ return contractNo;
|
|
|
+ }
|
|
|
+ public void setContractNo(String contractNo) {
|
|
|
+ this.contractNo = contractNo;
|
|
|
+ }
|
|
|
+ public String getOrderNo() {
|
|
|
+ return orderNo;
|
|
|
+ }
|
|
|
+ public void setOrderNo(String orderNo) {
|
|
|
+ this.orderNo = orderNo;
|
|
|
+ }
|
|
|
+ public String getUserName() {
|
|
|
+ return userName;
|
|
|
+ }
|
|
|
+ public void setUserName(String userName) {
|
|
|
+ this.userName = userName;
|
|
|
+ }
|
|
|
+ public String getCname() {
|
|
|
+ return cname;
|
|
|
+ }
|
|
|
+ public void setCname(String cname) {
|
|
|
+ this.cname = cname;
|
|
|
+ }
|
|
|
+ public String getPname() {
|
|
|
+ return pname;
|
|
|
+ }
|
|
|
+ public void setPname(String pname) {
|
|
|
+ this.pname = pname;
|
|
|
+ }
|
|
|
+ public String getTechName() {
|
|
|
+ return techName;
|
|
|
+ }
|
|
|
+ public void setTechName(String techName) {
|
|
|
+ this.techName = techName;
|
|
|
+ }
|
|
|
+ public String getTechDepName() {
|
|
|
+ return techDepName;
|
|
|
+ }
|
|
|
+ public void setTechDepName(String techDepName) {
|
|
|
+ this.techDepName = techDepName;
|
|
|
+ }
|
|
|
+ public String getProjectStatus() {
|
|
|
+ return projectStatus;
|
|
|
+ }
|
|
|
+ public void setProjectStatus(String projectStatus) {
|
|
|
+ this.projectStatus = projectStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+}
|