|
|
@@ -45,6 +45,7 @@ public class TOrderNewBo extends TOrderNew{
|
|
|
private String oldSalesmanName;
|
|
|
private String oldSalesmanMobile;
|
|
|
private Integer projectType;
|
|
|
+ private Integer maxStatus;
|
|
|
private Integer dunType;
|
|
|
private Integer dunStatus;
|
|
|
private BigDecimal appropriationRatio;
|
|
|
@@ -101,6 +102,15 @@ public class TOrderNewBo extends TOrderNew{
|
|
|
|
|
|
private String type;
|
|
|
|
|
|
+
|
|
|
+ public Integer getMaxStatus() {
|
|
|
+ return maxStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMaxStatus(Integer maxStatus) {
|
|
|
+ this.maxStatus = maxStatus;
|
|
|
+ }
|
|
|
+
|
|
|
public String getTypeExplain() {
|
|
|
return typeExplain;
|
|
|
}
|