|
|
@ -87,6 +87,9 @@ public class ShopOrder implements Serializable { |
|
|
|
|
|
|
|
private String addressLng; |
|
|
|
|
|
|
|
@Schema(description = "买家备注") |
|
|
|
private String buyerRemarks; |
|
|
|
|
|
|
|
@Schema(description = "自提店铺id") |
|
|
|
private Integer selfTakeMerchantId; |
|
|
|
|
|
|
@ -207,6 +210,9 @@ public class ShopOrder implements Serializable { |
|
|
|
@Schema(description = "订单是否已结算(0未结算 1已结算)") |
|
|
|
private Integer isSettled; |
|
|
|
|
|
|
|
@Schema(description = "商户备注") |
|
|
|
private String merchantRemarks; |
|
|
|
|
|
|
|
@Schema(description = "系统版本号 0当前版本 value=其他版本") |
|
|
|
private Integer version; |
|
|
|
|
|
|
|