Commit 2202b83a authored by yanghao's avatar yanghao

chore: 客户详情页面返回默认付款和控制无收货人

parent 62ae6425
......@@ -191,6 +191,20 @@ public class CustomerDetailRespVO extends CustomerBaseVO {
// ======== 20240821 add start
/**
* 默认付款,1-是,0-否
*/
@ApiModelProperty(value = "默认付款,1-是,0-否")
private Boolean defaultPay ;
/**
* 控货无收货人,1-是,0-否
*/
@ApiModelProperty(value = "控货无收货人,1-是,0-否")
private Boolean noConsignee ;
/**
* 客户角色
* <p>
......
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