发货相关更新

This commit is contained in:
wangjinlei
2023-10-31 11:53:01 +08:00
parent 890577d545
commit f037f9c2f5
5 changed files with 51 additions and 6 deletions

View File

@@ -81,6 +81,12 @@ public class ExpressOrder {
*/
@TableField(exist = false)
private List<ExpressCommodity> Commodity;
/**
* 面单的string
*/
@TableField(exist = false)
private String printString;
/**
* 快递单号
*/