记得上下班打卡 | git大法好,push需谨慎

Commit 489cd512 authored by jiangxiulong's avatar jiangxiulong

JsonIgnoreProperties AdamAddressesVo

parent 891f9056
......@@ -11,9 +11,8 @@ import lombok.Data;
import java.time.LocalDateTime;
@ApiModel(value = "AdamAddressesVo", description = "收获地址")
@JsonIgnoreProperties(value = {"uid", "town", "townId", "fullAddress", "deletedAt"})
@Data
@JsonIgnoreProperties(ignoreUnknown = true)
@JsonIgnoreProperties(value = {"uid", "town", "townId", "fullAddress", "deletedAt"}, ignoreUnknown = true)
public class AdamAddressesVo implements java.io.Serializable, Cloneable {
private static final long serialVersionUID = -3096308044365829079L;
@ApiModelProperty(position = 10, value = "收获地址ID[64]")
......
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