|
|
@@ -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;
|
|
|
}
|