Browse Source

项目详情新增数据输入

anderx 2 weeks ago
parent
commit
704014b41d
1 changed files with 34 additions and 0 deletions
  1. 34 0
      src/main/java/com/goafanti/order/bo/TOrderTaskDetailBo.java

+ 34 - 0
src/main/java/com/goafanti/order/bo/TOrderTaskDetailBo.java

@@ -129,6 +129,40 @@ public class TOrderTaskDetailBo {
 	private Integer satisfactionDegree;
 	private String satisfactionDegreeUrl;
 
+	private Integer nda; private String ndaUrl;private Integer breachClause ; private String breachClauseUrl;
+
+	public Integer getNda() {
+		return nda;
+	}
+
+	public void setNda(Integer nda) {
+		this.nda = nda;
+	}
+
+	public String getNdaUrl() {
+		return ndaUrl;
+	}
+
+	public void setNdaUrl(String ndaUrl) {
+		this.ndaUrl = ndaUrl;
+	}
+
+	public Integer getBreachClause() {
+		return breachClause;
+	}
+
+	public void setBreachClause(Integer breachClause) {
+		this.breachClause = breachClause;
+	}
+
+	public String getBreachClauseUrl() {
+		return breachClauseUrl;
+	}
+
+	public void setBreachClauseUrl(String breachClauseUrl) {
+		this.breachClauseUrl = breachClauseUrl;
+	}
+
 	public Integer getScoreStatus() {
 		return scoreStatus;
 	}