|
|
@@ -28,7 +28,7 @@ public class OrderInfo extends BaseEntity {
|
|
|
// private String nickname;
|
|
|
|
|
|
//经度在前 纬度在后
|
|
|
- @ApiModelProperty(value = "用户地址经纬度",name = "location")
|
|
|
+ @ApiModelProperty(value = "用户地址经纬度", name = "location")
|
|
|
private String location;
|
|
|
|
|
|
@Enumerated(EnumType.STRING)
|
|
|
@@ -95,12 +95,13 @@ public class OrderInfo extends BaseEntity {
|
|
|
|
|
|
|
|
|
//订单信息
|
|
|
+ @ApiModelProperty(value = "订单号", name = "orderNo")
|
|
|
private String orderNo;
|
|
|
|
|
|
@ApiModelProperty(value = "下单时间", name = "orderTime")
|
|
|
private LocalDateTime orderTime;
|
|
|
|
|
|
- @ApiModelProperty(value = "用户地址Id",name = "addressId")
|
|
|
+ @ApiModelProperty(value = "用户地址Id", name = "addressId")
|
|
|
private Long addressId;
|
|
|
|
|
|
@ApiModelProperty(value = "配送地址", name = "userAddress")
|