handle exception

This commit is contained in:
Cauchy
2023-10-17 16:53:34 +08:00
parent 8daf30493c
commit bdc561895e
6 changed files with 51 additions and 12 deletions

View File

@@ -92,8 +92,4 @@ public class BuyOrderDetail implements Serializable {
* 评价 ID
*/
private Integer recordId;
/**
* 快递订单 ID
*/
private String expressOrderId;
}