Commit 7a17f668 authored by liuzeheng's avatar liuzeheng

我的订单、部门订单等列表支持订单类型多个筛选

parent a3f27548
......@@ -65,7 +65,7 @@ public class OrderQueryDTO {
private Long channelId;
@ApiModelProperty(value = "订单类型筛选条件:0 普通订单 1 集运服务 2 海外仓")
private String type;
private List<String> type;
@ApiModelProperty(value = "订单类型:1 普货 2 重货 3 泡货")
private Integer orderType;
......
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