Browse Source

新增最大公出日志列表

anderx 1 year ago
parent
commit
df0e8cf97c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/main/java/com/goafanti/order/bo/TOrderNewBo.java

+ 9 - 0
src/main/java/com/goafanti/order/bo/TOrderNewBo.java

@@ -46,6 +46,7 @@ public class TOrderNewBo extends TOrderNew{
 	private String oldSalesmanMobile;
 	private Integer projectType;
 	private Integer maxStatus;
+	private Double actualDuration;
 	private Integer dunType;
 	private Integer dunStatus;
 	private BigDecimal appropriationRatio;
@@ -111,6 +112,14 @@ public class TOrderNewBo extends TOrderNew{
 		this.maxStatus = maxStatus;
 	}
 
+	public Double getActualDuration() {
+		return actualDuration;
+	}
+
+	public void setActualDuration(Double actualDuration) {
+		this.actualDuration = actualDuration;
+	}
+
 	public String getTypeExplain() {
 		return typeExplain;
 	}