This commit is contained in:
van
2026-05-21 16:27:39 +08:00
parent 8fcd7be160
commit b107eece07
2 changed files with 8 additions and 0 deletions

View File

@@ -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;