express order finished

This commit is contained in:
Cauchy
2023-10-17 17:22:08 +08:00
parent bdc561895e
commit 113243e918
8 changed files with 77 additions and 6 deletions

View File

@@ -29,4 +29,8 @@ public class ExpressOrderResponseVo {
* 原因
*/
private String Reason;
/**
* 订单
*/
private ExpressResponseOrderVo Order;
}