Commit a1b9d9a
committed
feat: add new DTOs and OpenAPI specifications for order management
- Introduced OrderQueryDto, AssuranceOrderDto, ConsignOrderDto, SoldOrderStatDto, TravelDateNumberDto, and WaitListOrderDto to enhance order management capabilities.
- Updated schemas.yaml files to include new DTO definitions and their properties.
- Created OpenAPI specifications for the Order Query Service and Order Service, detailing endpoints for querying and managing orders, consignments, and food orders.1 parent c28dfe3 commit a1b9d9a
File tree
4 files changed
+1087
-4
lines changed- ts-client-sdk/src/main/java/edu/fudan/common/client/dto
- order
- ts-order-query-service/src/main/resources
- ts-order-service/src/main/resources
4 files changed
+1087
-4
lines changedLines changed: 82 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 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 | + | |
74 | 106 | | |
75 | 107 | | |
76 | 108 | | |
| |||
277 | 309 | | |
278 | 310 | | |
279 | 311 | | |
280 | | - | |
| 312 | + | |
281 | 313 | | |
282 | | - | |
| 314 | + | |
283 | 315 | | |
284 | 316 | | |
285 | 317 | | |
| 318 | + | |
286 | 319 | | |
287 | 320 | | |
| 321 | + | |
288 | 322 | | |
289 | 323 | | |
290 | 324 | | |
| 325 | + | |
291 | 326 | | |
292 | 327 | | |
| 328 | + | |
293 | 329 | | |
294 | 330 | | |
295 | 331 | | |
| 332 | + | |
296 | 333 | | |
297 | 334 | | |
298 | 335 | | |
| |||
357 | 394 | | |
358 | 395 | | |
359 | 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 | + | |
360 | 440 | | |
361 | 441 | | |
362 | 442 | | |
| |||
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | | - | |
42 | | - | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
55 | 65 | | |
56 | 66 | | |
57 | 67 | | |
| |||
0 commit comments