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

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