From 357f148f73eed2b25da6ecd13bc3e632c07d4c11 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 29 Jun 2021 16:07:17 +0800 Subject: [PATCH] Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop --- gc-order/src/main/java/com/xzx/gc/order/dto/AddJhyOrderDto.java | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/gc-order/src/main/java/com/xzx/gc/order/dto/AddJhyOrderDto.java b/gc-order/src/main/java/com/xzx/gc/order/dto/AddJhyOrderDto.java index 81ebc3f..1364119 100644 --- a/gc-order/src/main/java/com/xzx/gc/order/dto/AddJhyOrderDto.java +++ b/gc-order/src/main/java/com/xzx/gc/order/dto/AddJhyOrderDto.java @@ -11,10 +11,13 @@ @ApiModel(value = "AddJhyOrderDto", description = "小程序下单参数接收类") public class AddJhyOrderDto { + @ApiModelProperty(value = "地址类型") + private String addressType; + @ApiModelProperty(value = "地址ID") private Long addressId; -// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") + @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") @ApiModelProperty(value = "预约日期") private Date reserveDate; -- Gitblit v1.9.1