order list order detail print template template list
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.peanut.modules.book.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -34,19 +35,15 @@ public class ExpressOrder {
|
||||
/**
|
||||
* 收件人姓名
|
||||
*/
|
||||
private String name;
|
||||
private String consigneeName;
|
||||
/**
|
||||
* 收件人电话
|
||||
*/
|
||||
private String mobile;
|
||||
private String consigneeMobile;
|
||||
/**
|
||||
* 收件人详细地址
|
||||
*/
|
||||
private String address;
|
||||
/**
|
||||
* 订单号
|
||||
*/
|
||||
private Integer orderId;
|
||||
/**
|
||||
* 快递公司代码
|
||||
*/
|
||||
@@ -74,6 +71,7 @@ public class ExpressOrder {
|
||||
/**
|
||||
* 物品信息
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private List<ExpressCommodity> Commodity;
|
||||
/**
|
||||
* 快递单号
|
||||
|
||||
Reference in New Issue
Block a user