1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user