| | |
| | | package com.stylefeng.guns.modular.system.model; |
| | | |
| | | import com.fasterxml.jackson.databind.annotation.JsonSerialize; |
| | | import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | |
| | | private List<LonLat> lonLats; |
| | | |
| | | private String type; |
| | | |
| | | @JsonSerialize( |
| | | using = ToStringSerializer.class |
| | | ) |
| | | private Long quoteId; |
| | | |
| | | private String customer; |
| | |
| | | private Date deliveryDate; |
| | | |
| | | private String deliverStr; |
| | | |
| | | @JsonSerialize( |
| | | using = ToStringSerializer.class |
| | | ) |
| | | private Long carrierQuoteNumber; |
| | | |
| | | private String bl; |