Commit c1b53931 authored by 332784038@qq.com's avatar 332784038@qq.com

Merge branch 'order-update' into dev

parents 102847c5 555bc7f5
...@@ -561,6 +561,8 @@ public class OrderBackVO { ...@@ -561,6 +561,8 @@ public class OrderBackVO {
@ApiModelProperty(value = "是否变动付款人信息") @ApiModelProperty(value = "是否变动付款人信息")
private Boolean isDrawee = false; private Boolean isDrawee = false;
@ApiModelProperty(value = "是否变动发货人设置订单控货无收货人属性")
private Boolean isChargeNoConsignee = false;
@ApiModelProperty(value = "是否需要产生未分配客户经理异常异常") @ApiModelProperty(value = "是否需要产生未分配客户经理异常异常")
private Boolean isCreateCustomerServiceException = false; private Boolean isCreateCustomerServiceException = false;
......
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