Commit 88a45480 by zhangxingmin

push

parent 6b84620e
......@@ -177,6 +177,11 @@ public class ApiAppointmentInfoDto {
private Integer isBuy;
/**
* 转保声明选项: 0-否, 1-是 2-尚未決定(字典)
*/
private Integer policyTransfer;
/**
* 业务代表1账号
*/
private String businessRepresentAccount1;
......@@ -200,4 +205,9 @@ public class ApiAppointmentInfoDto {
* 业务代表1邮箱
*/
private String businessRepresentEmail1;
/**
* 是否有用车服务:0-否, 1-是(字典)
*/
private Integer isUseCar;
}
......@@ -41,5 +41,8 @@ public class ApiAppointmentEditRequest {
*/
private ApiSecondHolderInfoDto apiSecondHolderInfoDto;
//健康信息
/**
* TODO 待定
*/
}
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