|
|
@@ -1,6 +1,7 @@
|
|
|
package com.ydtech.modules.ins.model.vo;
|
|
|
|
|
|
|
|
|
+import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
import com.ydtech.modules.order.entity.TaxArrears;
|
|
|
import com.ydtech.modules.order.entity.crawler.response.CrawlerQuoteResponse;
|
|
|
@@ -38,6 +39,9 @@ public class QuoteRespVo {
|
|
|
@ApiModelProperty("提示信息")
|
|
|
private String tips;
|
|
|
|
|
|
+ @TableField(value = "orderstatus")
|
|
|
+ private String orderstatus;
|
|
|
+
|
|
|
@ApiModelProperty("商业险险种")
|
|
|
private List<QuoteKindRespVo> kindList;
|
|
|
|