order list order detail print template template list

This commit is contained in:
Cauchy
2023-10-20 14:14:20 +08:00
parent a1b70c8d4f
commit 62ea0482a3
13 changed files with 222 additions and 105 deletions

View File

@@ -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;
/**
* 快递单号