This commit is contained in:
Cauchy
2023-10-19 17:54:38 +08:00
parent a4492f26e7
commit 7005fd8b4d
4 changed files with 25 additions and 15 deletions

View File

@@ -75,4 +75,12 @@ public class ExpressOrder {
* 物品信息
*/
private List<ExpressCommodity> Commodity;
/**
* 快递单号
*/
private String expressOrderSn;
/**
* 面单模板
*/
private String printTemplate;
}