Commit e6086ea5 by 姜海波

Merge remote-tracking branch 'remotes/origin/feature-2020/5/7-1.9.22-售后ES查询增加阶段条件-海波'

parents 6bdbb7e6 3d1b3ab1
......@@ -61,5 +61,8 @@ public class QueryAfterSalesOrderConditionsReq {
// "每页条目数量,默认10条")
private Integer pageSize;
//售后单阶段类型 1:售前 2:售中 3:售后
private Byte afterSalesStageType;
protected Integer ver;
}
......@@ -76,5 +76,6 @@ public class AfterSalesOrderResp {
private String updateTime;
//重量
private Integer weight;
//售后单阶段类型 1:售前 2:售中 3:售后
private Byte afterSalesStageType;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment