Commit 8aee2d27 authored by zhengyi's avatar zhengyi

客户列表进入新增跟进bug修复

parent 8f9132e6
......@@ -22,10 +22,10 @@ public class OrderWarehousePictureQueryVO {
@ApiModelProperty(value = "图片地址")
private String url;
@ApiModelProperty(value = "类型 1订单完成入仓 2 调拨出仓 3调拨到仓 4 订单转异 5订单项入仓 6报关资料")
@ApiModelProperty(value = "类型 1订单完成入仓 2 调拨出仓 3调拨到仓 4 订单转异 5订单项入仓 6报关资料 7订单项到仓")
private Integer type;
@ApiModelProperty(value = "业务id. type为1/4/6时使用orderId, type为2/3时使用adjustId type为5时使用orderItemId")
@ApiModelProperty(value = "业务id. type为1/4/6时使用orderId, type为2/3时使用adjustId type为5/7时使用orderItemId")
private Long bizId;
@ApiModelProperty(value = "订单项id集合 后台使用,前端只需要使用type和bizId即可")
......
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