Commit 7530f515 authored by 332784038@qq.com's avatar 332784038@qq.com

订单查询参数文档注释修改

parent db96ac58
...@@ -562,7 +562,7 @@ public class OrderQueryVO { ...@@ -562,7 +562,7 @@ public class OrderQueryVO {
@ApiModelProperty(value = "订单异常状态(字典 order_abnormal_state)") @ApiModelProperty(value = "订单异常状态(字典 order_abnormal_state)")
private List<Integer> abnormalStates; private List<Integer> abnormalStates;
@ApiModelProperty(value = "订单异常状态(字典 order_abnormal_state)") @ApiModelProperty(value = "始发地ids")
private List<Long> objectiveIds; private List<Long> objectiveIds;
@ApiModelProperty(value = "始发仓IDs") @ApiModelProperty(value = "始发仓IDs")
......
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