This commit is contained in:
2025-11-06 20:18:15 +08:00
parent b532aa1b84
commit e865220a50
6 changed files with 798 additions and 7 deletions

View File

@@ -50,6 +50,12 @@ public class JDOrder extends BaseEntity {
@Excel(name = "物流链接")
private String logisticsLink;
/** 是否已推送到腾讯文档0-未推送1-已推送) */
private Integer tencentDocPushed;
/** 推送到腾讯文档的时间 */
private Date tencentDocPushTime;
/** 订单号 */
@Excel(name = "订单号", cellType = ColumnType.STRING)
private String orderId;