@DateTimeFormat(pattern = "yyyy-MM-dd") //入参
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") //出参
注意: 根据自己的时间 确定是否添加
timezone = "GMT+8"
@DateTimeFormat(pattern = "yyyy-MM-dd") //入参
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") //出参
注意: 根据自己的时间 确定是否添加
timezone = "GMT+8"