shikeyin
2024-01-11 65da8373531677b1c37a98f53eaa30c892f35e5a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
package com.ishop.model.response;
 
import com.ishop.model.vo.OrderDetailFrontVo;
 
import java.util.List;
 
/**
 * 订单移动端商户详情响应
 * @date 2023-07-13
 */
public class MerchantOrderFrontDetailResponse {
 
    public Integer getMerId() {
        return merId;
    }
 
    public void setMerId(Integer merId) {
        this.merId = merId;
    }
 
    public String getRealName() {
        return realName;
    }
 
    public void setRealName(String realName) {
        this.realName = realName;
    }
 
    public String getUserPhone() {
        return userPhone;
    }
 
    public void setUserPhone(String userPhone) {
        this.userPhone = userPhone;
    }
 
    public String getUserAddress() {
        return userAddress;
    }
 
    public void setUserAddress(String userAddress) {
        this.userAddress = userAddress;
    }
 
    public Integer getTotalNum() {
        return totalNum;
    }
 
    public void setTotalNum(Integer totalNum) {
        this.totalNum = totalNum;
    }
 
    public Double getProTotalPrice() {
        return proTotalPrice;
    }
 
    public void setProTotalPrice(Double proTotalPrice) {
        this.proTotalPrice = proTotalPrice;
    }
 
    public Double getTotalPostage() {
        return totalPostage;
    }
 
    public void setTotalPostage(Double totalPostage) {
        this.totalPostage = totalPostage;
    }
 
    public Double getTotalPrice() {
        return totalPrice;
    }
 
    public void setTotalPrice(Double totalPrice) {
        this.totalPrice = totalPrice;
    }
 
    public Double getPayPrice() {
        return payPrice;
    }
 
    public void setPayPrice(Double payPrice) {
        this.payPrice = payPrice;
    }
 
    public Double getPayPostage() {
        return payPostage;
    }
 
    public void setPayPostage(Double payPostage) {
        this.payPostage = payPostage;
    }
 
    public Integer getUseIntegral() {
        return useIntegral;
    }
 
    public void setUseIntegral(Integer useIntegral) {
        this.useIntegral = useIntegral;
    }
 
    public Double getIntegralPrice() {
        return integralPrice;
    }
 
    public void setIntegralPrice(Double integralPrice) {
        this.integralPrice = integralPrice;
    }
 
    public Integer getCouponId() {
        return couponId;
    }
 
    public void setCouponId(Integer couponId) {
        this.couponId = couponId;
    }
 
    public Double getCouponPrice() {
        return couponPrice;
    }
 
    public void setCouponPrice(Double couponPrice) {
        this.couponPrice = couponPrice;
    }
 
    public Integer getGainIntegral() {
        return gainIntegral;
    }
 
    public void setGainIntegral(Integer gainIntegral) {
        this.gainIntegral = gainIntegral;
    }
 
    public String getUserRemark() {
        return userRemark;
    }
 
    public void setUserRemark(String userRemark) {
        this.userRemark = userRemark;
    }
 
    public Integer getShippingType() {
        return shippingType;
    }
 
    public void setShippingType(Integer shippingType) {
        this.shippingType = shippingType;
    }
 
    public String getVerifyCode() {
        return verifyCode;
    }
 
    public void setVerifyCode(String verifyCode) {
        this.verifyCode = verifyCode;
    }
 
    public String getDeliveryType() {
        return deliveryType;
    }
 
    public void setDeliveryType(String deliveryType) {
        this.deliveryType = deliveryType;
    }
 
    public String getMerName() {
        return merName;
    }
 
    public void setMerName(String merName) {
        this.merName = merName;
    }
 
    public String getMerPhone() {
        return merPhone;
    }
 
    public void setMerPhone(String merPhone) {
        this.merPhone = merPhone;
    }
 
    public String getMerProvince() {
        return merProvince;
    }
 
    public void setMerProvince(String merProvince) {
        this.merProvince = merProvince;
    }
 
    public String getMerCity() {
        return merCity;
    }
 
    public void setMerCity(String merCity) {
        this.merCity = merCity;
    }
 
    public String getMerDistrict() {
        return merDistrict;
    }
 
    public void setMerDistrict(String merDistrict) {
        this.merDistrict = merDistrict;
    }
 
    public String getMerAddressDetail() {
        return merAddressDetail;
    }
 
    public void setMerAddressDetail(String merAddressDetail) {
        this.merAddressDetail = merAddressDetail;
    }
 
    public String getMerLatitude() {
        return merLatitude;
    }
 
    public void setMerLatitude(String merLatitude) {
        this.merLatitude = merLatitude;
    }
 
    public String getMerLongitude() {
        return merLongitude;
    }
 
    public void setMerLongitude(String merLongitude) {
        this.merLongitude = merLongitude;
    }
 
    public List<OrderDetailFrontVo> getOrderInfoList() {
        return orderInfoList;
    }
 
    public void setOrderInfoList(List<OrderDetailFrontVo> orderInfoList) {
        this.orderInfoList = orderInfoList;
    }
 
    //    @ApiModelProperty(value = "商户ID")
    private Integer merId;
 
//    @ApiModelProperty(value = "收货人姓名")
    private String realName;
 
//    @ApiModelProperty(value = "收货人电话")
    private String userPhone;
 
//    @ApiModelProperty(value = "收货详细地址")
    private String userAddress;
 
//    @ApiModelProperty(value = "订单商品总数")
    private Integer totalNum;
 
//    @ApiModelProperty(value = "商品总价")
    private Double proTotalPrice;
 
//    @ApiModelProperty(value = "邮费")
    private Double totalPostage;
 
//    @ApiModelProperty(value = "订单总价")
    private Double totalPrice;
 
//    @ApiModelProperty(value = "实际支付金额")
    private Double payPrice;
 
//    @ApiModelProperty(value = "支付邮费")
    private Double payPostage;
 
//    @ApiModelProperty(value = "使用积分")
    private Integer useIntegral;
 
//    @ApiModelProperty(value = "积分抵扣金额")
    private Double integralPrice;
 
//    @ApiModelProperty(value = "优惠券id")
    private Integer couponId;
 
//    @ApiModelProperty(value = "优惠券金额")
    private Double couponPrice;
 
//    @ApiModelProperty(value = "赠送积分")
    private Integer gainIntegral;
 
//    @ApiModelProperty(value = "用户备注")
    private String userRemark;
 
//    @ApiModelProperty(value = "配送方式 1=快递 ,2=门店自提")
    private Integer shippingType;
 
//    @ApiModelProperty(value = "核销码")
    private String verifyCode;
 
//    @ApiModelProperty(value = "发货类型:express-快递,fictitious:虚拟发货")
    private String deliveryType;
 
//    @ApiModelProperty(value = "商户名称")
    private String merName;
 
//    @ApiModelProperty(value = "商户手机号")
    private String merPhone;
 
//    @ApiModelProperty(value = "省")
    private String merProvince;
 
//    @ApiModelProperty(value = "市")
    private String merCity;
 
//    @ApiModelProperty(value = "区")
    private String merDistrict;
 
//    @ApiModelProperty(value = "商户详细地址")
    private String merAddressDetail;
 
//    @ApiModelProperty(value = "纬度")
    private String merLatitude;
 
//    @ApiModelProperty(value = "经度")
    private String merLongitude;
 
//    @ApiModelProperty(value = "订单详情")
    private List<OrderDetailFrontVo> orderInfoList;
}