Commit 3d1b3ab1 by 姜海波

增加售后阶段

parent 206c3f1d
......@@ -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