1
This commit is contained in:
@@ -80,6 +80,11 @@ public class JDOrder extends BaseEntity {
|
||||
@Excel(name = "完成时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date finishTime;
|
||||
|
||||
/** 订单状态(从order_rows表查询) */
|
||||
@Transient
|
||||
@Excel(name = "订单状态")
|
||||
private Integer orderStatus;
|
||||
|
||||
/** 是否参与统计(0否 1是) */
|
||||
@Excel(name = "参与统计")
|
||||
private Integer isCountEnabled;
|
||||
|
||||
Reference in New Issue
Block a user