Browse Source

会员进度详情修改

anderx 1 year ago
parent
commit
70ec4bc363
1 changed files with 121 additions and 0 deletions
  1. 121 0
      src/main/java/com/goafanti/techproject/bo/InputTaskDetailsBo.java

+ 121 - 0
src/main/java/com/goafanti/techproject/bo/InputTaskDetailsBo.java

@@ -69,6 +69,127 @@ public class InputTaskDetailsBo {
     private Integer pageSize;
     private Integer pageNo;
 
+
+    public String getConsultantName() {
+        return consultantName;
+    }
+
+    public void setConsultantName(String consultantName) {
+        this.consultantName = consultantName;
+    }
+
+    public String getContractNo() {
+        return contractNo;
+    }
+
+    public void setContractNo(String contractNo) {
+        this.contractNo = contractNo;
+    }
+
+    public String getServiceYear() {
+        return serviceYear;
+    }
+
+    public void setServiceYear(String serviceYear) {
+        this.serviceYear = serviceYear;
+    }
+
+    public String getProjectDebtorName() {
+        return projectDebtorName;
+    }
+
+    public void setProjectDebtorName(String projectDebtorName) {
+        this.projectDebtorName = projectDebtorName;
+    }
+
+    public String getProjectStatus() {
+        return projectStatus;
+    }
+
+    public void setProjectStatus(String projectStatus) {
+        this.projectStatus = projectStatus;
+    }
+
+    public String getOutSourcingStatus() {
+        return outSourcingStatus;
+    }
+
+    public void setOutSourcingStatus(String outSourcingStatus) {
+        this.outSourcingStatus = outSourcingStatus;
+    }
+
+    public String getUpdateTime() {
+        return updateTime;
+    }
+
+    public void setUpdateTime(String updateTime) {
+        this.updateTime = updateTime;
+    }
+
+    public String getProgress() {
+        return progress;
+    }
+
+    public void setProgress(String progress) {
+        this.progress = progress;
+    }
+
+    public String getApplicationLevel() {
+        return applicationLevel;
+    }
+
+    public void setApplicationLevel(String applicationLevel) {
+        this.applicationLevel = applicationLevel;
+    }
+
+    public String getHtStatus() {
+        return htStatus;
+    }
+
+    public void setHtStatus(String htStatus) {
+        this.htStatus = htStatus;
+    }
+
+    public Integer getFinalSettlementStatus() {
+        return finalSettlementStatus;
+    }
+
+    public void setFinalSettlementStatus(Integer finalSettlementStatus) {
+        this.finalSettlementStatus = finalSettlementStatus;
+    }
+
+    public Integer getAdDeliverStatus() {
+        return adDeliverStatus;
+    }
+
+    public void setAdDeliverStatus(Integer adDeliverStatus) {
+        this.adDeliverStatus = adDeliverStatus;
+    }
+
+    public Integer getTorchStatus() {
+        return torchStatus;
+    }
+
+    public void setTorchStatus(Integer torchStatus) {
+        this.torchStatus = torchStatus;
+    }
+
+    public Integer getStatisticsStatus() {
+        return statisticsStatus;
+    }
+
+    public void setStatisticsStatus(Integer statisticsStatus) {
+        this.statisticsStatus = statisticsStatus;
+    }
+
+    public Integer getChStatus() {
+        return chStatus;
+    }
+
+    public void setChStatus(Integer chStatus) {
+        this.chStatus = chStatus;
+    }
+
     public String getUserName() {
         return userName;
     }