-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi_doc.html
796 lines (775 loc) · 795 KB
/
api_doc.html
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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>校园外卖</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/antd.min.css" />
<style>
.content-line {
height: 25px;
line-height: 25px;
}
.content-line-count {
height: 35px;
line-height: 35px;
}
.title {
margin-top: 25px;
}
.knife4j-description {
/* width: 90%;
margin: 15px auto; */
margin-top: 5px;
}
.divider {
margin: 4px 0;
}
.divider-count {
margin: 8px 0;
}
.knife4j-document {
margin-top: 30px;
}
.api-tab {
margin-top: 15px;
.ant-tag {
height: 32px;
line-height: 32px;
}
}
.knife4j-menu-api-deprecated {
text-decoration: line-through;
}
.knife4j-api-title {
margin-top: 10px;
margin-bottom: 5px;
font-size: 16px;
font-weight: 600;
color: #616368;
height: 35px;
line-height: 35px;
}
.knife4j-api-row {
height: 45px;
line-height: 45px;
}
.knife4j-api-summary {
border-color: #49cc90;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 2px;
cursor: pointer;
}
.knife4j-api-summary-method {
font-size: 14px;
font-weight: 700;
min-width: 80px;
padding: 6px 15px;
text-align: center;
border-radius: 3px;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
font-family: Titillium Web, sans-serif;
color: #fff;
}
.knife4j-api-summary-path {
font-size: 14px;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 3 auto;
flex: 0 3 auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
word-break: break-all;
padding: 0 32px;
}
.knife4j-api-post {
border-color: #49cc90;
background: rgba(73, 204, 144, 0.1);
}
.knife4j-api-post .knife4j-api-summary-method {
background: #49cc90;
}
.knife4j-api-get {
border-color: #61affe;
background: rgba(97, 175, 254, 0.1);
}
.knife4j-api-get .knife4j-api-summary-method {
background: #61affe;
}
.knife4j-api-head {
border-color: #9012fe;
background: rgba(144, 18, 254, 0.1);
}
.knife4j-api-head .knife4j-api-summary-method {
background: #9012fe;
}
.knife4j-api-put {
border-color: #fca130;
background: rgba(252, 161, 48, 0.1);
}
.knife4j-api-put .knife4j-api-summary-method {
background: #fca130;
}
.knife4j-api-delete {
border-color: #f93e3e;
background: rgba(249, 62, 62, 0.1);
}
.knife4j-api-delete .knife4j-api-summary-method {
background: #f93e3e;
}
.knife4j-api-options {
border-color: #0d5aa7;
background: rgba(13, 90, 167, 0.1);
}
.knife4j-api-options .knife4j-api-summary-method {
background: #0d5aa7;
}
.knife4j-api-patch {
border-color: #50e3c2;
background: rgba(80, 227, 194, 0.1);
}
.knife4j-api-patch .knife4j-api-summary-method {
background: #50e3c2;
}
#knife4jDoc ul{
padding-left: 10px;
list-style: none;
counter-reset: ordered;
}
#knife4jDoc ul li:before {
counter-increment: ordered;
content: counters(ordered,".")" ";
color:#1890ff;
}
.api-basic {
padding: 11px;
}
.api-basic-title {
font-size: 14px;
font-weight: 700;
}
.api-basic-body {
font-size: 14px;
font-family: -webkit-body;
}
.knife4j-api-editor-show {
margin: 15px 0;
font: 100 12px/18px monaco, andale mono, courier new;
padding: 10px 12px;
border: #ccc 1px solid;
border-left-width: 4px;
background-color: #fefefe;
box-shadow: 0 0 4px #eee;
word-break: break-all;
word-wrap: break-word;
color: #444;
}
.knife4j-api-editor-show .string { color: green; } /*字符串的样式*/
.knife4j-api-editor-show .number { color: darkorange; } /*数字的样式*/
.knife4j-api-editor-show .boolean { color: blue; } /*布尔型数据的样式*/
.knife4j-api-editor-show .null { color: magenta; } /*null值的样式*/
.knife4j-api-editor-show .key { color: red; } /*key值的样式*/
.api-description {
border-left: 4px solid #ddd;
line-height: 30px;
}
.api-body-desc {
padding: 10px;
min-height: 35px;
box-sizing: border-box;
border: 1px solid #e8e8e8;
}
.ant-card-body {
padding: 5px;
}
.api-title {
margin-top: 10px;
margin-bottom: 5px;
font-size: 16px;
font-weight: 600;
height: 30px;
line-height: 30px;
border-left: 4px solid #00ab6d;
text-indent: 8px;
}
.content-line {
height: 25px;
line-height: 25px;
}
.content-line-count {
height: 35px;
line-height: 35px;
}
.divider {
margin: 4px 0;
}
.knife4j-doc-m{
position: fixed;
height: 500px;
width: 400px;
border: 1px solid #b7b4b4;
overflow-y: auto;
right: 12px;
top: 40px;
z-index: 9999;
background: #fcfafa;
}
</style>
</head>
<body>
<div id="knife4jDocument" class="resume_preview_page" style="margin:10px auto;width:88%">
<div class="htmledit_views" >
<a-row>
<!--基础信息-->
<a-row>
<a-col :span="24">
<div class="title">
<h2>{{instance.title}}</h2>
</div>
<div class="knife4j-description">
<a-row class="content-line">
<a-col :span="5">
<h3>简介</h3>
</a-col>
<a-col :span="19"><span v-html="instance.description" /></a-col>
</a-row>
<a-divider class="divider" />
</div>
<div class="knife4j-description">
<a-row class="content-line">
<a-col :span="5">
<h3>作者</h3>
</a-col>
<a-col :span="19"><span v-html="instance.contact" /></a-col>
</a-row>
<a-divider class="divider" />
</div>
<div class="knife4j-description">
<a-row class="content-line">
<a-col :span="5">
<h3>版本</h3>
</a-col>
<a-col :span="19"><span v-html="instance.version" /></a-col>
</a-row>
<a-divider class="divider" />
</div>
<div class="knife4j-description">
<a-row class="content-line">
<a-col :span="5">
<h3>host</h3>
</a-col>
<a-col :span="19"><span v-html="instance.host" /></a-col>
</a-row>
<a-divider class="divider" />
</div>
<div class="knife4j-description">
<a-row class="content-line">
<a-col :span="5">
<h3>basePath</h3>
</a-col>
<a-col :span="19"><span v-html="instance.basePath" /></a-col>
</a-row>
<a-divider class="divider" />
</div>
<div class="knife4j-description">
<a-row class="content-line">
<a-col :span="5">
<h3>服务Url</h3>
</a-col>
<a-col :span="19"><span v-html="instance.termsOfService" /></a-col>
</a-row>
<a-divider class="divider" />
</div>
<div class="knife4j-description">
<a-row class="content-line">
<a-col :span="5">
<h3>分组名称</h3>
</a-col>
<a-col :span="19"><span v-html="instance.name" /></a-col>
</a-row>
<a-divider class="divider" />
</div>
<div class="knife4j-description">
<a-row class="content-line">
<a-col :span="5">
<h3>分组url</h3>
</a-col>
<a-col :span="19"><span v-html="instance.url" /></a-col>
</a-row>
<a-divider class="divider" />
</div>
<div class="description">
<a-row class="content-line">
<a-col :span="5">
<h3>分组location</h3>
</a-col>
<a-col :span="19"><span v-html="instance.location" /></a-col>
</a-row>
<a-divider class="divider" />
</div>
<div class="knife4j-description">
<a-row class="content-line">
<a-col :span="5">
<h3>接口统计信息</h3>
</a-col>
<a-col :span="19">
<a-row class="content-line-count" v-for="param in instance.pathArrs" :key="param.method">
<a-col :span="3">
{{param.method}}
</a-col>
<a-col :span="2">
<a-tag color="#108ee9">{{param.count}}</a-tag>
</a-col>
<a-divider class="divider-count" />
</a-row>
</a-col>
</a-row>
</div>
</a-col>
</a-row>
<!--目录-->
<a-row id="knife4j-doc-m" class="knife4j-doc-m">
<a-row style="float: right;width: 57px;z-index: 10000;overflow: hidden;">
<a-button type="link" id="btnHide">隐藏</a-button>
</a-row>
<a-row v-if="hideShow" id="knife4jDoc">
<ul>
<li><a href="#knife4jDocument">主页</a></li>
<li v-for="tag in tags" :key="tag.name">
<a :href="'#'+tag.name">{{tag.name}}</a>
<ul>
<li v-for="c in tag.childrens" :key="c.id"><a :href="'#'+c.operationId">{{c.summary}}</a></li>
</ul>
</li>
</ul>
</a-row>
</a-row>
<!--分组API信息-->
<!--遍历tags-->
<a-row v-for="tag in tags" :key="tag.name">
<h1 :id="tag.name">{{tag.name}}</h1>
<div class="knife4j-document" v-for="api in tag.childrens">
<!--接口基本信息-->
<a-row>
<a-row :id="api.operationId" class="knife4j-api-title">
<span v-if="api.deprecated" class="knife4j-menu-api-deprecated">
{{ api.summary }}
</span>
<span v-else>
{{ api.summary }}
</span>
</a-row>
<a-row :class="'knife4j-api-' + api.methodType.toLowerCase()">
<div class="knife4j-api-summary">
<span class="knife4j-api-summary-method">{{ api.methodType }}</span>
<span class="knife4j-api-summary-path">{{ api.showUrl }}</span>
</div>
</a-row>
<a-row class="knife4j-api-row">
<a-col :span="12">
<a-row>
<a-col class="api-basic-title" :span="6">请求数据类型</a-col>
{{ api.consumes }}
</a-row>
</a-col>
<a-col :span="12">
<a-row>
<a-col class="api-basic-title" :span="6">响应数据类型</a-col>
{{ api.produces }}
</a-row>
</a-col>
</a-row>
</a-row>
<div v-if="api.author">
<div class="api-title">
开发者
</div>
<div v-if="api.author" v-html="api.author" class="api-body-desc"></div>
</div>
<!--接口描述-->
<div v-if="api.description">
<div class="api-title">
接口描述
</div>
<div
v-if="api.description"
v-html="api.description"
class="api-body-desc"
></div>
</div>
<!--请求示例-->
<div v-if="api.requestValue">
<div class="api-title">
请求示例
</div>
<pre
class="knife4j-api-editor-show"
v-html="formaterJson(api.requestValue)"
></pre>
</div>
<div class="api-title">
请求参数
</div>
<a-table default-expand-all-rows :columns="columns" :data-source="api.reqParameters"
:row-key="genUnionTableKey"
size="small"
:pagination="page" >
<template slot="requireTemplate" slot-scope="text">
<span v-if="text" style="color:red">{{ text.toLocaleString() }}</span>
<span v-else>{{ text.toLocaleString() }}</span>
</template>
<template slot="typeTemplate" slot-scope="text">
<span :class="'knife4j-request-' + text">{{ text }}</span>
</template>
<template slot="datatypeTemplate" slot-scope="text, record">
<data-type :text="text" :record="record"></data-type>
</template>
</a-table>
<!--响应状态-->
<div class="api-title">
响应状态
</div>
<a-table
:columns="responseStatuscolumns"
:data-source="api.responseCodes"
row-key="code"
size="small"
:pagination="page"
>
<template slot="descriptionTemplate" slot-scope="text">
<div v-html="text"></div>
</template>
</a-table>
<!--响应参数-->
<!--响应参数需要判断是否存在多个code-schema的情况-->
<div v-if="api.multipartResponseSchema">
<!--多个响应编码code的情况在离线文档中需要单独遍历分开-->
<a-tabs v-for="resp in api.multipCodeDatas" :key="resp.code">
<a-tab-pane :tab="resp.code">
<!--判断响应头-->
<div v-if="resp.responseHeaderParameters">
<div class="api-title">
响应Header
</div>
<a-table
:columns="responseHeaderColumns"
:data-source="resp.responseHeaderParameters"
row-key="id"
size="small"
:pagination="page"
>
</a-table>
</div>
<!--响应参数-->
<div class="api-title">
响应参数
</div>
<a-table
:columns="responseParametersColumns"
:data-source="resp.data"
row-key="id"
size="small"
:pagination="page"
>
</a-table>
<div class="api-title">
响应示例
</div>
<div class="api-editor-show" v-if="resp.responseBasicType">
{{ resp.responseText }}
</div>
<pre
class="knife4j-api-editor-show"
v-else
v-html="formaterJson(resp.responseValue)"
></pre>
<!-- <editor-show :value="resp.responseBasicType ? resp.responseText : resp.responseValue"></editor-show> -->
<!-- <editor :value="resp.responseBasicType ? resp.responseText : resp.responseValue" @init="multiResponseSampleEditorInit" lang="json" theme="eclipse" width="100%" :height="editorMultiHeight"></editor> -->
</a-tab-pane>
</a-tabs>
</div>
<div v-else>
<!--判断响应头-->
<div v-if="api.responseHeaderParameters">
<div class="api-title">
响应Header
</div>
<a-table
:columns="responseHeaderColumns"
:data-source="api.responseHeaderParameters"
row-key="id"
size="small"
:pagination="page"
>
</a-table>
</div>
<!--响应参数-->
<div class="api-title">
响应参数
</div>
<a-table
:columns="responseParametersColumns"
:data-source="api.multipData.data"
row-key="id"
size="small"
:pagination="page"
>
</a-table>
<div class="api-title">
响应示例
</div>
<div class="api-editor-show" v-if="api.multipData.responseBasicType">
{{ api.multipData.responseText }}
</div>
<pre
class="knife4j-api-editor-show"
v-else
v-html="formaterJson(api.multipData.responseValue)"
></pre>
</div>
<!--接口遍历结束-->
</div>
</a-row>
</a-row>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/antd.min.js"></script>
<script type="text/javascript">
function getData(){
var datas={"instance":{"title":"校园外卖","description":"校园外卖","contact":"","version":"1.0","host":"localhost:8080","basePath":"/","termsOfService":"","name":"default","url":"/v2/api-docs","location":"/v2/api-docs","pathArrs":[{"method":"POST","count":15},{"method":"PUT","count":7},{"method":"DELETE","count":5},{"method":"GET","count":16}]},"hideShow":true,"tags":[{"name":"address-book-controller","description":null,"order":2147483647,"author":null,"childrens":[{"id":"a80b03bbcd166f226175e1502ca2057a","operationId":"saveUsingPOST","deprecated":false,"summary":"save","methodType":"POST","showUrl":"/addressBook","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"cityCode\": \"\",\n \"cityName\": \"\",\n \"consignee\": \"\",\n \"createTime\": \"\",\n \"createUser\": 0,\n \"detail\": \"\",\n \"districtCode\": \"\",\n \"districtName\": \"\",\n \"id\": 0,\n \"isDefault\": 0,\n \"isDeleted\": 0,\n \"label\": \"\",\n \"phone\": \"\",\n \"provinceCode\": \"\",\n \"provinceName\": \"\",\n \"sex\": \"\",\n \"updateTime\": \"\",\n \"updateUser\": 0,\n \"userId\": 0\n}","reqParameters":[{"name":"addressBook","children":[{"name":"cityCode","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"cityName","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"consignee","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"detail","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"districtCode","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"districtName","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"isDefault","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"isDeleted","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"label","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"provinceCode","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"provinceName","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"userId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null}],"description":"addressBook","in":"body","require":true,"type":"AddressBook","schemaValue":"AddressBook"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«AddressBook»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param25","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"cityCode","children":null,"description":"","id":"param109","type":"string","schemaValue":null},{"name":"cityName","children":null,"description":"","id":"param110","type":"string","schemaValue":null},{"name":"consignee","children":null,"description":"","id":"param111","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","id":"param112","type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param113","type":"integer(int64)","schemaValue":null},{"name":"detail","children":null,"description":"","id":"param114","type":"string","schemaValue":null},{"name":"districtCode","children":null,"description":"","id":"param115","type":"string","schemaValue":null},{"name":"districtName","children":null,"description":"","id":"param116","type":"string","schemaValue":null},{"name":"id","children":null,"description":"","id":"param117","type":"integer(int64)","schemaValue":null},{"name":"isDefault","children":null,"description":"","id":"param118","type":"integer(int32)","schemaValue":null},{"name":"isDeleted","children":null,"description":"","id":"param119","type":"integer(int32)","schemaValue":null},{"name":"label","children":null,"description":"","id":"param120","type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","id":"param121","type":"string","schemaValue":null},{"name":"provinceCode","children":null,"description":"","id":"param122","type":"string","schemaValue":null},{"name":"provinceName","children":null,"description":"","id":"param123","type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","id":"param124","type":"string","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param125","type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param126","type":"integer(int64)","schemaValue":null},{"name":"userId","children":null,"description":"","id":"param127","type":"integer(int64)","schemaValue":null}],"description":"","id":"param26","type":"AddressBook","schemaValue":"AddressBook"},{"name":"map","children":null,"description":"","id":"param65","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param66","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"cityCode\": \"\",\n\t\t\"cityName\": \"\",\n\t\t\"consignee\": \"\",\n\t\t\"createTime\": \"\",\n\t\t\"createUser\": 0,\n\t\t\"detail\": \"\",\n\t\t\"districtCode\": \"\",\n\t\t\"districtName\": \"\",\n\t\t\"id\": 0,\n\t\t\"isDefault\": 0,\n\t\t\"isDeleted\": 0,\n\t\t\"label\": \"\",\n\t\t\"phone\": \"\",\n\t\t\"provinceCode\": \"\",\n\t\t\"provinceName\": \"\",\n\t\t\"sex\": \"\",\n\t\t\"updateTime\": \"\",\n\t\t\"updateUser\": 0,\n\t\t\"userId\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«AddressBook»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"cityCode\": \"\",\n\t\t\"cityName\": \"\",\n\t\t\"consignee\": \"\",\n\t\t\"createTime\": \"\",\n\t\t\"createUser\": 0,\n\t\t\"detail\": \"\",\n\t\t\"districtCode\": \"\",\n\t\t\"districtName\": \"\",\n\t\t\"id\": 0,\n\t\t\"isDefault\": 0,\n\t\t\"isDeleted\": 0,\n\t\t\"label\": \"\",\n\t\t\"phone\": \"\",\n\t\t\"provinceCode\": \"\",\n\t\t\"provinceName\": \"\",\n\t\t\"sex\": \"\",\n\t\t\"updateTime\": \"\",\n\t\t\"updateUser\": 0,\n\t\t\"userId\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"cityCode":"","cityName":"","consignee":"","createTime":"","createUser":0,"detail":"","districtCode":"","districtName":"","id":0,"isDefault":0,"isDeleted":0,"label":"","phone":"","provinceCode":"","provinceName":"","sex":"","updateTime":"","updateUser":0,"userId":0},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param25","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"AddressBook","in":null,"schema":true,"schemaValue":"AddressBook","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param26","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param109","ignoreFilterName":null,"in":null,"level":1,"name":"cityCode","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param110","ignoreFilterName":null,"in":null,"level":1,"name":"cityName","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param111","ignoreFilterName":null,"in":null,"level":1,"name":"consignee","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param112","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param113","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param114","ignoreFilterName":null,"in":null,"level":1,"name":"detail","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param115","ignoreFilterName":null,"in":null,"level":1,"name":"districtCode","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param116","ignoreFilterName":null,"in":null,"level":1,"name":"districtName","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param117","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param118","ignoreFilterName":null,"in":null,"level":1,"name":"isDefault","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param119","ignoreFilterName":null,"in":null,"level":1,"name":"isDeleted","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param120","ignoreFilterName":null,"in":null,"level":1,"name":"label","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param121","ignoreFilterName":null,"in":null,"level":1,"name":"phone","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param122","ignoreFilterName":null,"in":null,"level":1,"name":"provinceCode","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param123","ignoreFilterName":null,"in":null,"level":1,"name":"provinceName","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param124","ignoreFilterName":null,"in":null,"level":1,"name":"sex","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param125","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param126","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param127","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["AddressBook"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param65","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param66","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«AddressBook»","responseRefParameters":[{"name":"AddressBook","params":[{"name":"cityCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param27","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"cityName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param28","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"consignee","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param29","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param30","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param31","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"detail","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param32","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"districtCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param33","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"districtName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param34","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param35","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isDefault","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param36","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param37","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"label","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param38","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param39","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"provinceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param40","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"provinceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param41","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"sex","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param42","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param43","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param44","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param45","pid":"param26","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param26","name":"AddressBook","params":[{"name":"cityCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param46","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"cityName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param47","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"consignee","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param48","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param49","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param50","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"detail","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param51","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"districtCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param52","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"districtName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param53","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param54","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"isDefault","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param55","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param56","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"label","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param57","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param58","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"provinceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param59","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"provinceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param60","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"sex","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param61","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param62","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param63","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param64","pid":"param26","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param25","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"AddressBook","in":null,"schema":true,"schemaValue":"AddressBook","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param26","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param109","ignoreFilterName":null,"in":null,"level":1,"name":"cityCode","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param110","ignoreFilterName":null,"in":null,"level":1,"name":"cityName","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param111","ignoreFilterName":null,"in":null,"level":1,"name":"consignee","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param112","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param113","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param114","ignoreFilterName":null,"in":null,"level":1,"name":"detail","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param115","ignoreFilterName":null,"in":null,"level":1,"name":"districtCode","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param116","ignoreFilterName":null,"in":null,"level":1,"name":"districtName","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param117","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param118","ignoreFilterName":null,"in":null,"level":1,"name":"isDefault","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param119","ignoreFilterName":null,"in":null,"level":1,"name":"isDeleted","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param120","ignoreFilterName":null,"in":null,"level":1,"name":"label","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param121","ignoreFilterName":null,"in":null,"level":1,"name":"phone","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param122","ignoreFilterName":null,"in":null,"level":1,"name":"provinceCode","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param123","ignoreFilterName":null,"in":null,"level":1,"name":"provinceName","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param124","ignoreFilterName":null,"in":null,"level":1,"name":"sex","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param125","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param126","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param127","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["AddressBook","AddressBook"],"pid":"param26","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["AddressBook"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param65","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param66","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"57c44a66e5831b58ab9d0f31aabcb8c5","operationId":"updateUsingPUT","deprecated":false,"summary":"update","methodType":"PUT","showUrl":"/addressBook","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"cityCode\": \"\",\n \"cityName\": \"\",\n \"consignee\": \"\",\n \"createTime\": \"\",\n \"createUser\": 0,\n \"detail\": \"\",\n \"districtCode\": \"\",\n \"districtName\": \"\",\n \"id\": 0,\n \"isDefault\": 0,\n \"isDeleted\": 0,\n \"label\": \"\",\n \"phone\": \"\",\n \"provinceCode\": \"\",\n \"provinceName\": \"\",\n \"sex\": \"\",\n \"updateTime\": \"\",\n \"updateUser\": 0,\n \"userId\": 0\n}","reqParameters":[{"name":"addressBook","children":[{"name":"cityCode","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"cityName","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"consignee","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"detail","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"districtCode","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"districtName","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"isDefault","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"isDeleted","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"label","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"provinceCode","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"provinceName","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"userId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null}],"description":"addressBook","in":"body","require":true,"type":"AddressBook","schemaValue":"AddressBook"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param133","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param134","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param135","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param136","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param133","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param134","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param135","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param136","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param133","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param134","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param135","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param136","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"62a254b202c250dee2cb0570fd1b7d17","operationId":"deleteUsingDELETE","deprecated":false,"summary":"delete","methodType":"DELETE","showUrl":"/addressBook","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"ids","children":null,"description":"ids","in":"query","require":false,"type":"integer(int64)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"204","description":"No Content","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param142","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param143","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param144","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param145","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param142","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param143","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param144","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param145","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param142","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param143","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param144","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param145","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"56b56f47afbec7dbb9177cad674ed931","operationId":"getDefaultUsingGET","deprecated":false,"summary":"getDefault","methodType":"GET","showUrl":"/addressBook/default","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":null,"responseCodes":[{"code":"200","description":"OK","schema":"R«AddressBook»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param150","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"cityCode","children":null,"description":"","id":"param109","type":"string","schemaValue":null},{"name":"cityName","children":null,"description":"","id":"param110","type":"string","schemaValue":null},{"name":"consignee","children":null,"description":"","id":"param111","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","id":"param112","type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param113","type":"integer(int64)","schemaValue":null},{"name":"detail","children":null,"description":"","id":"param114","type":"string","schemaValue":null},{"name":"districtCode","children":null,"description":"","id":"param115","type":"string","schemaValue":null},{"name":"districtName","children":null,"description":"","id":"param116","type":"string","schemaValue":null},{"name":"id","children":null,"description":"","id":"param117","type":"integer(int64)","schemaValue":null},{"name":"isDefault","children":null,"description":"","id":"param118","type":"integer(int32)","schemaValue":null},{"name":"isDeleted","children":null,"description":"","id":"param119","type":"integer(int32)","schemaValue":null},{"name":"label","children":null,"description":"","id":"param120","type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","id":"param121","type":"string","schemaValue":null},{"name":"provinceCode","children":null,"description":"","id":"param122","type":"string","schemaValue":null},{"name":"provinceName","children":null,"description":"","id":"param123","type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","id":"param124","type":"string","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param125","type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param126","type":"integer(int64)","schemaValue":null},{"name":"userId","children":null,"description":"","id":"param127","type":"integer(int64)","schemaValue":null}],"description":"","id":"param151","type":"AddressBook","schemaValue":"AddressBook"},{"name":"map","children":null,"description":"","id":"param190","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param191","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"cityCode\": \"\",\n\t\t\"cityName\": \"\",\n\t\t\"consignee\": \"\",\n\t\t\"createTime\": \"\",\n\t\t\"createUser\": 0,\n\t\t\"detail\": \"\",\n\t\t\"districtCode\": \"\",\n\t\t\"districtName\": \"\",\n\t\t\"id\": 0,\n\t\t\"isDefault\": 0,\n\t\t\"isDeleted\": 0,\n\t\t\"label\": \"\",\n\t\t\"phone\": \"\",\n\t\t\"provinceCode\": \"\",\n\t\t\"provinceName\": \"\",\n\t\t\"sex\": \"\",\n\t\t\"updateTime\": \"\",\n\t\t\"updateUser\": 0,\n\t\t\"userId\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«AddressBook»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"cityCode\": \"\",\n\t\t\"cityName\": \"\",\n\t\t\"consignee\": \"\",\n\t\t\"createTime\": \"\",\n\t\t\"createUser\": 0,\n\t\t\"detail\": \"\",\n\t\t\"districtCode\": \"\",\n\t\t\"districtName\": \"\",\n\t\t\"id\": 0,\n\t\t\"isDefault\": 0,\n\t\t\"isDeleted\": 0,\n\t\t\"label\": \"\",\n\t\t\"phone\": \"\",\n\t\t\"provinceCode\": \"\",\n\t\t\"provinceName\": \"\",\n\t\t\"sex\": \"\",\n\t\t\"updateTime\": \"\",\n\t\t\"updateUser\": 0,\n\t\t\"userId\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"cityCode":"","cityName":"","consignee":"","createTime":"","createUser":0,"detail":"","districtCode":"","districtName":"","id":0,"isDefault":0,"isDeleted":0,"label":"","phone":"","provinceCode":"","provinceName":"","sex":"","updateTime":"","updateUser":0,"userId":0},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param150","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"AddressBook","in":null,"schema":true,"schemaValue":"AddressBook","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param151","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param109","ignoreFilterName":null,"in":null,"level":1,"name":"cityCode","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param110","ignoreFilterName":null,"in":null,"level":1,"name":"cityName","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param111","ignoreFilterName":null,"in":null,"level":1,"name":"consignee","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param112","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param113","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param114","ignoreFilterName":null,"in":null,"level":1,"name":"detail","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param115","ignoreFilterName":null,"in":null,"level":1,"name":"districtCode","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param116","ignoreFilterName":null,"in":null,"level":1,"name":"districtName","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param117","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param118","ignoreFilterName":null,"in":null,"level":1,"name":"isDefault","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param119","ignoreFilterName":null,"in":null,"level":1,"name":"isDeleted","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param120","ignoreFilterName":null,"in":null,"level":1,"name":"label","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param121","ignoreFilterName":null,"in":null,"level":1,"name":"phone","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param122","ignoreFilterName":null,"in":null,"level":1,"name":"provinceCode","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param123","ignoreFilterName":null,"in":null,"level":1,"name":"provinceName","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param124","ignoreFilterName":null,"in":null,"level":1,"name":"sex","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param125","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param126","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param127","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["AddressBook"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param190","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param191","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«AddressBook»","responseRefParameters":[{"name":"AddressBook","params":[{"name":"cityCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param152","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"cityName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param153","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"consignee","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param154","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param155","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param156","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"detail","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param157","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"districtCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param158","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"districtName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param159","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param160","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isDefault","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param161","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param162","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"label","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param163","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param164","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"provinceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param165","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"provinceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param166","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"sex","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param167","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param168","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param169","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param170","pid":"param151","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param151","name":"AddressBook","params":[{"name":"cityCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param171","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"cityName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param172","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"consignee","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param173","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param174","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param175","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"detail","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param176","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"districtCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param177","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"districtName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param178","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param179","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"isDefault","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param180","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param181","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"label","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param182","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param183","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"provinceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param184","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"provinceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param185","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"sex","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param186","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param187","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param188","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param189","pid":"param151","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param150","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"AddressBook","in":null,"schema":true,"schemaValue":"AddressBook","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param151","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param109","ignoreFilterName":null,"in":null,"level":1,"name":"cityCode","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param110","ignoreFilterName":null,"in":null,"level":1,"name":"cityName","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param111","ignoreFilterName":null,"in":null,"level":1,"name":"consignee","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param112","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param113","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param114","ignoreFilterName":null,"in":null,"level":1,"name":"detail","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param115","ignoreFilterName":null,"in":null,"level":1,"name":"districtCode","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param116","ignoreFilterName":null,"in":null,"level":1,"name":"districtName","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param117","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param118","ignoreFilterName":null,"in":null,"level":1,"name":"isDefault","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param119","ignoreFilterName":null,"in":null,"level":1,"name":"isDeleted","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param120","ignoreFilterName":null,"in":null,"level":1,"name":"label","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param121","ignoreFilterName":null,"in":null,"level":1,"name":"phone","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param122","ignoreFilterName":null,"in":null,"level":1,"name":"provinceCode","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param123","ignoreFilterName":null,"in":null,"level":1,"name":"provinceName","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param124","ignoreFilterName":null,"in":null,"level":1,"name":"sex","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param125","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param126","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param127","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["AddressBook","AddressBook"],"pid":"param151","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["AddressBook"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param190","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param191","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"361f3d6803c1a8a99a272ba8d345ed55","operationId":"setDefaultUsingPUT","deprecated":false,"summary":"setDefault","methodType":"PUT","showUrl":"/addressBook/default","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"cityCode\": \"\",\n \"cityName\": \"\",\n \"consignee\": \"\",\n \"createTime\": \"\",\n \"createUser\": 0,\n \"detail\": \"\",\n \"districtCode\": \"\",\n \"districtName\": \"\",\n \"id\": 0,\n \"isDefault\": 0,\n \"isDeleted\": 0,\n \"label\": \"\",\n \"phone\": \"\",\n \"provinceCode\": \"\",\n \"provinceName\": \"\",\n \"sex\": \"\",\n \"updateTime\": \"\",\n \"updateUser\": 0,\n \"userId\": 0\n}","reqParameters":[{"name":"addressBook","children":[{"name":"cityCode","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"cityName","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"consignee","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"detail","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"districtCode","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"districtName","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"isDefault","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"isDeleted","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"label","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"provinceCode","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"provinceName","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"userId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null}],"description":"addressBook","in":"body","require":true,"type":"AddressBook","schemaValue":"AddressBook"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«AddressBook»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param235","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"cityCode","children":null,"description":"","id":"param109","type":"string","schemaValue":null},{"name":"cityName","children":null,"description":"","id":"param110","type":"string","schemaValue":null},{"name":"consignee","children":null,"description":"","id":"param111","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","id":"param112","type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param113","type":"integer(int64)","schemaValue":null},{"name":"detail","children":null,"description":"","id":"param114","type":"string","schemaValue":null},{"name":"districtCode","children":null,"description":"","id":"param115","type":"string","schemaValue":null},{"name":"districtName","children":null,"description":"","id":"param116","type":"string","schemaValue":null},{"name":"id","children":null,"description":"","id":"param117","type":"integer(int64)","schemaValue":null},{"name":"isDefault","children":null,"description":"","id":"param118","type":"integer(int32)","schemaValue":null},{"name":"isDeleted","children":null,"description":"","id":"param119","type":"integer(int32)","schemaValue":null},{"name":"label","children":null,"description":"","id":"param120","type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","id":"param121","type":"string","schemaValue":null},{"name":"provinceCode","children":null,"description":"","id":"param122","type":"string","schemaValue":null},{"name":"provinceName","children":null,"description":"","id":"param123","type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","id":"param124","type":"string","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param125","type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param126","type":"integer(int64)","schemaValue":null},{"name":"userId","children":null,"description":"","id":"param127","type":"integer(int64)","schemaValue":null}],"description":"","id":"param236","type":"AddressBook","schemaValue":"AddressBook"},{"name":"map","children":null,"description":"","id":"param275","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param276","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"cityCode\": \"\",\n\t\t\"cityName\": \"\",\n\t\t\"consignee\": \"\",\n\t\t\"createTime\": \"\",\n\t\t\"createUser\": 0,\n\t\t\"detail\": \"\",\n\t\t\"districtCode\": \"\",\n\t\t\"districtName\": \"\",\n\t\t\"id\": 0,\n\t\t\"isDefault\": 0,\n\t\t\"isDeleted\": 0,\n\t\t\"label\": \"\",\n\t\t\"phone\": \"\",\n\t\t\"provinceCode\": \"\",\n\t\t\"provinceName\": \"\",\n\t\t\"sex\": \"\",\n\t\t\"updateTime\": \"\",\n\t\t\"updateUser\": 0,\n\t\t\"userId\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«AddressBook»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"cityCode\": \"\",\n\t\t\"cityName\": \"\",\n\t\t\"consignee\": \"\",\n\t\t\"createTime\": \"\",\n\t\t\"createUser\": 0,\n\t\t\"detail\": \"\",\n\t\t\"districtCode\": \"\",\n\t\t\"districtName\": \"\",\n\t\t\"id\": 0,\n\t\t\"isDefault\": 0,\n\t\t\"isDeleted\": 0,\n\t\t\"label\": \"\",\n\t\t\"phone\": \"\",\n\t\t\"provinceCode\": \"\",\n\t\t\"provinceName\": \"\",\n\t\t\"sex\": \"\",\n\t\t\"updateTime\": \"\",\n\t\t\"updateUser\": 0,\n\t\t\"userId\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"cityCode":"","cityName":"","consignee":"","createTime":"","createUser":0,"detail":"","districtCode":"","districtName":"","id":0,"isDefault":0,"isDeleted":0,"label":"","phone":"","provinceCode":"","provinceName":"","sex":"","updateTime":"","updateUser":0,"userId":0},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param235","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"AddressBook","in":null,"schema":true,"schemaValue":"AddressBook","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param236","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param109","ignoreFilterName":null,"in":null,"level":1,"name":"cityCode","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param110","ignoreFilterName":null,"in":null,"level":1,"name":"cityName","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param111","ignoreFilterName":null,"in":null,"level":1,"name":"consignee","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param112","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param113","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param114","ignoreFilterName":null,"in":null,"level":1,"name":"detail","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param115","ignoreFilterName":null,"in":null,"level":1,"name":"districtCode","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param116","ignoreFilterName":null,"in":null,"level":1,"name":"districtName","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param117","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param118","ignoreFilterName":null,"in":null,"level":1,"name":"isDefault","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param119","ignoreFilterName":null,"in":null,"level":1,"name":"isDeleted","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param120","ignoreFilterName":null,"in":null,"level":1,"name":"label","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param121","ignoreFilterName":null,"in":null,"level":1,"name":"phone","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param122","ignoreFilterName":null,"in":null,"level":1,"name":"provinceCode","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param123","ignoreFilterName":null,"in":null,"level":1,"name":"provinceName","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param124","ignoreFilterName":null,"in":null,"level":1,"name":"sex","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param125","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param126","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param127","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["AddressBook"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param275","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param276","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«AddressBook»","responseRefParameters":[{"name":"AddressBook","params":[{"name":"cityCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param237","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"cityName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param238","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"consignee","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param239","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param240","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param241","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"detail","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param242","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"districtCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param243","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"districtName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param244","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param245","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isDefault","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param246","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param247","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"label","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param248","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param249","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"provinceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param250","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"provinceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param251","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"sex","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param252","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param253","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param254","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param255","pid":"param236","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param236","name":"AddressBook","params":[{"name":"cityCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param256","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"cityName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param257","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"consignee","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param258","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param259","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param260","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"detail","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param261","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"districtCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param262","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"districtName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param263","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param264","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"isDefault","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param265","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param266","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"label","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param267","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param268","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"provinceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param269","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"provinceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param270","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"sex","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param271","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param272","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param273","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param274","pid":"param236","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param235","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"AddressBook","in":null,"schema":true,"schemaValue":"AddressBook","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param236","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param109","ignoreFilterName":null,"in":null,"level":1,"name":"cityCode","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param110","ignoreFilterName":null,"in":null,"level":1,"name":"cityName","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param111","ignoreFilterName":null,"in":null,"level":1,"name":"consignee","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param112","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param113","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param114","ignoreFilterName":null,"in":null,"level":1,"name":"detail","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param115","ignoreFilterName":null,"in":null,"level":1,"name":"districtCode","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param116","ignoreFilterName":null,"in":null,"level":1,"name":"districtName","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param117","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param118","ignoreFilterName":null,"in":null,"level":1,"name":"isDefault","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param119","ignoreFilterName":null,"in":null,"level":1,"name":"isDeleted","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param120","ignoreFilterName":null,"in":null,"level":1,"name":"label","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param121","ignoreFilterName":null,"in":null,"level":1,"name":"phone","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param122","ignoreFilterName":null,"in":null,"level":1,"name":"provinceCode","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param123","ignoreFilterName":null,"in":null,"level":1,"name":"provinceName","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param124","ignoreFilterName":null,"in":null,"level":1,"name":"sex","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param125","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param126","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param127","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["AddressBook","AddressBook"],"pid":"param236","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["AddressBook"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param275","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param276","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"7864f9146ba545e7f92907738cbfcb12","operationId":"listUsingGET","deprecated":false,"summary":"list","methodType":"GET","showUrl":"/addressBook/list","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"cityCode","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"cityName","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"consignee","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","in":"query","require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"detail","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"districtCode","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"districtName","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"id","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"isDefault","children":null,"description":"","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"isDeleted","children":null,"description":"","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"label","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"provinceCode","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"provinceName","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":"query","require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"userId","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«List«AddressBook»»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param342","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"cityCode","children":null,"description":"","id":"param109","type":"string","schemaValue":null},{"name":"cityName","children":null,"description":"","id":"param110","type":"string","schemaValue":null},{"name":"consignee","children":null,"description":"","id":"param111","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","id":"param112","type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param113","type":"integer(int64)","schemaValue":null},{"name":"detail","children":null,"description":"","id":"param114","type":"string","schemaValue":null},{"name":"districtCode","children":null,"description":"","id":"param115","type":"string","schemaValue":null},{"name":"districtName","children":null,"description":"","id":"param116","type":"string","schemaValue":null},{"name":"id","children":null,"description":"","id":"param117","type":"integer(int64)","schemaValue":null},{"name":"isDefault","children":null,"description":"","id":"param118","type":"integer(int32)","schemaValue":null},{"name":"isDeleted","children":null,"description":"","id":"param119","type":"integer(int32)","schemaValue":null},{"name":"label","children":null,"description":"","id":"param120","type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","id":"param121","type":"string","schemaValue":null},{"name":"provinceCode","children":null,"description":"","id":"param122","type":"string","schemaValue":null},{"name":"provinceName","children":null,"description":"","id":"param123","type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","id":"param124","type":"string","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param125","type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param126","type":"integer(int64)","schemaValue":null},{"name":"userId","children":null,"description":"","id":"param127","type":"integer(int64)","schemaValue":null}],"description":"","id":"param343","type":"array","schemaValue":"AddressBook"},{"name":"map","children":null,"description":"","id":"param382","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param383","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": [\n\t\t{\n\t\t\t\"cityCode\": \"\",\n\t\t\t\"cityName\": \"\",\n\t\t\t\"consignee\": \"\",\n\t\t\t\"createTime\": \"\",\n\t\t\t\"createUser\": 0,\n\t\t\t\"detail\": \"\",\n\t\t\t\"districtCode\": \"\",\n\t\t\t\"districtName\": \"\",\n\t\t\t\"id\": 0,\n\t\t\t\"isDefault\": 0,\n\t\t\t\"isDeleted\": 0,\n\t\t\t\"label\": \"\",\n\t\t\t\"phone\": \"\",\n\t\t\t\"provinceCode\": \"\",\n\t\t\t\"provinceName\": \"\",\n\t\t\t\"sex\": \"\",\n\t\t\t\"updateTime\": \"\",\n\t\t\t\"updateUser\": 0,\n\t\t\t\"userId\": 0\n\t\t}\n\t],\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«List«AddressBook»»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": [\n\t\t{\n\t\t\t\"cityCode\": \"\",\n\t\t\t\"cityName\": \"\",\n\t\t\t\"consignee\": \"\",\n\t\t\t\"createTime\": \"\",\n\t\t\t\"createUser\": 0,\n\t\t\t\"detail\": \"\",\n\t\t\t\"districtCode\": \"\",\n\t\t\t\"districtName\": \"\",\n\t\t\t\"id\": 0,\n\t\t\t\"isDefault\": 0,\n\t\t\t\"isDeleted\": 0,\n\t\t\t\"label\": \"\",\n\t\t\t\"phone\": \"\",\n\t\t\t\"provinceCode\": \"\",\n\t\t\t\"provinceName\": \"\",\n\t\t\t\"sex\": \"\",\n\t\t\t\"updateTime\": \"\",\n\t\t\t\"updateUser\": 0,\n\t\t\t\"userId\": 0\n\t\t}\n\t],\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":[{"cityCode":"","cityName":"","consignee":"","createTime":"","createUser":0,"detail":"","districtCode":"","districtName":"","id":0,"isDefault":0,"isDeleted":0,"label":"","phone":"","provinceCode":"","provinceName":"","sex":"","updateTime":"","updateUser":0,"userId":0}],"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param342","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"AddressBook","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param343","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param109","ignoreFilterName":null,"in":null,"level":1,"name":"cityCode","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param110","ignoreFilterName":null,"in":null,"level":1,"name":"cityName","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param111","ignoreFilterName":null,"in":null,"level":1,"name":"consignee","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param112","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param113","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param114","ignoreFilterName":null,"in":null,"level":1,"name":"detail","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param115","ignoreFilterName":null,"in":null,"level":1,"name":"districtCode","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param116","ignoreFilterName":null,"in":null,"level":1,"name":"districtName","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param117","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param118","ignoreFilterName":null,"in":null,"level":1,"name":"isDefault","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param119","ignoreFilterName":null,"in":null,"level":1,"name":"isDeleted","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param120","ignoreFilterName":null,"in":null,"level":1,"name":"label","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param121","ignoreFilterName":null,"in":null,"level":1,"name":"phone","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param122","ignoreFilterName":null,"in":null,"level":1,"name":"provinceCode","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param123","ignoreFilterName":null,"in":null,"level":1,"name":"provinceName","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param124","ignoreFilterName":null,"in":null,"level":1,"name":"sex","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param125","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param126","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param127","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["AddressBook"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param382","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param383","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«List«AddressBook»»","responseRefParameters":[{"name":"AddressBook","params":[{"name":"cityCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param344","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"cityName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param345","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"consignee","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param346","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param347","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param348","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"detail","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param349","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"districtCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param350","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"districtName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param351","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param352","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isDefault","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param353","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param354","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"label","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param355","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param356","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"provinceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param357","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"provinceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param358","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"sex","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param359","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param360","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param361","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param362","pid":"param343","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param343","name":"AddressBook","params":[{"name":"cityCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param363","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"cityName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param364","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"consignee","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param365","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param366","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param367","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"detail","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param368","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"districtCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param369","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"districtName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param370","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param371","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"isDefault","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param372","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param373","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"label","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param374","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param375","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"provinceCode","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param376","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"provinceName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param377","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"sex","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param378","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param379","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param380","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param381","pid":"param343","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["AddressBook","AddressBook"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param342","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"AddressBook","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param343","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param109","ignoreFilterName":null,"in":null,"level":1,"name":"cityCode","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param110","ignoreFilterName":null,"in":null,"level":1,"name":"cityName","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param111","ignoreFilterName":null,"in":null,"level":1,"name":"consignee","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param112","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param113","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param114","ignoreFilterName":null,"in":null,"level":1,"name":"detail","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param115","ignoreFilterName":null,"in":null,"level":1,"name":"districtCode","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param116","ignoreFilterName":null,"in":null,"level":1,"name":"districtName","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param117","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param118","ignoreFilterName":null,"in":null,"level":1,"name":"isDefault","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param119","ignoreFilterName":null,"in":null,"level":1,"name":"isDeleted","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param120","ignoreFilterName":null,"in":null,"level":1,"name":"label","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param121","ignoreFilterName":null,"in":null,"level":1,"name":"phone","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param122","ignoreFilterName":null,"in":null,"level":1,"name":"provinceCode","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param123","ignoreFilterName":null,"in":null,"level":1,"name":"provinceName","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param124","ignoreFilterName":null,"in":null,"level":1,"name":"sex","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param125","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param126","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param127","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["AddressBook","AddressBook"],"pid":"param343","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["AddressBook"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param382","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param383","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"c050d0c3004be64621c58acbc31ba050","operationId":"getUsingGET","deprecated":false,"summary":"get","methodType":"GET","showUrl":"/addressBook/{id}","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"id","children":null,"description":"id","in":"path","require":true,"type":"integer(int64)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param431","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param432","type":"object","schemaValue":null},{"name":"map","children":null,"description":"","id":"param433","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param434","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param431","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param432","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param433","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param434","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param431","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param432","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param433","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param434","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":true,"hasChanged":false},{"name":"category-controller","description":null,"order":2147483647,"author":null,"childrens":[{"id":"4f7137de8f382e375f362ae42753b6cb","operationId":"saveUsingPOST_1","deprecated":false,"summary":"save","methodType":"POST","showUrl":"/category","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"createTime\": \"\",\n \"createUser\": 0,\n \"id\": 0,\n \"name\": \"\",\n \"sort\": 0,\n \"type\": 0,\n \"updateTime\": \"\",\n \"updateUser\": 0\n}","reqParameters":[{"name":"category","children":[{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"sort","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"type","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null}],"description":"category","in":"body","require":true,"type":"Category","schemaValue":"Category"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param448","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param449","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param450","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param451","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param448","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param449","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param450","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param451","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param448","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param449","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param450","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param451","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"917be42f39122a84a6072a3455dee008","operationId":"updateUsingPUT_1","deprecated":false,"summary":"update","methodType":"PUT","showUrl":"/category","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"createTime\": \"\",\n \"createUser\": 0,\n \"id\": 0,\n \"name\": \"\",\n \"sort\": 0,\n \"type\": 0,\n \"updateTime\": \"\",\n \"updateUser\": 0\n}","reqParameters":[{"name":"category","children":[{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"sort","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"type","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null}],"description":"category","in":"body","require":true,"type":"Category","schemaValue":"Category"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param465","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param466","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param467","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param468","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param465","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param466","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param467","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param468","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param465","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param466","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param467","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param468","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"0cd3aee41494842b55bf0e5ce3572f40","operationId":"deleteUsingDELETE_1","deprecated":false,"summary":"delete","methodType":"DELETE","showUrl":"/category","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"id","children":null,"description":"id","in":"query","require":false,"type":"integer(int64)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"204","description":"No Content","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param474","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param475","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param476","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param477","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param474","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param475","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param476","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param477","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param474","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param475","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param476","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param477","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"e8e7976e604d0e50bc83e38c46a1f4b1","operationId":"listUsingGET_1","deprecated":false,"summary":"list","methodType":"GET","showUrl":"/category/list","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"createTime","children":null,"description":"","in":"query","require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"name","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"sort","children":null,"description":"","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"type","children":null,"description":"","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":"query","require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«List«Category»»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param494","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"createTime","children":null,"description":"","id":"param456","type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param457","type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","id":"param458","type":"integer(int64)","schemaValue":null},{"name":"name","children":null,"description":"","id":"param459","type":"string","schemaValue":null},{"name":"sort","children":null,"description":"","id":"param460","type":"integer(int32)","schemaValue":null},{"name":"type","children":null,"description":"","id":"param461","type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param462","type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param463","type":"integer(int64)","schemaValue":null}],"description":"","id":"param495","type":"array","schemaValue":"Category"},{"name":"map","children":null,"description":"","id":"param512","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param513","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": [\n\t\t{\n\t\t\t\"createTime\": \"\",\n\t\t\t\"createUser\": 0,\n\t\t\t\"id\": 0,\n\t\t\t\"name\": \"\",\n\t\t\t\"sort\": 0,\n\t\t\t\"type\": 0,\n\t\t\t\"updateTime\": \"\",\n\t\t\t\"updateUser\": 0\n\t\t}\n\t],\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«List«Category»»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": [\n\t\t{\n\t\t\t\"createTime\": \"\",\n\t\t\t\"createUser\": 0,\n\t\t\t\"id\": 0,\n\t\t\t\"name\": \"\",\n\t\t\t\"sort\": 0,\n\t\t\t\"type\": 0,\n\t\t\t\"updateTime\": \"\",\n\t\t\t\"updateUser\": 0\n\t\t}\n\t],\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":[{"createTime":"","createUser":0,"id":0,"name":"","sort":0,"type":0,"updateTime":"","updateUser":0}],"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param494","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"Category","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param495","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param456","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param457","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param458","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param459","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param460","ignoreFilterName":null,"in":null,"level":1,"name":"sort","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param461","ignoreFilterName":null,"in":null,"level":1,"name":"type","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param462","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param463","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Category"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param512","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param513","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«List«Category»»","responseRefParameters":[{"name":"Category","params":[{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param496","pid":"param495","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param497","pid":"param495","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param498","pid":"param495","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param499","pid":"param495","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"sort","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param500","pid":"param495","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"type","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param501","pid":"param495","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param502","pid":"param495","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param503","pid":"param495","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param495","name":"Category","params":[{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param504","pid":"param495","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Category","Category"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param505","pid":"param495","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Category","Category"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param506","pid":"param495","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Category","Category"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param507","pid":"param495","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Category","Category"]},{"name":"sort","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param508","pid":"param495","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Category","Category"]},{"name":"type","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param509","pid":"param495","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Category","Category"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param510","pid":"param495","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Category","Category"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param511","pid":"param495","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Category","Category"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param494","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"Category","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param495","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param456","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param457","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param458","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param459","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param460","ignoreFilterName":null,"in":null,"level":1,"name":"sort","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param461","ignoreFilterName":null,"in":null,"level":1,"name":"type","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param462","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param463","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["Category","Category"],"pid":"param495","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Category"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param512","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param513","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"72c0a5363d259b840af4fcaae36c0a3f","operationId":"pageUsingGET","deprecated":false,"summary":"page","methodType":"GET","showUrl":"/category/page","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"page","children":null,"description":"page","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"pageSize","children":null,"description":"pageSize","in":"query","require":false,"type":"integer(int32)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«Page»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param553","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"countId","children":null,"description":"","id":"param613","type":"string","schemaValue":null},{"name":"current","children":null,"description":"","id":"param614","type":"integer(int64)","schemaValue":null},{"name":"hitCount","children":null,"description":"","id":"param615","type":"boolean","schemaValue":null},{"name":"maxLimit","children":null,"description":"","id":"param616","type":"integer(int64)","schemaValue":null},{"name":"optimizeCountSql","children":null,"description":"","id":"param617","type":"boolean","schemaValue":null},{"name":"orders","children":[{"name":"asc","children":null,"description":"","id":"param619","type":"boolean","schemaValue":null},{"name":"column","children":null,"description":"","id":"param620","type":"string","schemaValue":null}],"description":"","id":"param618","type":"array","schemaValue":"OrderItem"},{"name":"pages","children":null,"description":"","id":"param621","type":"integer(int64)","schemaValue":null},{"name":"records","children":null,"description":"","id":"param622","type":"array","schemaValue":"object"},{"name":"searchCount","children":null,"description":"","id":"param623","type":"boolean","schemaValue":null},{"name":"size","children":null,"description":"","id":"param624","type":"integer(int64)","schemaValue":null},{"name":"total","children":null,"description":"","id":"param625","type":"integer(int64)","schemaValue":null}],"description":"","id":"param554","type":"Page","schemaValue":"Page"},{"name":"map","children":null,"description":"","id":"param581","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param582","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"countId\": \"\",\n\t\t\"current\": 0,\n\t\t\"hitCount\": true,\n\t\t\"maxLimit\": 0,\n\t\t\"optimizeCountSql\": true,\n\t\t\"orders\": [\n\t\t\t{\n\t\t\t\t\"asc\": true,\n\t\t\t\t\"column\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"pages\": 0,\n\t\t\"records\": [],\n\t\t\"searchCount\": true,\n\t\t\"size\": 0,\n\t\t\"total\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«Page»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"countId\": \"\",\n\t\t\"current\": 0,\n\t\t\"hitCount\": true,\n\t\t\"maxLimit\": 0,\n\t\t\"optimizeCountSql\": true,\n\t\t\"orders\": [\n\t\t\t{\n\t\t\t\t\"asc\": true,\n\t\t\t\t\"column\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"pages\": 0,\n\t\t\"records\": [],\n\t\t\"searchCount\": true,\n\t\t\"size\": 0,\n\t\t\"total\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"countId":"","current":0,"hitCount":true,"maxLimit":0,"optimizeCountSql":true,"orders":[{"asc":true,"column":""}],"pages":0,"records":[],"searchCount":true,"size":0,"total":0},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param553","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Page","in":null,"schema":true,"schemaValue":"Page","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param554","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param613","ignoreFilterName":null,"in":null,"level":1,"name":"countId","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param614","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param615","ignoreFilterName":null,"in":null,"level":1,"name":"hitCount","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param616","ignoreFilterName":null,"in":null,"level":1,"name":"maxLimit","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param617","ignoreFilterName":null,"in":null,"level":1,"name":"optimizeCountSql","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param619","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param620","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param618","ignoreFilterName":null,"in":null,"level":1,"name":"orders","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":true,"schemaValue":"OrderItem","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param621","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param622","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":"object","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param623","ignoreFilterName":null,"in":null,"level":1,"name":"searchCount","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param624","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param625","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Page"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param581","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param582","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«Page»","responseRefParameters":[{"name":"Page","params":[{"name":"countId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param555","pid":"param554","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param556","pid":"param554","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"hitCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param557","pid":"param554","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"maxLimit","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param558","pid":"param554","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"optimizeCountSql","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param559","pid":"param554","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"orders","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OrderItem","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param560","pid":"param554","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param563","pid":"param554","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param564","pid":"param554","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"searchCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param565","pid":"param554","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param566","pid":"param554","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param567","pid":"param554","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"OrderItem","params":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param561","pid":"param560","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param562","pid":"param560","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param554","name":"Page","params":[{"name":"countId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param568","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param569","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"hitCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param570","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"maxLimit","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param571","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"optimizeCountSql","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param572","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"orders","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OrderItem","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param573","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param576","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":false,"schemaValue":"object","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param577","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"searchCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param578","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param579","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param580","pid":"param554","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param573","name":"OrderItem","params":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param574","pid":"param573","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param575","pid":"param573","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param553","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Page","in":null,"schema":true,"schemaValue":"Page","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param554","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param613","ignoreFilterName":null,"in":null,"level":1,"name":"countId","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param614","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param615","ignoreFilterName":null,"in":null,"level":1,"name":"hitCount","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param616","ignoreFilterName":null,"in":null,"level":1,"name":"maxLimit","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param617","ignoreFilterName":null,"in":null,"level":1,"name":"optimizeCountSql","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param619","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param620","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param618","ignoreFilterName":null,"in":null,"level":1,"name":"orders","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":true,"schemaValue":"OrderItem","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param621","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param622","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":"object","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param623","ignoreFilterName":null,"in":null,"level":1,"name":"searchCount","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param624","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param625","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["Page","Page"],"pid":"param554","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Page"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param581","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param582","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":true,"hasChanged":false},{"name":"dish-controller","description":null,"order":2147483647,"author":null,"childrens":[{"id":"6099c0838b7a3901de9a684869355f86","operationId":"saveUsingPOST_2","deprecated":false,"summary":"save","methodType":"POST","showUrl":"/dish","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"categoryId\": 0,\n \"categoryName\": \"\",\n \"code\": \"\",\n \"copies\": 0,\n \"createTime\": \"\",\n \"createUser\": 0,\n \"description\": \"\",\n \"flavors\": [\n {\n \"createTime\": \"\",\n \"createUser\": 0,\n \"dishId\": 0,\n \"id\": 0,\n \"isDeleted\": 0,\n \"name\": \"\",\n \"updateTime\": \"\",\n \"updateUser\": 0,\n \"value\": \"\"\n }\n ],\n \"id\": 0,\n \"image\": \"\",\n \"isDeleted\": 0,\n \"name\": \"\",\n \"price\": 0,\n \"sort\": 0,\n \"status\": 0,\n \"updateTime\": \"\",\n \"updateUser\": 0\n}","reqParameters":[{"name":"dishDto","children":[{"name":"categoryId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"categoryName","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"code","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"copies","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"description","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"flavors","children":[{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"dishId","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"isDeleted","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"value","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"array","schemaValue":"DishFlavor"},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"isDeleted","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"price","children":null,"description":"","in":null,"require":false,"type":"number","schemaValue":null},{"name":"sort","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"status","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null}],"description":"dishDto","in":"body","require":true,"type":"DishDto","schemaValue":"DishDto"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param653","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param654","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param655","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param656","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param653","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param654","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param655","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param656","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param653","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param654","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param655","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param656","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"30b89ee2f28d4c53ba4d63aa9dcb5e69","operationId":"updateUsingPUT_2","deprecated":false,"summary":"update","methodType":"PUT","showUrl":"/dish","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"categoryId\": 0,\n \"categoryName\": \"\",\n \"code\": \"\",\n \"copies\": 0,\n \"createTime\": \"\",\n \"createUser\": 0,\n \"description\": \"\",\n \"flavors\": [\n {\n \"createTime\": \"\",\n \"createUser\": 0,\n \"dishId\": 0,\n \"id\": 0,\n \"isDeleted\": 0,\n \"name\": \"\",\n \"updateTime\": \"\",\n \"updateUser\": 0,\n \"value\": \"\"\n }\n ],\n \"id\": 0,\n \"image\": \"\",\n \"isDeleted\": 0,\n \"name\": \"\",\n \"price\": 0,\n \"sort\": 0,\n \"status\": 0,\n \"updateTime\": \"\",\n \"updateUser\": 0\n}","reqParameters":[{"name":"dishDto","children":[{"name":"categoryId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"categoryName","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"code","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"copies","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"description","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"flavors","children":[{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"dishId","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"isDeleted","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"value","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null}],"description":"","in":null,"require":false,"type":"array","schemaValue":"DishFlavor"},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"isDeleted","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"price","children":null,"description":"","in":null,"require":false,"type":"number","schemaValue":null},{"name":"sort","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"status","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null}],"description":"dishDto","in":"body","require":true,"type":"DishDto","schemaValue":"DishDto"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param688","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param689","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param690","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param691","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param688","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param689","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param690","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param691","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param688","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param689","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param690","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param691","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"88232252c8b029297828ab7f571499b9","operationId":"deleteUsingDELETE_2","deprecated":false,"summary":"delete","methodType":"DELETE","showUrl":"/dish","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"ids","children":null,"description":"ids","in":"query","require":true,"type":"array","schemaValue":"integer"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"204","description":"No Content","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param697","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param698","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param699","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param700","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param697","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param698","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param699","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param700","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param697","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param698","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param699","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param700","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"306e260d0dd649792b07f45f343f7895","operationId":"listUsingGET_2","deprecated":false,"summary":"list","methodType":"GET","showUrl":"/dish/list","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"categoryId","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"code","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","in":"query","require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"description","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"id","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"isDeleted","children":null,"description":"","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"name","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"price","children":null,"description":"","in":"query","require":false,"type":"number","schemaValue":null},{"name":"sort","children":null,"description":"","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"status","children":null,"description":"","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":"query","require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«List«DishDto»»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param723","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"categoryId","children":null,"description":"","id":"param661","type":"integer(int64)","schemaValue":null},{"name":"categoryName","children":null,"description":"","id":"param662","type":"string","schemaValue":null},{"name":"code","children":null,"description":"","id":"param663","type":"string","schemaValue":null},{"name":"copies","children":null,"description":"","id":"param664","type":"integer(int32)","schemaValue":null},{"name":"createTime","children":null,"description":"","id":"param665","type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param666","type":"integer(int64)","schemaValue":null},{"name":"description","children":null,"description":"","id":"param667","type":"string","schemaValue":null},{"name":"flavors","children":[{"name":"createTime","children":null,"description":"","id":"param669","type":"string","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param670","type":"integer","schemaValue":null},{"name":"dishId","children":null,"description":"","id":"param671","type":"integer","schemaValue":null},{"name":"id","children":null,"description":"","id":"param672","type":"integer","schemaValue":null},{"name":"isDeleted","children":null,"description":"","id":"param673","type":"integer","schemaValue":null},{"name":"name","children":null,"description":"","id":"param674","type":"string","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param675","type":"string","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param676","type":"integer","schemaValue":null},{"name":"value","children":null,"description":"","id":"param677","type":"string","schemaValue":null}],"description":"","id":"param668","type":"array","schemaValue":"DishFlavor"},{"name":"id","children":null,"description":"","id":"param678","type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","id":"param679","type":"string","schemaValue":null},{"name":"isDeleted","children":null,"description":"","id":"param680","type":"integer(int32)","schemaValue":null},{"name":"name","children":null,"description":"","id":"param681","type":"string","schemaValue":null},{"name":"price","children":null,"description":"","id":"param682","type":"number","schemaValue":null},{"name":"sort","children":null,"description":"","id":"param683","type":"integer(int32)","schemaValue":null},{"name":"status","children":null,"description":"","id":"param684","type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param685","type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param686","type":"integer(int64)","schemaValue":null}],"description":"","id":"param724","type":"array","schemaValue":"DishDto"},{"name":"map","children":null,"description":"","id":"param777","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param778","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": [\n\t\t{\n\t\t\t\"categoryId\": 0,\n\t\t\t\"categoryName\": \"\",\n\t\t\t\"code\": \"\",\n\t\t\t\"copies\": 0,\n\t\t\t\"createTime\": \"\",\n\t\t\t\"createUser\": 0,\n\t\t\t\"description\": \"\",\n\t\t\t\"flavors\": [\n\t\t\t\t{\n\t\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\t\"createUser\": 0,\n\t\t\t\t\t\"dishId\": 0,\n\t\t\t\t\t\"id\": 0,\n\t\t\t\t\t\"isDeleted\": 0,\n\t\t\t\t\t\"name\": \"\",\n\t\t\t\t\t\"updateTime\": \"\",\n\t\t\t\t\t\"updateUser\": 0,\n\t\t\t\t\t\"value\": \"\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"id\": 0,\n\t\t\t\"image\": \"\",\n\t\t\t\"isDeleted\": 0,\n\t\t\t\"name\": \"\",\n\t\t\t\"price\": 0,\n\t\t\t\"sort\": 0,\n\t\t\t\"status\": 0,\n\t\t\t\"updateTime\": \"\",\n\t\t\t\"updateUser\": 0\n\t\t}\n\t],\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«List«DishDto»»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": [\n\t\t{\n\t\t\t\"categoryId\": 0,\n\t\t\t\"categoryName\": \"\",\n\t\t\t\"code\": \"\",\n\t\t\t\"copies\": 0,\n\t\t\t\"createTime\": \"\",\n\t\t\t\"createUser\": 0,\n\t\t\t\"description\": \"\",\n\t\t\t\"flavors\": [\n\t\t\t\t{\n\t\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\t\"createUser\": 0,\n\t\t\t\t\t\"dishId\": 0,\n\t\t\t\t\t\"id\": 0,\n\t\t\t\t\t\"isDeleted\": 0,\n\t\t\t\t\t\"name\": \"\",\n\t\t\t\t\t\"updateTime\": \"\",\n\t\t\t\t\t\"updateUser\": 0,\n\t\t\t\t\t\"value\": \"\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"id\": 0,\n\t\t\t\"image\": \"\",\n\t\t\t\"isDeleted\": 0,\n\t\t\t\"name\": \"\",\n\t\t\t\"price\": 0,\n\t\t\t\"sort\": 0,\n\t\t\t\"status\": 0,\n\t\t\t\"updateTime\": \"\",\n\t\t\t\"updateUser\": 0\n\t\t}\n\t],\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":[{"categoryId":0,"categoryName":"","code":"","copies":0,"createTime":"","createUser":0,"description":"","flavors":[{"createTime":"","createUser":0,"dishId":0,"id":0,"isDeleted":0,"name":"","updateTime":"","updateUser":0,"value":""}],"id":0,"image":"","isDeleted":0,"name":"","price":0,"sort":0,"status":0,"updateTime":"","updateUser":0}],"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param723","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"DishDto","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param724","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param661","ignoreFilterName":null,"in":null,"level":1,"name":"categoryId","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param662","ignoreFilterName":null,"in":null,"level":1,"name":"categoryName","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param663","ignoreFilterName":null,"in":null,"level":1,"name":"code","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param664","ignoreFilterName":null,"in":null,"level":1,"name":"copies","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param665","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param666","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param667","ignoreFilterName":null,"in":null,"level":1,"name":"description","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param669","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param670","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param671","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param672","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param673","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param674","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param675","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param676","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"value","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param677","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param668","ignoreFilterName":null,"in":null,"level":1,"name":"flavors","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":true,"schemaValue":"DishFlavor","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param678","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param679","ignoreFilterName":null,"in":null,"level":1,"name":"image","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param680","ignoreFilterName":null,"in":null,"level":1,"name":"isDeleted","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param681","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param682","ignoreFilterName":null,"in":null,"level":1,"name":"price","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param683","ignoreFilterName":null,"in":null,"level":1,"name":"sort","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param684","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param685","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param686","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["DishDto"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param777","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param778","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«List«DishDto»»","responseRefParameters":[{"name":"DishDto","params":[{"name":"categoryId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param725","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"categoryName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param726","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param727","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"copies","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param728","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param729","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param730","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param731","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"flavors","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"DishFlavor","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param732","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param742","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"image","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param743","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param744","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param745","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param746","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"sort","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param747","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param748","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param749","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param750","pid":"param724","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"DishFlavor","params":[{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param733","pid":"param732","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param734","pid":"param732","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param735","pid":"param732","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param736","pid":"param732","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param737","pid":"param732","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param738","pid":"param732","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param739","pid":"param732","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param740","pid":"param732","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"value","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param741","pid":"param732","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param724","name":"DishDto","params":[{"name":"categoryId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param751","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"categoryName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param752","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param753","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"copies","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param754","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param755","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param756","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param757","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"flavors","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"DishFlavor","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param758","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param768","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"image","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param769","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param770","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param771","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param772","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"sort","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param773","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param774","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param775","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param776","pid":"param724","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param758","name":"DishFlavor","params":[{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param759","pid":"param758","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param760","pid":"param758","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param761","pid":"param758","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param762","pid":"param758","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param763","pid":"param758","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param764","pid":"param758","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param765","pid":"param758","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param766","pid":"param758","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"value","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param767","pid":"param758","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param723","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"DishDto","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param724","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param661","ignoreFilterName":null,"in":null,"level":1,"name":"categoryId","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param662","ignoreFilterName":null,"in":null,"level":1,"name":"categoryName","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param663","ignoreFilterName":null,"in":null,"level":1,"name":"code","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param664","ignoreFilterName":null,"in":null,"level":1,"name":"copies","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param665","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param666","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param667","ignoreFilterName":null,"in":null,"level":1,"name":"description","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param669","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param670","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param671","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param672","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param673","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param674","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param675","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param676","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"value","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param677","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param668","ignoreFilterName":null,"in":null,"level":1,"name":"flavors","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":true,"schemaValue":"DishFlavor","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param678","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param679","ignoreFilterName":null,"in":null,"level":1,"name":"image","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param680","ignoreFilterName":null,"in":null,"level":1,"name":"isDeleted","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param681","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param682","ignoreFilterName":null,"in":null,"level":1,"name":"price","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param683","ignoreFilterName":null,"in":null,"level":1,"name":"sort","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param684","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param685","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param686","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["DishDto","DishDto"],"pid":"param724","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["DishDto"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param777","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param778","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"436bbd57a979ffaf928722d8059aec20","operationId":"pageUsingGET_1","deprecated":false,"summary":"page","methodType":"GET","showUrl":"/dish/page","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"name","children":null,"description":"name","in":"query","require":false,"type":"string","schemaValue":null},{"name":"page","children":null,"description":"page","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"pageSize","children":null,"description":"pageSize","in":"query","require":false,"type":"integer(int32)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«Page»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param838","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"countId","children":null,"description":"","id":"param613","type":"string","schemaValue":null},{"name":"current","children":null,"description":"","id":"param614","type":"integer(int64)","schemaValue":null},{"name":"hitCount","children":null,"description":"","id":"param615","type":"boolean","schemaValue":null},{"name":"maxLimit","children":null,"description":"","id":"param616","type":"integer(int64)","schemaValue":null},{"name":"optimizeCountSql","children":null,"description":"","id":"param617","type":"boolean","schemaValue":null},{"name":"orders","children":[{"name":"asc","children":null,"description":"","id":"param619","type":"boolean","schemaValue":null},{"name":"column","children":null,"description":"","id":"param620","type":"string","schemaValue":null}],"description":"","id":"param618","type":"array","schemaValue":"OrderItem"},{"name":"pages","children":null,"description":"","id":"param621","type":"integer(int64)","schemaValue":null},{"name":"records","children":null,"description":"","id":"param622","type":"array","schemaValue":"object"},{"name":"searchCount","children":null,"description":"","id":"param623","type":"boolean","schemaValue":null},{"name":"size","children":null,"description":"","id":"param624","type":"integer(int64)","schemaValue":null},{"name":"total","children":null,"description":"","id":"param625","type":"integer(int64)","schemaValue":null}],"description":"","id":"param839","type":"Page","schemaValue":"Page"},{"name":"map","children":null,"description":"","id":"param866","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param867","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"countId\": \"\",\n\t\t\"current\": 0,\n\t\t\"hitCount\": true,\n\t\t\"maxLimit\": 0,\n\t\t\"optimizeCountSql\": true,\n\t\t\"orders\": [\n\t\t\t{\n\t\t\t\t\"asc\": true,\n\t\t\t\t\"column\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"pages\": 0,\n\t\t\"records\": [],\n\t\t\"searchCount\": true,\n\t\t\"size\": 0,\n\t\t\"total\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«Page»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"countId\": \"\",\n\t\t\"current\": 0,\n\t\t\"hitCount\": true,\n\t\t\"maxLimit\": 0,\n\t\t\"optimizeCountSql\": true,\n\t\t\"orders\": [\n\t\t\t{\n\t\t\t\t\"asc\": true,\n\t\t\t\t\"column\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"pages\": 0,\n\t\t\"records\": [],\n\t\t\"searchCount\": true,\n\t\t\"size\": 0,\n\t\t\"total\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"countId":"","current":0,"hitCount":true,"maxLimit":0,"optimizeCountSql":true,"orders":[{"asc":true,"column":""}],"pages":0,"records":[],"searchCount":true,"size":0,"total":0},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param838","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Page","in":null,"schema":true,"schemaValue":"Page","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param839","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param613","ignoreFilterName":null,"in":null,"level":1,"name":"countId","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param614","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param615","ignoreFilterName":null,"in":null,"level":1,"name":"hitCount","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param616","ignoreFilterName":null,"in":null,"level":1,"name":"maxLimit","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param617","ignoreFilterName":null,"in":null,"level":1,"name":"optimizeCountSql","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param619","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param620","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param618","ignoreFilterName":null,"in":null,"level":1,"name":"orders","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":true,"schemaValue":"OrderItem","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param621","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param622","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":"object","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param623","ignoreFilterName":null,"in":null,"level":1,"name":"searchCount","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param624","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param625","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Page"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param866","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param867","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«Page»","responseRefParameters":[{"name":"Page","params":[{"name":"countId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param840","pid":"param839","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param841","pid":"param839","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"hitCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param842","pid":"param839","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"maxLimit","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param843","pid":"param839","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"optimizeCountSql","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param844","pid":"param839","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"orders","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OrderItem","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param845","pid":"param839","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param848","pid":"param839","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param849","pid":"param839","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"searchCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param850","pid":"param839","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param851","pid":"param839","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param852","pid":"param839","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"OrderItem","params":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param846","pid":"param845","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param847","pid":"param845","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param839","name":"Page","params":[{"name":"countId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param853","pid":"param839","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param854","pid":"param839","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"hitCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param855","pid":"param839","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"maxLimit","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param856","pid":"param839","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"optimizeCountSql","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param857","pid":"param839","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"orders","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OrderItem","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param858","pid":"param839","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param861","pid":"param839","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":false,"schemaValue":"object","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param862","pid":"param839","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"searchCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param863","pid":"param839","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param864","pid":"param839","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param865","pid":"param839","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param858","name":"OrderItem","params":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param859","pid":"param858","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param860","pid":"param858","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param838","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Page","in":null,"schema":true,"schemaValue":"Page","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param839","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param613","ignoreFilterName":null,"in":null,"level":1,"name":"countId","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param614","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param615","ignoreFilterName":null,"in":null,"level":1,"name":"hitCount","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param616","ignoreFilterName":null,"in":null,"level":1,"name":"maxLimit","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param617","ignoreFilterName":null,"in":null,"level":1,"name":"optimizeCountSql","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param619","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param620","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param618","ignoreFilterName":null,"in":null,"level":1,"name":"orders","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":true,"schemaValue":"OrderItem","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param621","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param622","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":"object","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param623","ignoreFilterName":null,"in":null,"level":1,"name":"searchCount","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param624","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param625","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["Page","Page"],"pid":"param839","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Page"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param866","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param867","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"cb68cbc9e904eba73daf2e7b17bc4c29","operationId":"updateStatusUsingPOST","deprecated":false,"summary":"updateStatus","methodType":"POST","showUrl":"/dish/status/{status}","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"ids","children":null,"description":"ids","in":"query","require":true,"type":"array","schemaValue":"integer"},{"name":"status","children":null,"description":"status","in":"path","require":true,"type":"integer(int32)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param900","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param901","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param902","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param903","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param900","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param901","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param902","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param903","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param900","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param901","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param902","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param903","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"fe71c66aa900af50af7756d0a056a217","operationId":"getUsingGET_1","deprecated":false,"summary":"get","methodType":"GET","showUrl":"/dish/{id}","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"id","children":null,"description":"id","in":"path","require":true,"type":"integer(int64)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«DishDto»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param913","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"categoryId","children":null,"description":"","id":"param661","type":"integer(int64)","schemaValue":null},{"name":"categoryName","children":null,"description":"","id":"param662","type":"string","schemaValue":null},{"name":"code","children":null,"description":"","id":"param663","type":"string","schemaValue":null},{"name":"copies","children":null,"description":"","id":"param664","type":"integer(int32)","schemaValue":null},{"name":"createTime","children":null,"description":"","id":"param665","type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param666","type":"integer(int64)","schemaValue":null},{"name":"description","children":null,"description":"","id":"param667","type":"string","schemaValue":null},{"name":"flavors","children":[{"name":"createTime","children":null,"description":"","id":"param669","type":"string","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param670","type":"integer","schemaValue":null},{"name":"dishId","children":null,"description":"","id":"param671","type":"integer","schemaValue":null},{"name":"id","children":null,"description":"","id":"param672","type":"integer","schemaValue":null},{"name":"isDeleted","children":null,"description":"","id":"param673","type":"integer","schemaValue":null},{"name":"name","children":null,"description":"","id":"param674","type":"string","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param675","type":"string","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param676","type":"integer","schemaValue":null},{"name":"value","children":null,"description":"","id":"param677","type":"string","schemaValue":null}],"description":"","id":"param668","type":"array","schemaValue":"DishFlavor"},{"name":"id","children":null,"description":"","id":"param678","type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","id":"param679","type":"string","schemaValue":null},{"name":"isDeleted","children":null,"description":"","id":"param680","type":"integer(int32)","schemaValue":null},{"name":"name","children":null,"description":"","id":"param681","type":"string","schemaValue":null},{"name":"price","children":null,"description":"","id":"param682","type":"number","schemaValue":null},{"name":"sort","children":null,"description":"","id":"param683","type":"integer(int32)","schemaValue":null},{"name":"status","children":null,"description":"","id":"param684","type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param685","type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param686","type":"integer(int64)","schemaValue":null}],"description":"","id":"param914","type":"DishDto","schemaValue":"DishDto"},{"name":"map","children":null,"description":"","id":"param967","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param968","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"categoryId\": 0,\n\t\t\"categoryName\": \"\",\n\t\t\"code\": \"\",\n\t\t\"copies\": 0,\n\t\t\"createTime\": \"\",\n\t\t\"createUser\": 0,\n\t\t\"description\": \"\",\n\t\t\"flavors\": [\n\t\t\t{\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"createUser\": 0,\n\t\t\t\t\"dishId\": 0,\n\t\t\t\t\"id\": 0,\n\t\t\t\t\"isDeleted\": 0,\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"updateTime\": \"\",\n\t\t\t\t\"updateUser\": 0,\n\t\t\t\t\"value\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"id\": 0,\n\t\t\"image\": \"\",\n\t\t\"isDeleted\": 0,\n\t\t\"name\": \"\",\n\t\t\"price\": 0,\n\t\t\"sort\": 0,\n\t\t\"status\": 0,\n\t\t\"updateTime\": \"\",\n\t\t\"updateUser\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«DishDto»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"categoryId\": 0,\n\t\t\"categoryName\": \"\",\n\t\t\"code\": \"\",\n\t\t\"copies\": 0,\n\t\t\"createTime\": \"\",\n\t\t\"createUser\": 0,\n\t\t\"description\": \"\",\n\t\t\"flavors\": [\n\t\t\t{\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"createUser\": 0,\n\t\t\t\t\"dishId\": 0,\n\t\t\t\t\"id\": 0,\n\t\t\t\t\"isDeleted\": 0,\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"updateTime\": \"\",\n\t\t\t\t\"updateUser\": 0,\n\t\t\t\t\"value\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"id\": 0,\n\t\t\"image\": \"\",\n\t\t\"isDeleted\": 0,\n\t\t\"name\": \"\",\n\t\t\"price\": 0,\n\t\t\"sort\": 0,\n\t\t\"status\": 0,\n\t\t\"updateTime\": \"\",\n\t\t\"updateUser\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"categoryId":0,"categoryName":"","code":"","copies":0,"createTime":"","createUser":0,"description":"","flavors":[{"createTime":"","createUser":0,"dishId":0,"id":0,"isDeleted":0,"name":"","updateTime":"","updateUser":0,"value":""}],"id":0,"image":"","isDeleted":0,"name":"","price":0,"sort":0,"status":0,"updateTime":"","updateUser":0},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param913","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"DishDto","in":null,"schema":true,"schemaValue":"DishDto","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param914","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param661","ignoreFilterName":null,"in":null,"level":1,"name":"categoryId","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param662","ignoreFilterName":null,"in":null,"level":1,"name":"categoryName","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param663","ignoreFilterName":null,"in":null,"level":1,"name":"code","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param664","ignoreFilterName":null,"in":null,"level":1,"name":"copies","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param665","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param666","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param667","ignoreFilterName":null,"in":null,"level":1,"name":"description","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param669","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param670","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param671","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param672","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param673","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param674","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param675","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param676","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"value","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param677","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param668","ignoreFilterName":null,"in":null,"level":1,"name":"flavors","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":true,"schemaValue":"DishFlavor","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param678","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param679","ignoreFilterName":null,"in":null,"level":1,"name":"image","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param680","ignoreFilterName":null,"in":null,"level":1,"name":"isDeleted","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param681","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param682","ignoreFilterName":null,"in":null,"level":1,"name":"price","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param683","ignoreFilterName":null,"in":null,"level":1,"name":"sort","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param684","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param685","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param686","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["DishDto"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param967","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param968","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«DishDto»","responseRefParameters":[{"name":"DishDto","params":[{"name":"categoryId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param915","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"categoryName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param916","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param917","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"copies","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param918","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param919","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param920","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param921","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"flavors","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"DishFlavor","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param922","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param932","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"image","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param933","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param934","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param935","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param936","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"sort","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param937","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param938","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param939","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param940","pid":"param914","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"DishFlavor","params":[{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param923","pid":"param922","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param924","pid":"param922","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param925","pid":"param922","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param926","pid":"param922","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param927","pid":"param922","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param928","pid":"param922","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param929","pid":"param922","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param930","pid":"param922","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"value","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param931","pid":"param922","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param914","name":"DishDto","params":[{"name":"categoryId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param941","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"categoryName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param942","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param943","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"copies","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param944","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param945","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param946","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param947","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"flavors","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"DishFlavor","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param948","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param958","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"image","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param959","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param960","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param961","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param962","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"sort","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param963","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param964","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param965","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param966","pid":"param914","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param948","name":"DishFlavor","params":[{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param949","pid":"param948","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param950","pid":"param948","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param951","pid":"param948","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param952","pid":"param948","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param953","pid":"param948","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param954","pid":"param948","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param955","pid":"param948","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param956","pid":"param948","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"value","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param957","pid":"param948","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param913","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"DishDto","in":null,"schema":true,"schemaValue":"DishDto","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param914","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param661","ignoreFilterName":null,"in":null,"level":1,"name":"categoryId","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param662","ignoreFilterName":null,"in":null,"level":1,"name":"categoryName","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param663","ignoreFilterName":null,"in":null,"level":1,"name":"code","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param664","ignoreFilterName":null,"in":null,"level":1,"name":"copies","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param665","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param666","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param667","ignoreFilterName":null,"in":null,"level":1,"name":"description","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param669","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param670","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param671","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param672","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param673","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param674","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param675","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param676","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]},{"name":"value","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param677","pid":"param668","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["DishDto","DishDto","DishFlavor"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param668","ignoreFilterName":null,"in":null,"level":1,"name":"flavors","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":true,"schemaValue":"DishFlavor","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param678","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param679","ignoreFilterName":null,"in":null,"level":1,"name":"image","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param680","ignoreFilterName":null,"in":null,"level":1,"name":"isDeleted","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param681","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param682","ignoreFilterName":null,"in":null,"level":1,"name":"price","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param683","ignoreFilterName":null,"in":null,"level":1,"name":"sort","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param684","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param685","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param686","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["DishDto","DishDto"],"pid":"param914","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["DishDto"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param967","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param968","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":true,"hasChanged":false},{"name":"employee-controller","description":null,"order":2147483647,"author":null,"childrens":[{"id":"cfe4baec8b7fad6f438a929b10fb8829","operationId":"saveUsingPOST_3","deprecated":false,"summary":"save","methodType":"POST","showUrl":"/employee","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"createTime\": \"\",\n \"createUser\": 0,\n \"id\": 0,\n \"idNumber\": \"\",\n \"name\": \"\",\n \"password\": \"\",\n \"phone\": \"\",\n \"sex\": \"\",\n \"status\": 0,\n \"updateTime\": \"\",\n \"updateUser\": 0,\n \"username\": \"\"\n}","reqParameters":[{"name":"employee","children":[{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"idNumber","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"password","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"status","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"username","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null}],"description":"employee","in":"body","require":true,"type":"Employee","schemaValue":"Employee"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1038","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param1039","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param1040","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1041","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1038","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1039","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1040","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1041","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1038","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1039","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1040","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1041","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"4f819dd60d1b3c43d55ffc578d93aebd","operationId":"updateUsingPUT_3","deprecated":false,"summary":"update","methodType":"PUT","showUrl":"/employee","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"createTime\": \"\",\n \"createUser\": 0,\n \"id\": 0,\n \"idNumber\": \"\",\n \"name\": \"\",\n \"password\": \"\",\n \"phone\": \"\",\n \"sex\": \"\",\n \"status\": 0,\n \"updateTime\": \"\",\n \"updateUser\": 0,\n \"username\": \"\"\n}","reqParameters":[{"name":"employee","children":[{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"idNumber","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"password","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"status","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"username","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null}],"description":"employee","in":"body","require":true,"type":"Employee","schemaValue":"Employee"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1059","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param1060","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param1061","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1062","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1059","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1060","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1061","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1062","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1059","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1060","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1061","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1062","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"5e7d899d1b32780a8889b0b2b606f4b9","operationId":"loginUsingPOST","deprecated":false,"summary":"login","methodType":"POST","showUrl":"/employee/login","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"createTime\": \"\",\n \"createUser\": 0,\n \"id\": 0,\n \"idNumber\": \"\",\n \"name\": \"\",\n \"password\": \"\",\n \"phone\": \"\",\n \"sex\": \"\",\n \"status\": 0,\n \"updateTime\": \"\",\n \"updateUser\": 0,\n \"username\": \"\"\n}","reqParameters":[{"name":"employee","children":[{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"idNumber","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"password","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"status","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"username","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null}],"description":"employee","in":"body","require":true,"type":"Employee","schemaValue":"Employee"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«Employee»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1072","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"createTime","children":null,"description":"","id":"param1046","type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param1047","type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","id":"param1048","type":"integer(int64)","schemaValue":null},{"name":"idNumber","children":null,"description":"","id":"param1049","type":"string","schemaValue":null},{"name":"name","children":null,"description":"","id":"param1050","type":"string","schemaValue":null},{"name":"password","children":null,"description":"","id":"param1051","type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","id":"param1052","type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","id":"param1053","type":"string","schemaValue":null},{"name":"status","children":null,"description":"","id":"param1054","type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param1055","type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param1056","type":"integer(int64)","schemaValue":null},{"name":"username","children":null,"description":"","id":"param1057","type":"string","schemaValue":null}],"description":"","id":"param1073","type":"Employee","schemaValue":"Employee"},{"name":"map","children":null,"description":"","id":"param1098","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1099","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"createTime\": \"\",\n\t\t\"createUser\": 0,\n\t\t\"id\": 0,\n\t\t\"idNumber\": \"\",\n\t\t\"name\": \"\",\n\t\t\"password\": \"\",\n\t\t\"phone\": \"\",\n\t\t\"sex\": \"\",\n\t\t\"status\": 0,\n\t\t\"updateTime\": \"\",\n\t\t\"updateUser\": 0,\n\t\t\"username\": \"\"\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«Employee»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"createTime\": \"\",\n\t\t\"createUser\": 0,\n\t\t\"id\": 0,\n\t\t\"idNumber\": \"\",\n\t\t\"name\": \"\",\n\t\t\"password\": \"\",\n\t\t\"phone\": \"\",\n\t\t\"sex\": \"\",\n\t\t\"status\": 0,\n\t\t\"updateTime\": \"\",\n\t\t\"updateUser\": 0,\n\t\t\"username\": \"\"\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"createTime":"","createUser":0,"id":0,"idNumber":"","name":"","password":"","phone":"","sex":"","status":0,"updateTime":"","updateUser":0,"username":""},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1072","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Employee","in":null,"schema":true,"schemaValue":"Employee","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1073","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1046","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1047","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1048","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1049","ignoreFilterName":null,"in":null,"level":1,"name":"idNumber","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1050","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1051","ignoreFilterName":null,"in":null,"level":1,"name":"password","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1052","ignoreFilterName":null,"in":null,"level":1,"name":"phone","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1053","ignoreFilterName":null,"in":null,"level":1,"name":"sex","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1054","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1055","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1056","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1057","ignoreFilterName":null,"in":null,"level":1,"name":"username","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Employee"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1098","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1099","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«Employee»","responseRefParameters":[{"name":"Employee","params":[{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1074","pid":"param1073","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1075","pid":"param1073","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1076","pid":"param1073","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"idNumber","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1077","pid":"param1073","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1078","pid":"param1073","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"password","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1079","pid":"param1073","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1080","pid":"param1073","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"sex","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1081","pid":"param1073","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1082","pid":"param1073","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1083","pid":"param1073","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1084","pid":"param1073","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"username","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1085","pid":"param1073","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1073","name":"Employee","params":[{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1086","pid":"param1073","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1087","pid":"param1073","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1088","pid":"param1073","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"idNumber","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1089","pid":"param1073","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1090","pid":"param1073","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"password","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1091","pid":"param1073","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1092","pid":"param1073","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"sex","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1093","pid":"param1073","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1094","pid":"param1073","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1095","pid":"param1073","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1096","pid":"param1073","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"username","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1097","pid":"param1073","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1072","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Employee","in":null,"schema":true,"schemaValue":"Employee","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1073","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1046","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1047","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1048","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1049","ignoreFilterName":null,"in":null,"level":1,"name":"idNumber","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1050","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1051","ignoreFilterName":null,"in":null,"level":1,"name":"password","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1052","ignoreFilterName":null,"in":null,"level":1,"name":"phone","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1053","ignoreFilterName":null,"in":null,"level":1,"name":"sex","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1054","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1055","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1056","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1057","ignoreFilterName":null,"in":null,"level":1,"name":"username","parentTypes":["Employee","Employee"],"pid":"param1073","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Employee"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1098","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1099","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"eb2a473400aadf29c27aa181bc5cca3d","operationId":"logoutUsingPOST","deprecated":false,"summary":"logout","methodType":"POST","showUrl":"/employee/logout","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":null,"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1128","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param1129","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param1130","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1131","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1128","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1129","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1130","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1131","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1128","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1129","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1130","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1131","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"52808980a63a72fad73f0bd91ed58a6b","operationId":"pageUsingGET_2","deprecated":false,"summary":"page","methodType":"GET","showUrl":"/employee/page","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"name","children":null,"description":"name","in":"query","require":false,"type":"string","schemaValue":null},{"name":"page","children":null,"description":"page","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"pageSize","children":null,"description":"pageSize","in":"query","require":false,"type":"integer(int32)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«Page»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1139","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"countId","children":null,"description":"","id":"param613","type":"string","schemaValue":null},{"name":"current","children":null,"description":"","id":"param614","type":"integer(int64)","schemaValue":null},{"name":"hitCount","children":null,"description":"","id":"param615","type":"boolean","schemaValue":null},{"name":"maxLimit","children":null,"description":"","id":"param616","type":"integer(int64)","schemaValue":null},{"name":"optimizeCountSql","children":null,"description":"","id":"param617","type":"boolean","schemaValue":null},{"name":"orders","children":[{"name":"asc","children":null,"description":"","id":"param619","type":"boolean","schemaValue":null},{"name":"column","children":null,"description":"","id":"param620","type":"string","schemaValue":null}],"description":"","id":"param618","type":"array","schemaValue":"OrderItem"},{"name":"pages","children":null,"description":"","id":"param621","type":"integer(int64)","schemaValue":null},{"name":"records","children":null,"description":"","id":"param622","type":"array","schemaValue":"object"},{"name":"searchCount","children":null,"description":"","id":"param623","type":"boolean","schemaValue":null},{"name":"size","children":null,"description":"","id":"param624","type":"integer(int64)","schemaValue":null},{"name":"total","children":null,"description":"","id":"param625","type":"integer(int64)","schemaValue":null}],"description":"","id":"param1140","type":"Page","schemaValue":"Page"},{"name":"map","children":null,"description":"","id":"param1167","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1168","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"countId\": \"\",\n\t\t\"current\": 0,\n\t\t\"hitCount\": true,\n\t\t\"maxLimit\": 0,\n\t\t\"optimizeCountSql\": true,\n\t\t\"orders\": [\n\t\t\t{\n\t\t\t\t\"asc\": true,\n\t\t\t\t\"column\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"pages\": 0,\n\t\t\"records\": [],\n\t\t\"searchCount\": true,\n\t\t\"size\": 0,\n\t\t\"total\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«Page»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"countId\": \"\",\n\t\t\"current\": 0,\n\t\t\"hitCount\": true,\n\t\t\"maxLimit\": 0,\n\t\t\"optimizeCountSql\": true,\n\t\t\"orders\": [\n\t\t\t{\n\t\t\t\t\"asc\": true,\n\t\t\t\t\"column\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"pages\": 0,\n\t\t\"records\": [],\n\t\t\"searchCount\": true,\n\t\t\"size\": 0,\n\t\t\"total\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"countId":"","current":0,"hitCount":true,"maxLimit":0,"optimizeCountSql":true,"orders":[{"asc":true,"column":""}],"pages":0,"records":[],"searchCount":true,"size":0,"total":0},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1139","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Page","in":null,"schema":true,"schemaValue":"Page","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1140","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param613","ignoreFilterName":null,"in":null,"level":1,"name":"countId","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param614","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param615","ignoreFilterName":null,"in":null,"level":1,"name":"hitCount","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param616","ignoreFilterName":null,"in":null,"level":1,"name":"maxLimit","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param617","ignoreFilterName":null,"in":null,"level":1,"name":"optimizeCountSql","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param619","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param620","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param618","ignoreFilterName":null,"in":null,"level":1,"name":"orders","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":true,"schemaValue":"OrderItem","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param621","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param622","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":"object","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param623","ignoreFilterName":null,"in":null,"level":1,"name":"searchCount","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param624","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param625","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Page"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1167","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1168","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«Page»","responseRefParameters":[{"name":"Page","params":[{"name":"countId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1141","pid":"param1140","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1142","pid":"param1140","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"hitCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1143","pid":"param1140","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"maxLimit","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1144","pid":"param1140","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"optimizeCountSql","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1145","pid":"param1140","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"orders","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OrderItem","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1146","pid":"param1140","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1149","pid":"param1140","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1150","pid":"param1140","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"searchCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1151","pid":"param1140","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1152","pid":"param1140","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1153","pid":"param1140","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"OrderItem","params":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1147","pid":"param1146","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1148","pid":"param1146","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1140","name":"Page","params":[{"name":"countId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1154","pid":"param1140","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1155","pid":"param1140","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"hitCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1156","pid":"param1140","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"maxLimit","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1157","pid":"param1140","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"optimizeCountSql","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1158","pid":"param1140","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"orders","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OrderItem","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1159","pid":"param1140","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1162","pid":"param1140","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":false,"schemaValue":"object","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1163","pid":"param1140","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"searchCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1164","pid":"param1140","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1165","pid":"param1140","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1166","pid":"param1140","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param1159","name":"OrderItem","params":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1160","pid":"param1159","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1161","pid":"param1159","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1139","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Page","in":null,"schema":true,"schemaValue":"Page","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1140","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param613","ignoreFilterName":null,"in":null,"level":1,"name":"countId","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param614","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param615","ignoreFilterName":null,"in":null,"level":1,"name":"hitCount","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param616","ignoreFilterName":null,"in":null,"level":1,"name":"maxLimit","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param617","ignoreFilterName":null,"in":null,"level":1,"name":"optimizeCountSql","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param619","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param620","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param618","ignoreFilterName":null,"in":null,"level":1,"name":"orders","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":true,"schemaValue":"OrderItem","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param621","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param622","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":"object","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param623","ignoreFilterName":null,"in":null,"level":1,"name":"searchCount","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param624","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param625","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["Page","Page"],"pid":"param1140","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Page"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1167","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1168","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"8d7ea9928efa77d6131d0e446c240d81","operationId":"getByIdUsingGET","deprecated":false,"summary":"getById","methodType":"GET","showUrl":"/employee/{id}","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"id","children":null,"description":"id","in":"path","require":true,"type":"integer(int64)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«Employee»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1200","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"createTime","children":null,"description":"","id":"param1046","type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param1047","type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","id":"param1048","type":"integer(int64)","schemaValue":null},{"name":"idNumber","children":null,"description":"","id":"param1049","type":"string","schemaValue":null},{"name":"name","children":null,"description":"","id":"param1050","type":"string","schemaValue":null},{"name":"password","children":null,"description":"","id":"param1051","type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","id":"param1052","type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","id":"param1053","type":"string","schemaValue":null},{"name":"status","children":null,"description":"","id":"param1054","type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param1055","type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param1056","type":"integer(int64)","schemaValue":null},{"name":"username","children":null,"description":"","id":"param1057","type":"string","schemaValue":null}],"description":"","id":"param1201","type":"Employee","schemaValue":"Employee"},{"name":"map","children":null,"description":"","id":"param1226","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1227","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"createTime\": \"\",\n\t\t\"createUser\": 0,\n\t\t\"id\": 0,\n\t\t\"idNumber\": \"\",\n\t\t\"name\": \"\",\n\t\t\"password\": \"\",\n\t\t\"phone\": \"\",\n\t\t\"sex\": \"\",\n\t\t\"status\": 0,\n\t\t\"updateTime\": \"\",\n\t\t\"updateUser\": 0,\n\t\t\"username\": \"\"\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«Employee»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"createTime\": \"\",\n\t\t\"createUser\": 0,\n\t\t\"id\": 0,\n\t\t\"idNumber\": \"\",\n\t\t\"name\": \"\",\n\t\t\"password\": \"\",\n\t\t\"phone\": \"\",\n\t\t\"sex\": \"\",\n\t\t\"status\": 0,\n\t\t\"updateTime\": \"\",\n\t\t\"updateUser\": 0,\n\t\t\"username\": \"\"\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"createTime":"","createUser":0,"id":0,"idNumber":"","name":"","password":"","phone":"","sex":"","status":0,"updateTime":"","updateUser":0,"username":""},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1200","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Employee","in":null,"schema":true,"schemaValue":"Employee","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1201","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1046","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1047","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1048","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1049","ignoreFilterName":null,"in":null,"level":1,"name":"idNumber","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1050","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1051","ignoreFilterName":null,"in":null,"level":1,"name":"password","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1052","ignoreFilterName":null,"in":null,"level":1,"name":"phone","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1053","ignoreFilterName":null,"in":null,"level":1,"name":"sex","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1054","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1055","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1056","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1057","ignoreFilterName":null,"in":null,"level":1,"name":"username","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Employee"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1226","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1227","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«Employee»","responseRefParameters":[{"name":"Employee","params":[{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1202","pid":"param1201","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1203","pid":"param1201","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1204","pid":"param1201","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"idNumber","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1205","pid":"param1201","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1206","pid":"param1201","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"password","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1207","pid":"param1201","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1208","pid":"param1201","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"sex","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1209","pid":"param1201","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1210","pid":"param1201","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1211","pid":"param1201","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1212","pid":"param1201","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"username","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1213","pid":"param1201","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1201","name":"Employee","params":[{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1214","pid":"param1201","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1215","pid":"param1201","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1216","pid":"param1201","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"idNumber","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1217","pid":"param1201","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1218","pid":"param1201","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"password","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1219","pid":"param1201","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1220","pid":"param1201","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"sex","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1221","pid":"param1201","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1222","pid":"param1201","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1223","pid":"param1201","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1224","pid":"param1201","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]},{"name":"username","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1225","pid":"param1201","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Employee","Employee"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1200","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Employee","in":null,"schema":true,"schemaValue":"Employee","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1201","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1046","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1047","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1048","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1049","ignoreFilterName":null,"in":null,"level":1,"name":"idNumber","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1050","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1051","ignoreFilterName":null,"in":null,"level":1,"name":"password","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1052","ignoreFilterName":null,"in":null,"level":1,"name":"phone","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1053","ignoreFilterName":null,"in":null,"level":1,"name":"sex","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1054","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1055","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1056","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1057","ignoreFilterName":null,"in":null,"level":1,"name":"username","parentTypes":["Employee","Employee"],"pid":"param1201","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Employee"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1226","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1227","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":true,"hasChanged":false},{"name":"order-controller","description":null,"order":2147483647,"author":null,"childrens":[{"id":"062a45a868dc80921ac09687250dfc61","operationId":"dispatchUsingPUT","deprecated":false,"summary":"dispatch","methodType":"PUT","showUrl":"/order","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"map","children":null,"description":"map","in":"body","require":true,"type":"object","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1257","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param1258","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param1259","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1260","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1257","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1258","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1259","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1260","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1257","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1258","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1259","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1260","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"f404f9dcb979112779f7a66d20dbb878","operationId":"pageUsingGET_3","deprecated":false,"summary":"page","methodType":"GET","showUrl":"/order/page","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"map","children":null,"description":"map","in":"query","require":true,"type":"object","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«Page»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1266","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"countId","children":null,"description":"","id":"param613","type":"string","schemaValue":null},{"name":"current","children":null,"description":"","id":"param614","type":"integer(int64)","schemaValue":null},{"name":"hitCount","children":null,"description":"","id":"param615","type":"boolean","schemaValue":null},{"name":"maxLimit","children":null,"description":"","id":"param616","type":"integer(int64)","schemaValue":null},{"name":"optimizeCountSql","children":null,"description":"","id":"param617","type":"boolean","schemaValue":null},{"name":"orders","children":[{"name":"asc","children":null,"description":"","id":"param619","type":"boolean","schemaValue":null},{"name":"column","children":null,"description":"","id":"param620","type":"string","schemaValue":null}],"description":"","id":"param618","type":"array","schemaValue":"OrderItem"},{"name":"pages","children":null,"description":"","id":"param621","type":"integer(int64)","schemaValue":null},{"name":"records","children":null,"description":"","id":"param622","type":"array","schemaValue":"object"},{"name":"searchCount","children":null,"description":"","id":"param623","type":"boolean","schemaValue":null},{"name":"size","children":null,"description":"","id":"param624","type":"integer(int64)","schemaValue":null},{"name":"total","children":null,"description":"","id":"param625","type":"integer(int64)","schemaValue":null}],"description":"","id":"param1267","type":"Page","schemaValue":"Page"},{"name":"map","children":null,"description":"","id":"param1294","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1295","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"countId\": \"\",\n\t\t\"current\": 0,\n\t\t\"hitCount\": true,\n\t\t\"maxLimit\": 0,\n\t\t\"optimizeCountSql\": true,\n\t\t\"orders\": [\n\t\t\t{\n\t\t\t\t\"asc\": true,\n\t\t\t\t\"column\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"pages\": 0,\n\t\t\"records\": [],\n\t\t\"searchCount\": true,\n\t\t\"size\": 0,\n\t\t\"total\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«Page»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"countId\": \"\",\n\t\t\"current\": 0,\n\t\t\"hitCount\": true,\n\t\t\"maxLimit\": 0,\n\t\t\"optimizeCountSql\": true,\n\t\t\"orders\": [\n\t\t\t{\n\t\t\t\t\"asc\": true,\n\t\t\t\t\"column\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"pages\": 0,\n\t\t\"records\": [],\n\t\t\"searchCount\": true,\n\t\t\"size\": 0,\n\t\t\"total\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"countId":"","current":0,"hitCount":true,"maxLimit":0,"optimizeCountSql":true,"orders":[{"asc":true,"column":""}],"pages":0,"records":[],"searchCount":true,"size":0,"total":0},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1266","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Page","in":null,"schema":true,"schemaValue":"Page","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1267","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param613","ignoreFilterName":null,"in":null,"level":1,"name":"countId","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param614","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param615","ignoreFilterName":null,"in":null,"level":1,"name":"hitCount","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param616","ignoreFilterName":null,"in":null,"level":1,"name":"maxLimit","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param617","ignoreFilterName":null,"in":null,"level":1,"name":"optimizeCountSql","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param619","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param620","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param618","ignoreFilterName":null,"in":null,"level":1,"name":"orders","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":true,"schemaValue":"OrderItem","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param621","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param622","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":"object","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param623","ignoreFilterName":null,"in":null,"level":1,"name":"searchCount","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param624","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param625","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Page"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1294","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1295","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«Page»","responseRefParameters":[{"name":"Page","params":[{"name":"countId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1268","pid":"param1267","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1269","pid":"param1267","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"hitCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1270","pid":"param1267","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"maxLimit","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1271","pid":"param1267","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"optimizeCountSql","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1272","pid":"param1267","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"orders","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OrderItem","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1273","pid":"param1267","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1276","pid":"param1267","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1277","pid":"param1267","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"searchCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1278","pid":"param1267","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1279","pid":"param1267","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1280","pid":"param1267","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"OrderItem","params":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1274","pid":"param1273","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1275","pid":"param1273","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1267","name":"Page","params":[{"name":"countId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1281","pid":"param1267","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1282","pid":"param1267","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"hitCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1283","pid":"param1267","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"maxLimit","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1284","pid":"param1267","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"optimizeCountSql","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1285","pid":"param1267","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"orders","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OrderItem","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1286","pid":"param1267","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1289","pid":"param1267","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":false,"schemaValue":"object","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1290","pid":"param1267","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"searchCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1291","pid":"param1267","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1292","pid":"param1267","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1293","pid":"param1267","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param1286","name":"OrderItem","params":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1287","pid":"param1286","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1288","pid":"param1286","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1266","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Page","in":null,"schema":true,"schemaValue":"Page","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1267","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param613","ignoreFilterName":null,"in":null,"level":1,"name":"countId","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param614","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param615","ignoreFilterName":null,"in":null,"level":1,"name":"hitCount","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param616","ignoreFilterName":null,"in":null,"level":1,"name":"maxLimit","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param617","ignoreFilterName":null,"in":null,"level":1,"name":"optimizeCountSql","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param619","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param620","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param618","ignoreFilterName":null,"in":null,"level":1,"name":"orders","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":true,"schemaValue":"OrderItem","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param621","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param622","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":"object","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param623","ignoreFilterName":null,"in":null,"level":1,"name":"searchCount","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param624","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param625","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["Page","Page"],"pid":"param1267","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Page"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1294","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1295","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"ec047711f0aa6f2067ae97ead6fa285f","operationId":"submitUsingPOST","deprecated":false,"summary":"submit","methodType":"POST","showUrl":"/order/submit","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"address\": \"\",\n \"addressBookId\": 0,\n \"amount\": 0,\n \"checkoutTime\": \"\",\n \"consignee\": \"\",\n \"id\": 0,\n \"number\": \"\",\n \"orderTime\": \"\",\n \"payMethod\": 0,\n \"phone\": \"\",\n \"remark\": \"\",\n \"status\": 0,\n \"userId\": 0,\n \"userName\": \"\"\n}","reqParameters":[{"name":"orders","children":[{"name":"address","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"addressBookId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"amount","children":null,"description":"","in":null,"require":false,"type":"number","schemaValue":null},{"name":"checkoutTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"consignee","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"number","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"orderTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"payMethod","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"phone","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"remark","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"status","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"userId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"userName","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null}],"description":"orders","in":"body","require":true,"type":"Orders","schemaValue":"Orders"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1341","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param1342","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param1343","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1344","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1341","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1342","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1343","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1344","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1341","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1342","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1343","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1344","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"fe584eeeb1fe9cb7d74ca51707a60bb9","operationId":"userPageUsingGET","deprecated":false,"summary":"userPage","methodType":"GET","showUrl":"/order/userPage","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"page","children":null,"description":"page","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"pageSize","children":null,"description":"pageSize","in":"query","require":false,"type":"integer(int32)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«Page»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1365","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"countId","children":null,"description":"","id":"param613","type":"string","schemaValue":null},{"name":"current","children":null,"description":"","id":"param614","type":"integer(int64)","schemaValue":null},{"name":"hitCount","children":null,"description":"","id":"param615","type":"boolean","schemaValue":null},{"name":"maxLimit","children":null,"description":"","id":"param616","type":"integer(int64)","schemaValue":null},{"name":"optimizeCountSql","children":null,"description":"","id":"param617","type":"boolean","schemaValue":null},{"name":"orders","children":[{"name":"asc","children":null,"description":"","id":"param619","type":"boolean","schemaValue":null},{"name":"column","children":null,"description":"","id":"param620","type":"string","schemaValue":null}],"description":"","id":"param618","type":"array","schemaValue":"OrderItem"},{"name":"pages","children":null,"description":"","id":"param621","type":"integer(int64)","schemaValue":null},{"name":"records","children":null,"description":"","id":"param622","type":"array","schemaValue":"object"},{"name":"searchCount","children":null,"description":"","id":"param623","type":"boolean","schemaValue":null},{"name":"size","children":null,"description":"","id":"param624","type":"integer(int64)","schemaValue":null},{"name":"total","children":null,"description":"","id":"param625","type":"integer(int64)","schemaValue":null}],"description":"","id":"param1366","type":"Page","schemaValue":"Page"},{"name":"map","children":null,"description":"","id":"param1393","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1394","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"countId\": \"\",\n\t\t\"current\": 0,\n\t\t\"hitCount\": true,\n\t\t\"maxLimit\": 0,\n\t\t\"optimizeCountSql\": true,\n\t\t\"orders\": [\n\t\t\t{\n\t\t\t\t\"asc\": true,\n\t\t\t\t\"column\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"pages\": 0,\n\t\t\"records\": [],\n\t\t\"searchCount\": true,\n\t\t\"size\": 0,\n\t\t\"total\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«Page»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"countId\": \"\",\n\t\t\"current\": 0,\n\t\t\"hitCount\": true,\n\t\t\"maxLimit\": 0,\n\t\t\"optimizeCountSql\": true,\n\t\t\"orders\": [\n\t\t\t{\n\t\t\t\t\"asc\": true,\n\t\t\t\t\"column\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"pages\": 0,\n\t\t\"records\": [],\n\t\t\"searchCount\": true,\n\t\t\"size\": 0,\n\t\t\"total\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"countId":"","current":0,"hitCount":true,"maxLimit":0,"optimizeCountSql":true,"orders":[{"asc":true,"column":""}],"pages":0,"records":[],"searchCount":true,"size":0,"total":0},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1365","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Page","in":null,"schema":true,"schemaValue":"Page","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1366","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param613","ignoreFilterName":null,"in":null,"level":1,"name":"countId","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param614","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param615","ignoreFilterName":null,"in":null,"level":1,"name":"hitCount","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param616","ignoreFilterName":null,"in":null,"level":1,"name":"maxLimit","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param617","ignoreFilterName":null,"in":null,"level":1,"name":"optimizeCountSql","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param619","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param620","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param618","ignoreFilterName":null,"in":null,"level":1,"name":"orders","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":true,"schemaValue":"OrderItem","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param621","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param622","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":"object","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param623","ignoreFilterName":null,"in":null,"level":1,"name":"searchCount","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param624","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param625","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Page"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1393","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1394","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«Page»","responseRefParameters":[{"name":"Page","params":[{"name":"countId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1367","pid":"param1366","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1368","pid":"param1366","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"hitCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1369","pid":"param1366","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"maxLimit","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1370","pid":"param1366","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"optimizeCountSql","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1371","pid":"param1366","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"orders","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OrderItem","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1372","pid":"param1366","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1375","pid":"param1366","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1376","pid":"param1366","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"searchCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1377","pid":"param1366","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1378","pid":"param1366","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1379","pid":"param1366","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"OrderItem","params":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1373","pid":"param1372","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1374","pid":"param1372","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1366","name":"Page","params":[{"name":"countId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1380","pid":"param1366","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1381","pid":"param1366","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"hitCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1382","pid":"param1366","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"maxLimit","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1383","pid":"param1366","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"optimizeCountSql","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1384","pid":"param1366","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"orders","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OrderItem","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1385","pid":"param1366","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1388","pid":"param1366","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":false,"schemaValue":"object","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1389","pid":"param1366","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"searchCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1390","pid":"param1366","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1391","pid":"param1366","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1392","pid":"param1366","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param1385","name":"OrderItem","params":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1386","pid":"param1385","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1387","pid":"param1385","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1365","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Page","in":null,"schema":true,"schemaValue":"Page","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1366","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param613","ignoreFilterName":null,"in":null,"level":1,"name":"countId","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param614","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param615","ignoreFilterName":null,"in":null,"level":1,"name":"hitCount","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param616","ignoreFilterName":null,"in":null,"level":1,"name":"maxLimit","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param617","ignoreFilterName":null,"in":null,"level":1,"name":"optimizeCountSql","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param619","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param620","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param618","ignoreFilterName":null,"in":null,"level":1,"name":"orders","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":true,"schemaValue":"OrderItem","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param621","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param622","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":"object","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param623","ignoreFilterName":null,"in":null,"level":1,"name":"searchCount","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param624","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param625","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["Page","Page"],"pid":"param1366","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Page"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1393","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1394","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":true,"hasChanged":false},{"name":"setmeal-controller","description":null,"order":2147483647,"author":null,"childrens":[{"id":"3af9e61dd1ff800930fb3851996ca859","operationId":"saveUsingPOST_4","deprecated":false,"summary":"save","methodType":"POST","showUrl":"/setmeal","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"categoryId\": 0,\n \"categoryName\": \"\",\n \"code\": \"\",\n \"createTime\": \"\",\n \"createUser\": 0,\n \"description\": \"\",\n \"id\": 0,\n \"image\": \"\",\n \"name\": \"\",\n \"price\": 0,\n \"setmealDishes\": [\n {\n \"copies\": 0,\n \"createTime\": \"\",\n \"createUser\": 0,\n \"dishId\": 0,\n \"id\": 0,\n \"isDeleted\": 0,\n \"name\": \"\",\n \"price\": 0,\n \"setmealId\": 0,\n \"sort\": 0,\n \"updateTime\": \"\",\n \"updateUser\": 0\n }\n ],\n \"status\": 0,\n \"updateTime\": \"\",\n \"updateUser\": 0\n}","reqParameters":[{"name":"setmealDto","children":[{"name":"categoryId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"categoryName","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"code","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"description","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"price","children":null,"description":"","in":null,"require":false,"type":"number","schemaValue":null},{"name":"setmealDishes","children":[{"name":"copies","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"dishId","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"isDeleted","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"price","children":null,"description":"","in":null,"require":false,"type":"number","schemaValue":null},{"name":"setmealId","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"sort","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null}],"description":"","in":null,"require":false,"type":"array","schemaValue":"SetmealDish"},{"name":"status","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null}],"description":"setmealDto","in":"body","require":true,"type":"SetmealDto","schemaValue":"SetmealDto"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1452","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param1453","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param1454","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1455","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1452","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1453","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1454","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1455","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1452","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1453","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1454","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1455","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"4b4c409c40e8a0eeef68ec4ac053fccc","operationId":"updateUsingPUT_4","deprecated":false,"summary":"update","methodType":"PUT","showUrl":"/setmeal","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"categoryId\": 0,\n \"categoryName\": \"\",\n \"code\": \"\",\n \"createTime\": \"\",\n \"createUser\": 0,\n \"description\": \"\",\n \"id\": 0,\n \"image\": \"\",\n \"name\": \"\",\n \"price\": 0,\n \"setmealDishes\": [\n {\n \"copies\": 0,\n \"createTime\": \"\",\n \"createUser\": 0,\n \"dishId\": 0,\n \"id\": 0,\n \"isDeleted\": 0,\n \"name\": \"\",\n \"price\": 0,\n \"setmealId\": 0,\n \"sort\": 0,\n \"updateTime\": \"\",\n \"updateUser\": 0\n }\n ],\n \"status\": 0,\n \"updateTime\": \"\",\n \"updateUser\": 0\n}","reqParameters":[{"name":"setmealDto","children":[{"name":"categoryId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"categoryName","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"code","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"description","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"price","children":null,"description":"","in":null,"require":false,"type":"number","schemaValue":null},{"name":"setmealDishes","children":[{"name":"copies","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"createUser","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"dishId","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"isDeleted","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"price","children":null,"description":"","in":null,"require":false,"type":"number","schemaValue":null},{"name":"setmealId","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"sort","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer","schemaValue":null}],"description":"","in":null,"require":false,"type":"array","schemaValue":"SetmealDish"},{"name":"status","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null}],"description":"setmealDto","in":"body","require":true,"type":"SetmealDto","schemaValue":"SetmealDto"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1487","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param1488","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param1489","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1490","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1487","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1488","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1489","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1490","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1487","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1488","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1489","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1490","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"ace168c52ccd06ec74183ea6184eb26f","operationId":"deleteUsingDELETE_3","deprecated":false,"summary":"delete","methodType":"DELETE","showUrl":"/setmeal","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"ids","children":null,"description":"ids","in":"query","require":true,"type":"array","schemaValue":"integer"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"204","description":"No Content","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1496","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param1497","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param1498","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1499","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1496","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1497","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1498","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1499","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1496","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1497","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1498","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1499","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"33d835f2075ad3b508d139df562b5ed4","operationId":"listUsingGET_3","deprecated":false,"summary":"list","methodType":"GET","showUrl":"/setmeal/list","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"categoryId","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"code","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","in":"query","require":false,"type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"description","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"id","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"name","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"price","children":null,"description":"","in":"query","require":false,"type":"number","schemaValue":null},{"name":"status","children":null,"description":"","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","in":"query","require":false,"type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«List«Setmeal»»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1532","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"categoryId","children":null,"description":"","id":"param1588","type":"integer(int64)","schemaValue":null},{"name":"code","children":null,"description":"","id":"param1589","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","id":"param1590","type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param1591","type":"integer(int64)","schemaValue":null},{"name":"description","children":null,"description":"","id":"param1592","type":"string","schemaValue":null},{"name":"id","children":null,"description":"","id":"param1593","type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","id":"param1594","type":"string","schemaValue":null},{"name":"name","children":null,"description":"","id":"param1595","type":"string","schemaValue":null},{"name":"price","children":null,"description":"","id":"param1596","type":"number","schemaValue":null},{"name":"status","children":null,"description":"","id":"param1597","type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param1598","type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param1599","type":"integer(int64)","schemaValue":null}],"description":"","id":"param1533","type":"array","schemaValue":"Setmeal"},{"name":"map","children":null,"description":"","id":"param1558","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1559","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": [\n\t\t{\n\t\t\t\"categoryId\": 0,\n\t\t\t\"code\": \"\",\n\t\t\t\"createTime\": \"\",\n\t\t\t\"createUser\": 0,\n\t\t\t\"description\": \"\",\n\t\t\t\"id\": 0,\n\t\t\t\"image\": \"\",\n\t\t\t\"name\": \"\",\n\t\t\t\"price\": 0,\n\t\t\t\"status\": 0,\n\t\t\t\"updateTime\": \"\",\n\t\t\t\"updateUser\": 0\n\t\t}\n\t],\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«List«Setmeal»»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": [\n\t\t{\n\t\t\t\"categoryId\": 0,\n\t\t\t\"code\": \"\",\n\t\t\t\"createTime\": \"\",\n\t\t\t\"createUser\": 0,\n\t\t\t\"description\": \"\",\n\t\t\t\"id\": 0,\n\t\t\t\"image\": \"\",\n\t\t\t\"name\": \"\",\n\t\t\t\"price\": 0,\n\t\t\t\"status\": 0,\n\t\t\t\"updateTime\": \"\",\n\t\t\t\"updateUser\": 0\n\t\t}\n\t],\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":[{"categoryId":0,"code":"","createTime":"","createUser":0,"description":"","id":0,"image":"","name":"","price":0,"status":0,"updateTime":"","updateUser":0}],"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1532","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"Setmeal","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1533","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1588","ignoreFilterName":null,"in":null,"level":1,"name":"categoryId","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1589","ignoreFilterName":null,"in":null,"level":1,"name":"code","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1590","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1591","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1592","ignoreFilterName":null,"in":null,"level":1,"name":"description","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1593","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1594","ignoreFilterName":null,"in":null,"level":1,"name":"image","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1595","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1596","ignoreFilterName":null,"in":null,"level":1,"name":"price","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1597","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1598","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1599","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Setmeal"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1558","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1559","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«List«Setmeal»»","responseRefParameters":[{"name":"Setmeal","params":[{"name":"categoryId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1534","pid":"param1533","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1535","pid":"param1533","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1536","pid":"param1533","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1537","pid":"param1533","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1538","pid":"param1533","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1539","pid":"param1533","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"image","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1540","pid":"param1533","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1541","pid":"param1533","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1542","pid":"param1533","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1543","pid":"param1533","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1544","pid":"param1533","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1545","pid":"param1533","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1533","name":"Setmeal","params":[{"name":"categoryId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1546","pid":"param1533","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Setmeal","Setmeal"]},{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1547","pid":"param1533","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Setmeal","Setmeal"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1548","pid":"param1533","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Setmeal","Setmeal"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1549","pid":"param1533","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Setmeal","Setmeal"]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1550","pid":"param1533","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Setmeal","Setmeal"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1551","pid":"param1533","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Setmeal","Setmeal"]},{"name":"image","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1552","pid":"param1533","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Setmeal","Setmeal"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1553","pid":"param1533","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Setmeal","Setmeal"]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1554","pid":"param1533","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Setmeal","Setmeal"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1555","pid":"param1533","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Setmeal","Setmeal"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1556","pid":"param1533","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Setmeal","Setmeal"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1557","pid":"param1533","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Setmeal","Setmeal"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1532","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"Setmeal","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1533","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1588","ignoreFilterName":null,"in":null,"level":1,"name":"categoryId","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1589","ignoreFilterName":null,"in":null,"level":1,"name":"code","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1590","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1591","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1592","ignoreFilterName":null,"in":null,"level":1,"name":"description","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1593","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1594","ignoreFilterName":null,"in":null,"level":1,"name":"image","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1595","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1596","ignoreFilterName":null,"in":null,"level":1,"name":"price","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1597","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1598","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1599","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["Setmeal","Setmeal"],"pid":"param1533","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Setmeal"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1558","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1559","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"0048a82a939a62159e37bf7acc747000","operationId":"pageUsingGET_4","deprecated":false,"summary":"page","methodType":"GET","showUrl":"/setmeal/page","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"name","children":null,"description":"name","in":"query","require":false,"type":"string","schemaValue":null},{"name":"page","children":null,"description":"page","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"pageSize","children":null,"description":"pageSize","in":"query","require":false,"type":"integer(int32)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«Page»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1603","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"countId","children":null,"description":"","id":"param613","type":"string","schemaValue":null},{"name":"current","children":null,"description":"","id":"param614","type":"integer(int64)","schemaValue":null},{"name":"hitCount","children":null,"description":"","id":"param615","type":"boolean","schemaValue":null},{"name":"maxLimit","children":null,"description":"","id":"param616","type":"integer(int64)","schemaValue":null},{"name":"optimizeCountSql","children":null,"description":"","id":"param617","type":"boolean","schemaValue":null},{"name":"orders","children":[{"name":"asc","children":null,"description":"","id":"param619","type":"boolean","schemaValue":null},{"name":"column","children":null,"description":"","id":"param620","type":"string","schemaValue":null}],"description":"","id":"param618","type":"array","schemaValue":"OrderItem"},{"name":"pages","children":null,"description":"","id":"param621","type":"integer(int64)","schemaValue":null},{"name":"records","children":null,"description":"","id":"param622","type":"array","schemaValue":"object"},{"name":"searchCount","children":null,"description":"","id":"param623","type":"boolean","schemaValue":null},{"name":"size","children":null,"description":"","id":"param624","type":"integer(int64)","schemaValue":null},{"name":"total","children":null,"description":"","id":"param625","type":"integer(int64)","schemaValue":null}],"description":"","id":"param1604","type":"Page","schemaValue":"Page"},{"name":"map","children":null,"description":"","id":"param1631","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1632","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"countId\": \"\",\n\t\t\"current\": 0,\n\t\t\"hitCount\": true,\n\t\t\"maxLimit\": 0,\n\t\t\"optimizeCountSql\": true,\n\t\t\"orders\": [\n\t\t\t{\n\t\t\t\t\"asc\": true,\n\t\t\t\t\"column\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"pages\": 0,\n\t\t\"records\": [],\n\t\t\"searchCount\": true,\n\t\t\"size\": 0,\n\t\t\"total\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«Page»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"countId\": \"\",\n\t\t\"current\": 0,\n\t\t\"hitCount\": true,\n\t\t\"maxLimit\": 0,\n\t\t\"optimizeCountSql\": true,\n\t\t\"orders\": [\n\t\t\t{\n\t\t\t\t\"asc\": true,\n\t\t\t\t\"column\": \"\"\n\t\t\t}\n\t\t],\n\t\t\"pages\": 0,\n\t\t\"records\": [],\n\t\t\"searchCount\": true,\n\t\t\"size\": 0,\n\t\t\"total\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"countId":"","current":0,"hitCount":true,"maxLimit":0,"optimizeCountSql":true,"orders":[{"asc":true,"column":""}],"pages":0,"records":[],"searchCount":true,"size":0,"total":0},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1603","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Page","in":null,"schema":true,"schemaValue":"Page","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1604","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param613","ignoreFilterName":null,"in":null,"level":1,"name":"countId","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param614","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param615","ignoreFilterName":null,"in":null,"level":1,"name":"hitCount","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param616","ignoreFilterName":null,"in":null,"level":1,"name":"maxLimit","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param617","ignoreFilterName":null,"in":null,"level":1,"name":"optimizeCountSql","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param619","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param620","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param618","ignoreFilterName":null,"in":null,"level":1,"name":"orders","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":true,"schemaValue":"OrderItem","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param621","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param622","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":"object","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param623","ignoreFilterName":null,"in":null,"level":1,"name":"searchCount","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param624","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param625","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Page"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1631","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1632","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«Page»","responseRefParameters":[{"name":"Page","params":[{"name":"countId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1605","pid":"param1604","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1606","pid":"param1604","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"hitCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1607","pid":"param1604","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"maxLimit","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1608","pid":"param1604","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"optimizeCountSql","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1609","pid":"param1604","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"orders","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OrderItem","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1610","pid":"param1604","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1613","pid":"param1604","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1614","pid":"param1604","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"searchCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1615","pid":"param1604","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1616","pid":"param1604","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1617","pid":"param1604","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"OrderItem","params":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1611","pid":"param1610","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1612","pid":"param1610","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1604","name":"Page","params":[{"name":"countId","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1618","pid":"param1604","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"current","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1619","pid":"param1604","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"hitCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1620","pid":"param1604","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"maxLimit","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1621","pid":"param1604","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"optimizeCountSql","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1622","pid":"param1604","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"orders","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"OrderItem","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1623","pid":"param1604","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"pages","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1626","pid":"param1604","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"records","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":false,"schemaValue":"object","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1627","pid":"param1604","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"searchCount","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1628","pid":"param1604","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"size","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1629","pid":"param1604","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]},{"name":"total","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1630","pid":"param1604","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param1623","name":"OrderItem","params":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1624","pid":"param1623","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1625","pid":"param1623","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1603","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"Page","in":null,"schema":true,"schemaValue":"Page","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1604","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param613","ignoreFilterName":null,"in":null,"level":1,"name":"countId","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param614","ignoreFilterName":null,"in":null,"level":1,"name":"current","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param615","ignoreFilterName":null,"in":null,"level":1,"name":"hitCount","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param616","ignoreFilterName":null,"in":null,"level":1,"name":"maxLimit","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param617","ignoreFilterName":null,"in":null,"level":1,"name":"optimizeCountSql","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"asc","ignoreFilterName":null,"require":false,"type":"boolean","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param619","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]},{"name":"column","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param620","pid":"param618","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["Page","Page","OrderItem"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param618","ignoreFilterName":null,"in":null,"level":1,"name":"orders","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":true,"schemaValue":"OrderItem","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param621","ignoreFilterName":null,"in":null,"level":1,"name":"pages","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param622","ignoreFilterName":null,"in":null,"level":1,"name":"records","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":"object","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param623","ignoreFilterName":null,"in":null,"level":1,"name":"searchCount","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"boolean","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param624","ignoreFilterName":null,"in":null,"level":1,"name":"size","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param625","ignoreFilterName":null,"in":null,"level":1,"name":"total","parentTypes":["Page","Page"],"pid":"param1604","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["Page"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1631","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1632","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"009a1181b77b9efe9869961ff8c076c5","operationId":"updateStatusUsingPOST_1","deprecated":false,"summary":"updateStatus","methodType":"POST","showUrl":"/setmeal/status/{status}","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"ids","children":null,"description":"ids","in":"query","require":true,"type":"array","schemaValue":"integer"},{"name":"status","children":null,"description":"status","in":"path","require":true,"type":"integer(int32)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1665","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param1666","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param1667","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1668","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1665","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1666","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1667","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1668","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1665","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1666","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1667","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1668","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"f42ef801b8f3759b8a87a0599bd4f536","operationId":"getUsingGET_2","deprecated":false,"summary":"get","methodType":"GET","showUrl":"/setmeal/{id}","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"id","children":null,"description":"id","in":"path","require":true,"type":"integer(int64)","schemaValue":null}],"responseCodes":[{"code":"200","description":"OK","schema":"R«SetmealDto»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1678","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"categoryId","children":null,"description":"","id":"param1460","type":"integer(int64)","schemaValue":null},{"name":"categoryName","children":null,"description":"","id":"param1461","type":"string","schemaValue":null},{"name":"code","children":null,"description":"","id":"param1462","type":"string","schemaValue":null},{"name":"createTime","children":null,"description":"","id":"param1463","type":"string(date-time)","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param1464","type":"integer(int64)","schemaValue":null},{"name":"description","children":null,"description":"","id":"param1465","type":"string","schemaValue":null},{"name":"id","children":null,"description":"","id":"param1466","type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","id":"param1467","type":"string","schemaValue":null},{"name":"name","children":null,"description":"","id":"param1468","type":"string","schemaValue":null},{"name":"price","children":null,"description":"","id":"param1469","type":"number","schemaValue":null},{"name":"setmealDishes","children":[{"name":"copies","children":null,"description":"","id":"param1471","type":"integer","schemaValue":null},{"name":"createTime","children":null,"description":"","id":"param1472","type":"string","schemaValue":null},{"name":"createUser","children":null,"description":"","id":"param1473","type":"integer","schemaValue":null},{"name":"dishId","children":null,"description":"","id":"param1474","type":"integer","schemaValue":null},{"name":"id","children":null,"description":"","id":"param1475","type":"integer","schemaValue":null},{"name":"isDeleted","children":null,"description":"","id":"param1476","type":"integer","schemaValue":null},{"name":"name","children":null,"description":"","id":"param1477","type":"string","schemaValue":null},{"name":"price","children":null,"description":"","id":"param1478","type":"number","schemaValue":null},{"name":"setmealId","children":null,"description":"","id":"param1479","type":"integer","schemaValue":null},{"name":"sort","children":null,"description":"","id":"param1480","type":"integer","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param1481","type":"string","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param1482","type":"integer","schemaValue":null}],"description":"","id":"param1470","type":"array","schemaValue":"SetmealDish"},{"name":"status","children":null,"description":"","id":"param1483","type":"integer(int32)","schemaValue":null},{"name":"updateTime","children":null,"description":"","id":"param1484","type":"string(date-time)","schemaValue":null},{"name":"updateUser","children":null,"description":"","id":"param1485","type":"integer(int64)","schemaValue":null}],"description":"","id":"param1679","type":"SetmealDto","schemaValue":"SetmealDto"},{"name":"map","children":null,"description":"","id":"param1732","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1733","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"categoryId\": 0,\n\t\t\"categoryName\": \"\",\n\t\t\"code\": \"\",\n\t\t\"createTime\": \"\",\n\t\t\"createUser\": 0,\n\t\t\"description\": \"\",\n\t\t\"id\": 0,\n\t\t\"image\": \"\",\n\t\t\"name\": \"\",\n\t\t\"price\": 0,\n\t\t\"setmealDishes\": [\n\t\t\t{\n\t\t\t\t\"copies\": 0,\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"createUser\": 0,\n\t\t\t\t\"dishId\": 0,\n\t\t\t\t\"id\": 0,\n\t\t\t\t\"isDeleted\": 0,\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"price\": 0,\n\t\t\t\t\"setmealId\": 0,\n\t\t\t\t\"sort\": 0,\n\t\t\t\t\"updateTime\": \"\",\n\t\t\t\t\"updateUser\": 0\n\t\t\t}\n\t\t],\n\t\t\"status\": 0,\n\t\t\"updateTime\": \"\",\n\t\t\"updateUser\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«SetmealDto»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"categoryId\": 0,\n\t\t\"categoryName\": \"\",\n\t\t\"code\": \"\",\n\t\t\"createTime\": \"\",\n\t\t\"createUser\": 0,\n\t\t\"description\": \"\",\n\t\t\"id\": 0,\n\t\t\"image\": \"\",\n\t\t\"name\": \"\",\n\t\t\"price\": 0,\n\t\t\"setmealDishes\": [\n\t\t\t{\n\t\t\t\t\"copies\": 0,\n\t\t\t\t\"createTime\": \"\",\n\t\t\t\t\"createUser\": 0,\n\t\t\t\t\"dishId\": 0,\n\t\t\t\t\"id\": 0,\n\t\t\t\t\"isDeleted\": 0,\n\t\t\t\t\"name\": \"\",\n\t\t\t\t\"price\": 0,\n\t\t\t\t\"setmealId\": 0,\n\t\t\t\t\"sort\": 0,\n\t\t\t\t\"updateTime\": \"\",\n\t\t\t\t\"updateUser\": 0\n\t\t\t}\n\t\t],\n\t\t\"status\": 0,\n\t\t\"updateTime\": \"\",\n\t\t\"updateUser\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"categoryId":0,"categoryName":"","code":"","createTime":"","createUser":0,"description":"","id":0,"image":"","name":"","price":0,"setmealDishes":[{"copies":0,"createTime":"","createUser":0,"dishId":0,"id":0,"isDeleted":0,"name":"","price":0,"setmealId":0,"sort":0,"updateTime":"","updateUser":0}],"status":0,"updateTime":"","updateUser":0},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1678","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"SetmealDto","in":null,"schema":true,"schemaValue":"SetmealDto","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1679","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1460","ignoreFilterName":null,"in":null,"level":1,"name":"categoryId","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1461","ignoreFilterName":null,"in":null,"level":1,"name":"categoryName","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1462","ignoreFilterName":null,"in":null,"level":1,"name":"code","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1463","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1464","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1465","ignoreFilterName":null,"in":null,"level":1,"name":"description","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1466","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1467","ignoreFilterName":null,"in":null,"level":1,"name":"image","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1468","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1469","ignoreFilterName":null,"in":null,"level":1,"name":"price","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"copies","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1471","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1472","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1473","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1474","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1475","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1476","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1477","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1478","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"setmealId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1479","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"sort","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1480","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1481","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1482","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1470","ignoreFilterName":null,"in":null,"level":1,"name":"setmealDishes","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":true,"schemaValue":"SetmealDish","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1483","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1484","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1485","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["SetmealDto"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1732","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1733","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«SetmealDto»","responseRefParameters":[{"name":"SetmealDto","params":[{"name":"categoryId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1680","pid":"param1679","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"categoryName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1681","pid":"param1679","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1682","pid":"param1679","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1683","pid":"param1679","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1684","pid":"param1679","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1685","pid":"param1679","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1686","pid":"param1679","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"image","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1687","pid":"param1679","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1688","pid":"param1679","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1689","pid":"param1679","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"setmealDishes","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"SetmealDish","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1690","pid":"param1679","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1703","pid":"param1679","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1704","pid":"param1679","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1705","pid":"param1679","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]},{"name":"SetmealDish","params":[{"name":"copies","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1691","pid":"param1690","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1692","pid":"param1690","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1693","pid":"param1690","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1694","pid":"param1690","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1695","pid":"param1690","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1696","pid":"param1690","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1697","pid":"param1690","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1698","pid":"param1690","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"setmealId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1699","pid":"param1690","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"sort","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1700","pid":"param1690","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1701","pid":"param1690","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1702","pid":"param1690","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1679","name":"SetmealDto","params":[{"name":"categoryId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1706","pid":"param1679","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto"]},{"name":"categoryName","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1707","pid":"param1679","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto"]},{"name":"code","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1708","pid":"param1679","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1709","pid":"param1679","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1710","pid":"param1679","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto"]},{"name":"description","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1711","pid":"param1679","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1712","pid":"param1679","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto"]},{"name":"image","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1713","pid":"param1679","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1714","pid":"param1679","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto"]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1715","pid":"param1679","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto"]},{"name":"setmealDishes","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"SetmealDish","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1716","pid":"param1679","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1729","pid":"param1679","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1730","pid":"param1679","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1731","pid":"param1679","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto"]}],"level":1,"childrenTypes":[]},{"init":false,"id":"param1716","name":"SetmealDish","params":[{"name":"copies","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1717","pid":"param1716","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1718","pid":"param1716","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1719","pid":"param1716","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1720","pid":"param1716","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1721","pid":"param1716","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1722","pid":"param1716","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1723","pid":"param1716","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1724","pid":"param1716","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"setmealId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1725","pid":"param1716","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"sort","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1726","pid":"param1716","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1727","pid":"param1716","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1728","pid":"param1716","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1678","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"SetmealDto","in":null,"schema":true,"schemaValue":"SetmealDto","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1679","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1460","ignoreFilterName":null,"in":null,"level":1,"name":"categoryId","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1461","ignoreFilterName":null,"in":null,"level":1,"name":"categoryName","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1462","ignoreFilterName":null,"in":null,"level":1,"name":"code","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1463","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1464","ignoreFilterName":null,"in":null,"level":1,"name":"createUser","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1465","ignoreFilterName":null,"in":null,"level":1,"name":"description","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1466","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1467","ignoreFilterName":null,"in":null,"level":1,"name":"image","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1468","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1469","ignoreFilterName":null,"in":null,"level":1,"name":"price","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":[{"name":"copies","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1471","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1472","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"createUser","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1473","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1474","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1475","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"isDeleted","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1476","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1477","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"price","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1478","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"setmealId","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1479","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"sort","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1480","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"updateTime","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1481","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]},{"name":"updateUser","ignoreFilterName":null,"require":false,"type":"integer","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1482","pid":"param1470","level":2,"show":true,"childrenTypes":[],"children":null,"parentTypes":["SetmealDto","SetmealDto","SetmealDish"]}],"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1470","ignoreFilterName":null,"in":null,"level":1,"name":"setmealDishes","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":true,"schemaValue":"SetmealDish","show":true,"txtValue":null,"type":"array","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1483","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1484","ignoreFilterName":null,"in":null,"level":1,"name":"updateTime","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1485","ignoreFilterName":null,"in":null,"level":1,"name":"updateUser","parentTypes":["SetmealDto","SetmealDto"],"pid":"param1679","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["SetmealDto"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1732","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1733","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":true,"hasChanged":false},{"name":"shopping-cart-controller","description":null,"order":2147483647,"author":null,"childrens":[{"id":"4a6d6613ff2329c77521c7330f59503e","operationId":"addUsingPOST","deprecated":false,"summary":"add","methodType":"POST","showUrl":"/shoppingCart/add","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"amount\": 0,\n \"createTime\": \"\",\n \"dishFlavor\": \"\",\n \"dishId\": 0,\n \"id\": 0,\n \"image\": \"\",\n \"name\": \"\",\n \"number\": 0,\n \"setmealId\": 0,\n \"userId\": 0\n}","reqParameters":[{"name":"shoppingCart","children":[{"name":"amount","children":null,"description":"","in":null,"require":false,"type":"number","schemaValue":null},{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"dishFlavor","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"dishId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"number","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"setmealId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"userId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null}],"description":"shoppingCart","in":"body","require":true,"type":"ShoppingCart","schemaValue":"ShoppingCart"},{"name":"creationTime","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"lastAccessedTime","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"maxInactiveInterval","children":null,"description":"","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"new","children":null,"description":"","in":"query","require":false,"type":"boolean","schemaValue":null},{"name":"valueNames","children":null,"description":"","in":"query","require":false,"type":"array","schemaValue":"string"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«ShoppingCart»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1811","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"amount","children":null,"description":"","id":"param1859","type":"number","schemaValue":null},{"name":"createTime","children":null,"description":"","id":"param1860","type":"string(date-time)","schemaValue":null},{"name":"dishFlavor","children":null,"description":"","id":"param1861","type":"string","schemaValue":null},{"name":"dishId","children":null,"description":"","id":"param1862","type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","id":"param1863","type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","id":"param1864","type":"string","schemaValue":null},{"name":"name","children":null,"description":"","id":"param1865","type":"string","schemaValue":null},{"name":"number","children":null,"description":"","id":"param1866","type":"integer(int32)","schemaValue":null},{"name":"setmealId","children":null,"description":"","id":"param1867","type":"integer(int64)","schemaValue":null},{"name":"userId","children":null,"description":"","id":"param1868","type":"integer(int64)","schemaValue":null}],"description":"","id":"param1812","type":"ShoppingCart","schemaValue":"ShoppingCart"},{"name":"map","children":null,"description":"","id":"param1833","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1834","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"amount\": 0,\n\t\t\"createTime\": \"\",\n\t\t\"dishFlavor\": \"\",\n\t\t\"dishId\": 0,\n\t\t\"id\": 0,\n\t\t\"image\": \"\",\n\t\t\"name\": \"\",\n\t\t\"number\": 0,\n\t\t\"setmealId\": 0,\n\t\t\"userId\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«ShoppingCart»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"amount\": 0,\n\t\t\"createTime\": \"\",\n\t\t\"dishFlavor\": \"\",\n\t\t\"dishId\": 0,\n\t\t\"id\": 0,\n\t\t\"image\": \"\",\n\t\t\"name\": \"\",\n\t\t\"number\": 0,\n\t\t\"setmealId\": 0,\n\t\t\"userId\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"amount":0,"createTime":"","dishFlavor":"","dishId":0,"id":0,"image":"","name":"","number":0,"setmealId":0,"userId":0},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1811","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"ShoppingCart","in":null,"schema":true,"schemaValue":"ShoppingCart","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1812","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1859","ignoreFilterName":null,"in":null,"level":1,"name":"amount","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1860","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1861","ignoreFilterName":null,"in":null,"level":1,"name":"dishFlavor","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1862","ignoreFilterName":null,"in":null,"level":1,"name":"dishId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1863","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1864","ignoreFilterName":null,"in":null,"level":1,"name":"image","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1865","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1866","ignoreFilterName":null,"in":null,"level":1,"name":"number","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1867","ignoreFilterName":null,"in":null,"level":1,"name":"setmealId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1868","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["ShoppingCart"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1833","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1834","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«ShoppingCart»","responseRefParameters":[{"name":"ShoppingCart","params":[{"name":"amount","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1813","pid":"param1812","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1814","pid":"param1812","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"dishFlavor","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1815","pid":"param1812","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1816","pid":"param1812","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1817","pid":"param1812","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"image","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1818","pid":"param1812","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1819","pid":"param1812","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"number","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1820","pid":"param1812","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"setmealId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1821","pid":"param1812","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1822","pid":"param1812","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1812","name":"ShoppingCart","params":[{"name":"amount","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1823","pid":"param1812","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1824","pid":"param1812","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"dishFlavor","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1825","pid":"param1812","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1826","pid":"param1812","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1827","pid":"param1812","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"image","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1828","pid":"param1812","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1829","pid":"param1812","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"number","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1830","pid":"param1812","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"setmealId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1831","pid":"param1812","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1832","pid":"param1812","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1811","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"ShoppingCart","in":null,"schema":true,"schemaValue":"ShoppingCart","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1812","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1859","ignoreFilterName":null,"in":null,"level":1,"name":"amount","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1860","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1861","ignoreFilterName":null,"in":null,"level":1,"name":"dishFlavor","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1862","ignoreFilterName":null,"in":null,"level":1,"name":"dishId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1863","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1864","ignoreFilterName":null,"in":null,"level":1,"name":"image","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1865","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1866","ignoreFilterName":null,"in":null,"level":1,"name":"number","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1867","ignoreFilterName":null,"in":null,"level":1,"name":"setmealId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1868","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1812","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["ShoppingCart"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1833","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1834","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"91b7fdba82f5b816cd1c9c0012deaae9","operationId":"cleanUsingDELETE","deprecated":false,"summary":"clean","methodType":"DELETE","showUrl":"/shoppingCart/clean","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":null,"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"204","description":"No Content","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1869","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param1870","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param1871","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1872","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1869","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1870","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1871","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1872","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1869","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1870","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1871","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1872","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"3fccaf6a5305bde0b41c833e90715a7a","operationId":"listUsingGET_4","deprecated":false,"summary":"list","methodType":"GET","showUrl":"/shoppingCart/list","consumes":["application/x-www-form-urlencoded"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":null,"responseCodes":[{"code":"200","description":"OK","schema":"R«List«ShoppingCart»»"},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1881","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"amount","children":null,"description":"","id":"param1859","type":"number","schemaValue":null},{"name":"createTime","children":null,"description":"","id":"param1860","type":"string(date-time)","schemaValue":null},{"name":"dishFlavor","children":null,"description":"","id":"param1861","type":"string","schemaValue":null},{"name":"dishId","children":null,"description":"","id":"param1862","type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","id":"param1863","type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","id":"param1864","type":"string","schemaValue":null},{"name":"name","children":null,"description":"","id":"param1865","type":"string","schemaValue":null},{"name":"number","children":null,"description":"","id":"param1866","type":"integer(int32)","schemaValue":null},{"name":"setmealId","children":null,"description":"","id":"param1867","type":"integer(int64)","schemaValue":null},{"name":"userId","children":null,"description":"","id":"param1868","type":"integer(int64)","schemaValue":null}],"description":"","id":"param1882","type":"array","schemaValue":"ShoppingCart"},{"name":"map","children":null,"description":"","id":"param1903","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1904","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": [\n\t\t{\n\t\t\t\"amount\": 0,\n\t\t\t\"createTime\": \"\",\n\t\t\t\"dishFlavor\": \"\",\n\t\t\t\"dishId\": 0,\n\t\t\t\"id\": 0,\n\t\t\t\"image\": \"\",\n\t\t\t\"name\": \"\",\n\t\t\t\"number\": 0,\n\t\t\t\"setmealId\": 0,\n\t\t\t\"userId\": 0\n\t\t}\n\t],\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«List«ShoppingCart»»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": [\n\t\t{\n\t\t\t\"amount\": 0,\n\t\t\t\"createTime\": \"\",\n\t\t\t\"dishFlavor\": \"\",\n\t\t\t\"dishId\": 0,\n\t\t\t\"id\": 0,\n\t\t\t\"image\": \"\",\n\t\t\t\"name\": \"\",\n\t\t\t\"number\": 0,\n\t\t\t\"setmealId\": 0,\n\t\t\t\"userId\": 0\n\t\t}\n\t],\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":[{"amount":0,"createTime":"","dishFlavor":"","dishId":0,"id":0,"image":"","name":"","number":0,"setmealId":0,"userId":0}],"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1881","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"ShoppingCart","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1882","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1859","ignoreFilterName":null,"in":null,"level":1,"name":"amount","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1860","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1861","ignoreFilterName":null,"in":null,"level":1,"name":"dishFlavor","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1862","ignoreFilterName":null,"in":null,"level":1,"name":"dishId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1863","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1864","ignoreFilterName":null,"in":null,"level":1,"name":"image","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1865","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1866","ignoreFilterName":null,"in":null,"level":1,"name":"number","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1867","ignoreFilterName":null,"in":null,"level":1,"name":"setmealId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1868","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["ShoppingCart"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1903","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1904","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«List«ShoppingCart»»","responseRefParameters":[{"name":"ShoppingCart","params":[{"name":"amount","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1883","pid":"param1882","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1884","pid":"param1882","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"dishFlavor","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1885","pid":"param1882","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1886","pid":"param1882","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1887","pid":"param1882","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"image","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1888","pid":"param1882","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1889","pid":"param1882","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"number","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1890","pid":"param1882","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"setmealId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1891","pid":"param1882","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1892","pid":"param1882","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1882","name":"ShoppingCart","params":[{"name":"amount","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1893","pid":"param1882","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1894","pid":"param1882","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"dishFlavor","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1895","pid":"param1882","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1896","pid":"param1882","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1897","pid":"param1882","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"image","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1898","pid":"param1882","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1899","pid":"param1882","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"number","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1900","pid":"param1882","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"setmealId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1901","pid":"param1882","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1902","pid":"param1882","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1881","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"array","in":null,"schema":true,"schemaValue":"ShoppingCart","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1882","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1859","ignoreFilterName":null,"in":null,"level":1,"name":"amount","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1860","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1861","ignoreFilterName":null,"in":null,"level":1,"name":"dishFlavor","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1862","ignoreFilterName":null,"in":null,"level":1,"name":"dishId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1863","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1864","ignoreFilterName":null,"in":null,"level":1,"name":"image","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1865","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1866","ignoreFilterName":null,"in":null,"level":1,"name":"number","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1867","ignoreFilterName":null,"in":null,"level":1,"name":"setmealId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1868","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1882","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["ShoppingCart"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1903","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1904","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"31da694990518686e3017e0fa4d2fa50","operationId":"subUsingPOST","deprecated":false,"summary":"sub","methodType":"POST","showUrl":"/shoppingCart/sub","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"amount\": 0,\n \"createTime\": \"\",\n \"dishFlavor\": \"\",\n \"dishId\": 0,\n \"id\": 0,\n \"image\": \"\",\n \"name\": \"\",\n \"number\": 0,\n \"setmealId\": 0,\n \"userId\": 0\n}","reqParameters":[{"name":"shoppingCart","children":[{"name":"amount","children":null,"description":"","in":null,"require":false,"type":"number","schemaValue":null},{"name":"createTime","children":null,"description":"","in":null,"require":false,"type":"string(date-time)","schemaValue":null},{"name":"dishFlavor","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"dishId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"number","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null},{"name":"setmealId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"userId","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null}],"description":"shoppingCart","in":"body","require":true,"type":"ShoppingCart","schemaValue":"ShoppingCart"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«ShoppingCart»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1930","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"amount","children":null,"description":"","id":"param1859","type":"number","schemaValue":null},{"name":"createTime","children":null,"description":"","id":"param1860","type":"string(date-time)","schemaValue":null},{"name":"dishFlavor","children":null,"description":"","id":"param1861","type":"string","schemaValue":null},{"name":"dishId","children":null,"description":"","id":"param1862","type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","id":"param1863","type":"integer(int64)","schemaValue":null},{"name":"image","children":null,"description":"","id":"param1864","type":"string","schemaValue":null},{"name":"name","children":null,"description":"","id":"param1865","type":"string","schemaValue":null},{"name":"number","children":null,"description":"","id":"param1866","type":"integer(int32)","schemaValue":null},{"name":"setmealId","children":null,"description":"","id":"param1867","type":"integer(int64)","schemaValue":null},{"name":"userId","children":null,"description":"","id":"param1868","type":"integer(int64)","schemaValue":null}],"description":"","id":"param1931","type":"ShoppingCart","schemaValue":"ShoppingCart"},{"name":"map","children":null,"description":"","id":"param1952","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param1953","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"amount\": 0,\n\t\t\"createTime\": \"\",\n\t\t\"dishFlavor\": \"\",\n\t\t\"dishId\": 0,\n\t\t\"id\": 0,\n\t\t\"image\": \"\",\n\t\t\"name\": \"\",\n\t\t\"number\": 0,\n\t\t\"setmealId\": 0,\n\t\t\"userId\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«ShoppingCart»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"amount\": 0,\n\t\t\"createTime\": \"\",\n\t\t\"dishFlavor\": \"\",\n\t\t\"dishId\": 0,\n\t\t\"id\": 0,\n\t\t\"image\": \"\",\n\t\t\"name\": \"\",\n\t\t\"number\": 0,\n\t\t\"setmealId\": 0,\n\t\t\"userId\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"amount":0,"createTime":"","dishFlavor":"","dishId":0,"id":0,"image":"","name":"","number":0,"setmealId":0,"userId":0},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1930","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"ShoppingCart","in":null,"schema":true,"schemaValue":"ShoppingCart","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1931","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1859","ignoreFilterName":null,"in":null,"level":1,"name":"amount","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1860","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1861","ignoreFilterName":null,"in":null,"level":1,"name":"dishFlavor","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1862","ignoreFilterName":null,"in":null,"level":1,"name":"dishId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1863","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1864","ignoreFilterName":null,"in":null,"level":1,"name":"image","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1865","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1866","ignoreFilterName":null,"in":null,"level":1,"name":"number","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1867","ignoreFilterName":null,"in":null,"level":1,"name":"setmealId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1868","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["ShoppingCart"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1952","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1953","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«ShoppingCart»","responseRefParameters":[{"name":"ShoppingCart","params":[{"name":"amount","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1932","pid":"param1931","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1933","pid":"param1931","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"dishFlavor","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1934","pid":"param1931","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1935","pid":"param1931","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1936","pid":"param1931","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"image","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1937","pid":"param1931","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1938","pid":"param1931","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"number","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1939","pid":"param1931","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"setmealId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1940","pid":"param1931","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1941","pid":"param1931","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1931","name":"ShoppingCart","params":[{"name":"amount","ignoreFilterName":null,"require":false,"type":"number","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1942","pid":"param1931","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"createTime","ignoreFilterName":null,"require":false,"type":"string(date-time)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1943","pid":"param1931","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"dishFlavor","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1944","pid":"param1931","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"dishId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1945","pid":"param1931","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1946","pid":"param1931","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"image","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1947","pid":"param1931","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1948","pid":"param1931","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"number","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1949","pid":"param1931","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"setmealId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1950","pid":"param1931","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]},{"name":"userId","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1951","pid":"param1931","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["ShoppingCart","ShoppingCart"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1930","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"ShoppingCart","in":null,"schema":true,"schemaValue":"ShoppingCart","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1931","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1859","ignoreFilterName":null,"in":null,"level":1,"name":"amount","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"number","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1860","ignoreFilterName":null,"in":null,"level":1,"name":"createTime","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string(date-time)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1861","ignoreFilterName":null,"in":null,"level":1,"name":"dishFlavor","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1862","ignoreFilterName":null,"in":null,"level":1,"name":"dishId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1863","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1864","ignoreFilterName":null,"in":null,"level":1,"name":"image","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1865","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1866","ignoreFilterName":null,"in":null,"level":1,"name":"number","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1867","ignoreFilterName":null,"in":null,"level":1,"name":"setmealId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param1868","ignoreFilterName":null,"in":null,"level":1,"name":"userId","parentTypes":["ShoppingCart","ShoppingCart"],"pid":"param1931","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["ShoppingCart"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1952","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1953","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":true,"hasChanged":false},{"name":"user-controller","description":null,"order":2147483647,"author":null,"childrens":[{"id":"bf9cc75e3bfc4a90cc5762caee78a5ab","operationId":"loginUsingPOST_1","deprecated":false,"summary":"login","methodType":"POST","showUrl":"/user/login","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"map","children":null,"description":"map","in":"body","require":true,"type":"object","schemaValue":null},{"name":"creationTime","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"lastAccessedTime","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"maxInactiveInterval","children":null,"description":"","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"new","children":null,"description":"","in":"query","require":false,"type":"boolean","schemaValue":null},{"name":"valueNames","children":null,"description":"","in":"query","require":false,"type":"array","schemaValue":"string"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«User»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param1996","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":[{"name":"avatar","children":null,"description":"","id":"param2032","type":"string","schemaValue":null},{"name":"id","children":null,"description":"","id":"param2033","type":"integer(int64)","schemaValue":null},{"name":"idNumber","children":null,"description":"","id":"param2034","type":"string","schemaValue":null},{"name":"name","children":null,"description":"","id":"param2035","type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","id":"param2036","type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","id":"param2037","type":"string","schemaValue":null},{"name":"status","children":null,"description":"","id":"param2038","type":"integer(int32)","schemaValue":null}],"description":"","id":"param1997","type":"User","schemaValue":"User"},{"name":"map","children":null,"description":"","id":"param2012","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param2013","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"avatar\": \"\",\n\t\t\"id\": 0,\n\t\t\"idNumber\": \"\",\n\t\t\"name\": \"\",\n\t\t\"phone\": \"\",\n\t\t\"sex\": \"\",\n\t\t\"status\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«User»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": {\n\t\t\"avatar\": \"\",\n\t\t\"id\": 0,\n\t\t\"idNumber\": \"\",\n\t\t\"name\": \"\",\n\t\t\"phone\": \"\",\n\t\t\"sex\": \"\",\n\t\t\"status\": 0\n\t},\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":{"avatar":"","id":0,"idNumber":"","name":"","phone":"","sex":"","status":0},"map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1996","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"User","in":null,"schema":true,"schemaValue":"User","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1997","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2032","ignoreFilterName":null,"in":null,"level":1,"name":"avatar","parentTypes":["User","User"],"pid":"param1997","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2033","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["User","User"],"pid":"param1997","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2034","ignoreFilterName":null,"in":null,"level":1,"name":"idNumber","parentTypes":["User","User"],"pid":"param1997","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2035","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["User","User"],"pid":"param1997","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2036","ignoreFilterName":null,"in":null,"level":1,"name":"phone","parentTypes":["User","User"],"pid":"param1997","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2037","ignoreFilterName":null,"in":null,"level":1,"name":"sex","parentTypes":["User","User"],"pid":"param1997","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2038","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["User","User"],"pid":"param1997","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["User"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2012","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2013","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«User»","responseRefParameters":[{"name":"User","params":[{"name":"avatar","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1998","pid":"param1997","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1999","pid":"param1997","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"idNumber","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2000","pid":"param1997","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2001","pid":"param1997","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2002","pid":"param1997","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"sex","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2003","pid":"param1997","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2004","pid":"param1997","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}],"responseTreetableRefParameters":[{"init":false,"id":"param1997","name":"User","params":[{"name":"avatar","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2005","pid":"param1997","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["User","User"]},{"name":"id","ignoreFilterName":null,"require":false,"type":"integer(int64)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2006","pid":"param1997","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["User","User"]},{"name":"idNumber","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2007","pid":"param1997","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["User","User"]},{"name":"name","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2008","pid":"param1997","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["User","User"]},{"name":"phone","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2009","pid":"param1997","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["User","User"]},{"name":"sex","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2010","pid":"param1997","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["User","User"]},{"name":"status","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2011","pid":"param1997","level":1,"show":true,"readOnly":false,"example":"","childrenTypes":[],"children":null,"parentTypes":["User","User"]}],"level":1,"childrenTypes":[]}],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1996","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"User","in":null,"schema":true,"schemaValue":"User","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param1997","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":[{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2032","ignoreFilterName":null,"in":null,"level":1,"name":"avatar","parentTypes":["User","User"],"pid":"param1997","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2033","ignoreFilterName":null,"in":null,"level":1,"name":"id","parentTypes":["User","User"],"pid":"param1997","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int64)","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2034","ignoreFilterName":null,"in":null,"level":1,"name":"idNumber","parentTypes":["User","User"],"pid":"param1997","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2035","ignoreFilterName":null,"in":null,"level":1,"name":"name","parentTypes":["User","User"],"pid":"param1997","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2036","ignoreFilterName":null,"in":null,"level":1,"name":"phone","parentTypes":["User","User"],"pid":"param1997","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2037","ignoreFilterName":null,"in":null,"level":1,"name":"sex","parentTypes":["User","User"],"pid":"param1997","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"string","validateInstance":null,"validateStatus":false,"value":null},{"children":null,"childrenTypes":[],"def":null,"description":"","enum":null,"id":"param2038","ignoreFilterName":null,"in":null,"level":1,"name":"status","parentTypes":["User","User"],"pid":"param1997","require":false,"schema":false,"schemaValue":null,"show":true,"txtValue":null,"type":"integer(int32)","validateInstance":null,"validateStatus":false,"value":null}],"parentTypes":["User"]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2012","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2013","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"d4646c15b9345dbb7dbad91b784b26f1","operationId":"logoutUsingPOST_1","deprecated":false,"summary":"logout","methodType":"POST","showUrl":"/user/loginout","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":null,"reqParameters":[{"name":"creationTime","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"lastAccessedTime","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"maxInactiveInterval","children":null,"description":"","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"new","children":null,"description":"","in":"query","require":false,"type":"boolean","schemaValue":null},{"name":"valueNames","children":null,"description":"","in":"query","require":false,"type":"array","schemaValue":"string"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param2045","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param2046","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param2047","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param2048","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2045","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2046","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2047","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2048","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2045","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2046","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2047","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2048","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}},{"id":"5c9a34c2905f37eaead8357b6997532e","operationId":"sendMsgUsingPOST","deprecated":false,"summary":"sendMsg","methodType":"POST","showUrl":"/user/sendMsg","consumes":["application/json"],"produces":["*/*"],"author":null,"description":"","requestValue":"{\n \"avatar\": \"\",\n \"id\": 0,\n \"idNumber\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"sex\": \"\",\n \"status\": 0\n}","reqParameters":[{"name":"user","children":[{"name":"avatar","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"id","children":null,"description":"","in":null,"require":false,"type":"integer(int64)","schemaValue":null},{"name":"idNumber","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"name","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"phone","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"sex","children":null,"description":"","in":null,"require":false,"type":"string","schemaValue":null},{"name":"status","children":null,"description":"","in":null,"require":false,"type":"integer(int32)","schemaValue":null}],"description":"user","in":"body","require":true,"type":"User","schemaValue":"User"},{"name":"creationTime","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"id","children":null,"description":"","in":"query","require":false,"type":"string","schemaValue":null},{"name":"lastAccessedTime","children":null,"description":"","in":"query","require":false,"type":"integer(int64)","schemaValue":null},{"name":"maxInactiveInterval","children":null,"description":"","in":"query","require":false,"type":"integer(int32)","schemaValue":null},{"name":"new","children":null,"description":"","in":"query","require":false,"type":"boolean","schemaValue":null},{"name":"valueNames","children":null,"description":"","in":"query","require":false,"type":"array","schemaValue":"string"}],"responseCodes":[{"code":"200","description":"OK","schema":"R«string»"},{"code":"201","description":"Created","schema":null},{"code":"401","description":"Unauthorized","schema":null},{"code":"403","description":"Forbidden","schema":null},{"code":"404","description":"Not Found","schema":null}],"multipartResponseSchema":false,"multipCodeDatas":[{"code":"200","responseHeaderParameters":null,"data":[{"name":"code","children":null,"description":"","id":"param2060","type":"integer(int32)","schemaValue":"integer(int32)"},{"name":"data","children":null,"description":"","id":"param2061","type":"string","schemaValue":null},{"name":"map","children":null,"description":"","id":"param2062","type":"object","schemaValue":null},{"name":"msg","children":null,"description":"","id":"param2063","type":"string","schemaValue":null}],"responseBasicType":false,"responseText":null,"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}"}],"responseHeaderParameters":null,"multipData":{"oas2":true,"code":"200","description":"OK","schema":"R«string»","schemaTitle":null,"refTreetableparameters":[],"responseCodes":[],"responseValue":"{\n\t\"code\": 0,\n\t\"data\": \"\",\n\t\"map\": {},\n\t\"msg\": \"\"\n}","responseJson":{"code":0,"data":"","map":{},"msg":""},"responseText":null,"responseBasicType":false,"responseHeaderParameters":null,"responseParameters":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2060","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2061","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2062","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2063","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}],"responseParameterRefName":"R«string»","responseRefParameters":[],"responseTreetableRefParameters":[],"data":[{"name":"code","ignoreFilterName":null,"require":false,"type":"integer(int32)","in":null,"schema":true,"schemaValue":"integer(int32)","value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2060","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":["integer(int32)"]},{"name":"data","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2061","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"map","ignoreFilterName":null,"require":false,"type":"object","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2062","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]},{"name":"msg","ignoreFilterName":null,"require":false,"type":"string","in":null,"schema":false,"schemaValue":null,"value":null,"validateStatus":false,"validateInstance":null,"def":null,"description":"","txtValue":null,"enum":null,"id":"param2063","pid":"-1","level":1,"show":true,"readOnly":false,"example":null,"childrenTypes":[],"children":null,"parentTypes":[]}]}}],"hasNew":true,"hasChanged":false}]};
//console(datas);
return datas;
}
function main(){
//当前接口json数据
var d=getData();
//请求参数table-header
const requestcolumns = [
{
title: "参数名称",
dataIndex: "name",
width: "30%"
},
{
title: "参数说明",
dataIndex: "description",
width: "25%"
},
{
title: "请求类型",
dataIndex: "in",
scopedSlots: { customRender: "typeTemplate" }
},
{
title: "是否必须",
dataIndex: "require",
scopedSlots: { customRender: "requireTemplate" }
},
{
title: "数据类型",
dataIndex: "type",
scopedSlots: { customRender: "datatypeTemplate" }
},
{
title: "schema",
dataIndex: "schemaValue",
width: "15%"
}
];
//响应状态table-header
const responseStatuscolumns = [
{
title: "状态码",
dataIndex: "code",
width: "20%"
},
{
title: "说明",
dataIndex: "description",
width: "55%",
scopedSlots: { customRender: "descriptionTemplate" }
},
{
title: "schema",
dataIndex: "schema"
}
];
//响应头-header
const responseHeaderColumns = [
{
title: "参数名称",
dataIndex: "name",
width: "30%"
},
{
title: "参数说明",
dataIndex: "description",
width: "55%"
},
{
title: "数据类型",
dataIndex: "type"
}
];
const responseParametersColumns = [
{
title: "参数名称",
dataIndex: "name",
width: "35%"
},
{
title: "参数说明",
dataIndex: "description",
width: "40%"
},
{
title: "类型",
dataIndex: "type"
},
{
title: "schema",
dataIndex: "schemaValue",
width: "15%"
}
];
//dataType组件
var dataType={
name: "DataType",
props: {
text: {
type: String,
required: true
},
record: {
type: Object,
required: true
}
},
data:function(){
return {
validators: []
}
},
created() {
this.intiValidator();
},
methods: {
intiValidator() {
var that = this;
const record = this.record;
if (record.validateInstance != null) {
var len = that.getJsonKeyLength(record.validateInstance);
var _size = 0;
for (var k in record.validateInstance) {
var str = k + ":" + record.validateInstance[k];
that.validators.push({ key: k, val: str });
}
}
},
getJsonKeyLength(json) {
var size = 0;
if (json != null) {
for (var key in json) {
if (json.hasOwnProperty(key)) size++;
}
}
return size;
}
},
template:'<div><span v-if="!record.validateStatus">{{text}}</span><span v-else class="knife4j-request-validate-jsr"><a-tooltip placement="right"><template slot="title"><div v-for="pt in validators" :key="pt.key">{{pt.val}}</div></template>{{text}}</a-tooltip></span></div>'
}
var data={
tags:d.tags,
instance:d.instance,
columns: requestcolumns,
responseHeaderColumns: responseHeaderColumns,
responseStatuscolumns: responseStatuscolumns,
responseParametersColumns: responseParametersColumns,
expanRows: true,
//接收一个响应信息对象,遍历得到树形结构的值
multipCode: false,
multipCodeDatas: [],
multipData: {},
page: false,
hideShow:true
}
new Vue({
el:"#knife4jDocument",
components:{
"DataType":dataType
},
data(){
return data
},
mounted(){
//初始化完成
//赋予点击事件;
document.getElementById("btnHide").addEventListener("click",function(){
//隐藏目录
var doc=document.getElementById("knife4jDoc");
var docGlobal=document.getElementById("knife4j-doc-m");
if(doc.style.display=="none"){
doc.style.display="";
document.getElementById("btnHide").innerHTML="隐 藏";
docGlobal.style.width="400px";
docGlobal.style.height="500px";
}else{
doc.style.display="none";
document.getElementById("btnHide").innerHTML="目 录";
docGlobal.style.width="52px";
docGlobal.style.height="35px";
}
})
},
created(){
},
methods:{
genUnionTableKey() {
var key="param"+new Date().getTime().toString() + Math.floor(Math.random() * 1000000).toString();
return key;
},
formaterJson(json) {
try {
if (typeof json != "string") {
json = JSON.stringify(json, undefined, 2);
}
json = json
.replace(/&/g, "&")
.replace(/</g, "<")
.replace(/>/g, ">");
return json.replace(
/("(\u[a-zA-Z0-9]{4}|\[^u]|[^\"])*"(s*:)?|(true|false|null)|-?d+(?:.d*)?(?:[eE][+-]?d+)?)/g,
function(match) {
var cls = "number";
if (/^"/.test(match)) {
if (/:$/.test(match)) {
cls = "key";
} else {
cls = "string";
}
} else if (/true|false/.test(match)) {
cls = "boolean";
} else if (/null/.test(match)) {
cls = "null";
}
return '<span class="' + cls + '">' + match + "</span>";
}
);
} catch (error) {
return json;
}
}
}
})
}
main();
</script>
</body>
</html>