bug fix
This commit is contained in:
@@ -75,4 +75,12 @@ public class ExpressOrder {
|
||||
* 物品信息
|
||||
*/
|
||||
private List<ExpressCommodity> Commodity;
|
||||
/**
|
||||
* 快递单号
|
||||
*/
|
||||
private String expressOrderSn;
|
||||
/**
|
||||
* 面单模板
|
||||
*/
|
||||
private String printTemplate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user