|
@@ -4,7 +4,6 @@ import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
import com.ydtech.modules.ins.model.vo.AccidentResponseVo;
|
|
import com.ydtech.modules.ins.model.vo.AccidentResponseVo;
|
|
|
import com.ydtech.modules.order.entity.vo.CoreModelsVo;
|
|
import com.ydtech.modules.order.entity.vo.CoreModelsVo;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
import io.swagger.annotations.ApiModel;
|
|
|
-import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
import lombok.*;
|
|
import lombok.*;
|
|
|
import org.springframework.util.ObjectUtils;
|
|
import org.springframework.util.ObjectUtils;
|
|
|
|
|
|
|
@@ -255,11 +254,15 @@ public class CrawlerQuoteResponse extends CrawlerBaseResponse {
|
|
|
|
|
|
|
|
private static final long serialVersionUID = -4403793340565853838L;
|
|
private static final long serialVersionUID = -4403793340565853838L;
|
|
|
|
|
|
|
|
- @ApiModelProperty("备注")
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 备注
|
|
|
|
|
+ */
|
|
|
@JsonProperty("description")
|
|
@JsonProperty("description")
|
|
|
private String description;
|
|
private String description;
|
|
|
|
|
|
|
|
- @ApiModelProperty("备注")
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 审核意见
|
|
|
|
|
+ */
|
|
|
@JsonProperty("opinion")
|
|
@JsonProperty("opinion")
|
|
|
private String opinion;
|
|
private String opinion;
|
|
|
|
|
|
|
@@ -268,7 +271,6 @@ public class CrawlerQuoteResponse extends CrawlerBaseResponse {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
@NoArgsConstructor
|
|
@NoArgsConstructor
|
|
|
@Data
|
|
@Data
|
|
|
public static class CrawlerCarInfoVo implements Serializable {
|
|
public static class CrawlerCarInfoVo implements Serializable {
|