Commit 3b1877e8 authored by Smile's avatar Smile

需求134后台-集运-包裹列表-转运 客户联系未返回客户是否开通集运服务

parent cb9dc16b
...@@ -93,6 +93,9 @@ public class CustomerContactsDto { ...@@ -93,6 +93,9 @@ public class CustomerContactsDto {
@ApiModelProperty(value = "默认付款,1-是,0-否") @ApiModelProperty(value = "默认付款,1-是,0-否")
private Boolean defaultPay; private Boolean defaultPay;
@ApiModelProperty(value = "是否开通集运服务,1-是,0-否")
private Boolean isConsService;
} }
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