|
@@ -7,9 +7,6 @@ public class InputOrderNewListBo {
|
|
|
private String orderNo;
|
|
private String orderNo;
|
|
|
private String starTime;
|
|
private String starTime;
|
|
|
private String endTime;
|
|
private String endTime;
|
|
|
- /**
|
|
|
|
|
- * 0 个人 1 营销员管理 2 驳回 3 特批 4 咨询师管理 5部门订单查询 6客服查询 7统计签单订单 8客户订单列表 9 复审订单 10 营销经理 11董事长特批
|
|
|
|
|
- */
|
|
|
|
|
private Integer specially;
|
|
private Integer specially;
|
|
|
private Integer approval;
|
|
private Integer approval;
|
|
|
/**
|
|
/**
|
|
@@ -20,10 +17,6 @@ public class InputOrderNewListBo {
|
|
|
private String contractNo;
|
|
private String contractNo;
|
|
|
private Integer outsource;
|
|
private Integer outsource;
|
|
|
private Integer liquidationStatus;
|
|
private Integer liquidationStatus;
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * 金额筛选 0=10万元以下, 1=10万~20万,2=20万~30万,3=30万~40万,4=40万以上
|
|
|
|
|
- */
|
|
|
|
|
private Integer amountStatus;
|
|
private Integer amountStatus;
|
|
|
private String contractStart;
|
|
private String contractStart;
|
|
|
private String contractEnd;
|
|
private String contractEnd;
|