|
|
@@ -112,9 +112,11 @@ public class OrderQueryVo {
|
|
|
@ApiModelProperty(value = "险种")
|
|
|
private String product;
|
|
|
|
|
|
+ @ApiModelProperty(value = "被保人姓名")
|
|
|
+ private String insuredName;
|
|
|
|
|
|
@ApiModelProperty(value = "投保人姓名")
|
|
|
- private String insuredName;
|
|
|
+ private String policyholdersName;
|
|
|
|
|
|
@ApiModelProperty(value = "报价开始时间")
|
|
|
private String quoteStartDateStr;
|