|
|
@@ -85,6 +85,7 @@ public class TmOrder implements Serializable {
|
|
|
@ApiModelProperty(value = "预约人的手机号")
|
|
|
private String reserveUserPhone;
|
|
|
|
|
|
+
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
|
|
|
@ApiModelProperty(value = "支付时间")
|
|
|
@@ -110,4 +111,7 @@ public class TmOrder implements Serializable {
|
|
|
@ApiModelProperty(value = "预约用餐日期")
|
|
|
private LocalDate reserveDate;
|
|
|
|
|
|
+ @ApiModelProperty(value = "预订人用户头像链接")
|
|
|
+ private String reserveUserAvatar;
|
|
|
+
|
|
|
}
|