before test

This commit is contained in:
Cauchy
2023-10-25 13:47:06 +08:00
parent 86027f543c
commit 7792024b15
6 changed files with 39 additions and 32 deletions

View File

@@ -19,17 +19,14 @@ public class Constants {
*/
public static final String ORDER_STATUS_SHIPPED = "2";
/**
* 订单状态 - 已发货
* 订单状态 - 已完成
*/
public static final String ORDER_STATUS_FINISHED = "3";
/**
* 订单状态 - 交易失败
*/
public static final String ORDER_STATUS_FAIL = "4";
/**
* 订单状态 - 已部分发货
*/
public static final String ORDER_STATUS_PART_SHIPPED = "5";
/**
* 订单状态 - 全部
*/