1
This commit is contained in:
@@ -90,6 +90,10 @@ public class JDOrder extends BaseEntity {
|
||||
@Excel(name = "订单状态")
|
||||
private Integer orderStatus;
|
||||
|
||||
/** 发货状态(从 order_rows.express_status 查询,10=待发货) */
|
||||
@Transient
|
||||
private Integer expressStatus;
|
||||
|
||||
/** 是否参与统计(0否 1是) */
|
||||
@Excel(name = "参与统计")
|
||||
private Integer isCountEnabled;
|
||||
|
||||
Reference in New Issue
Block a user