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
package com.ishop.model.vo;
 
import java.io.Serializable;
 
/**
 * 平台端看到商户详情。
 * @date 2023-07-20
 */
public class PlatformMerDetailVo implements Serializable {
 
    public Integer getId() {
        return id;
    }
 
    public void setId(Integer id) {
        this.id = id;
    }
 
    public String getName() {
        return name;
    }
 
    public void setName(String name) {
        this.name = name;
    }
 
    public Integer getCategoryId() {
        return categoryId;
    }
 
    public void setCategoryId(Integer categoryId) {
        this.categoryId = categoryId;
    }
 
    public Integer getTypeId() {
        return typeId;
    }
 
    public void setTypeId(Integer typeId) {
        this.typeId = typeId;
    }
 
    public String getAccount() {
        return account;
    }
 
    public void setAccount(String account) {
        this.account = account;
    }
 
    public String getRealName() {
        return realName;
    }
 
    public void setRealName(String realName) {
        this.realName = realName;
    }
 
    public String getPhone() {
        return phone;
    }
 
    public void setPhone(String phone) {
        this.phone = phone;
    }
 
    public Integer getHandlingFee() {
        return handlingFee;
    }
 
    public void setHandlingFee(Integer handlingFee) {
        this.handlingFee = handlingFee;
    }
 
    public String getKeywords() {
        return keywords;
    }
 
    public void setKeywords(String keywords) {
        this.keywords = keywords;
    }
 
    public String getAddressDetail() {
        return addressDetail;
    }
 
    public void setAddressDetail(String addressDetail) {
        this.addressDetail = addressDetail;
    }
 
    public String getLatitude() {
        return latitude;
    }
 
    public void setLatitude(String latitude) {
        this.latitude = latitude;
    }
 
    public String getLongitude() {
        return longitude;
    }
 
    public void setLongitude(String longitude) {
        this.longitude = longitude;
    }
 
    public Boolean getIsSelf() {
        return isSelf;
    }
 
    public void setIsSelf(Boolean self) {
        isSelf = self;
    }
 
    public Boolean getIsRecommend() {
        return isRecommend;
    }
 
    public void setIsRecommend(Boolean recommend) {
        isRecommend = recommend;
    }
 
    public Boolean getProductSwitch() {
        return productSwitch;
    }
 
    public void setProductSwitch(Boolean productSwitch) {
        this.productSwitch = productSwitch;
    }
 
    public String getRemark() {
        return remark;
    }
 
    public void setRemark(String remark) {
        this.remark = remark;
    }
 
    public Integer getSort() {
        return sort;
    }
 
    public void setSort(Integer sort) {
        this.sort = sort;
    }
 
    public String getQualificationPicture() {
        return qualificationPicture;
    }
 
    public void setQualificationPicture(String qualificationPicture) {
        this.qualificationPicture = qualificationPicture;
    }
 
    public String getCreateType() {
        return createType;
    }
 
    public void setCreateType(String createType) {
        this.createType = createType;
    }
 
    public Long getAdminId() {
        return adminId;
    }
 
    public void setAdminId(Long adminId) {
        this.adminId = adminId;
    }
 
    public Integer getStarLevel() {
        return starLevel;
    }
 
    public void setStarLevel(Integer starLevel) {
        this.starLevel = starLevel;
    }
 
    //    @ApiModelProperty(value = "商户ID")
    private Integer id;
 
//    @ApiModelProperty(value = "商户名称")
    private String name;
 
//    @ApiModelProperty(value = "商户分类ID")
    private Integer categoryId;
 
//    @ApiModelProperty(value = "商户类型ID")
    private Integer typeId;
 
//    @ApiModelProperty(value = "商户账号")
    private String account;
 
//    @ApiModelProperty(value = "商户姓名")
    private String realName;
 
//    @ApiModelProperty(value = "商户手机号")
    private String phone;
 
//    @ApiModelProperty(value = "手续费(%)")
    private Integer handlingFee;
 
//    @ApiModelProperty(value = "商户关键字")
    private String keywords;
 
//    @ApiModelProperty(value = "商户详细地址")
    private String addressDetail;
 
//    @ApiModelProperty(value = "纬度")
    private String latitude;
 
//    @ApiModelProperty(value = "经度")
    private String longitude;
 
//    @ApiModelProperty(value = "是否自营:0-自营,1-非自营")
    private Boolean isSelf;
 
//    @ApiModelProperty(value = "是否推荐:0-不推荐,1-推荐")
    private Boolean isRecommend;
 
//    @ApiModelProperty(value = "商品开关:0-关闭,1-开启")
    private Boolean productSwitch;
 
//    @ApiModelProperty(value = "备注")
    private String remark;
 
//    @ApiModelProperty(value = "排序")
    private Integer sort;
 
//    @ApiModelProperty(value = "资质图片")
    private String qualificationPicture;
 
//    @ApiModelProperty(value = "商户创建类型:admin-管理员创建,apply-商户入驻申请")
    private String createType;
 
//    @ApiModelProperty(value = "关联管理账号ID")
    private Long adminId;
 
//    @ApiModelProperty(value = "商户星级1-5")
    private Integer starLevel;
}