This commit is contained in:
Cauchy
2023-10-25 10:36:02 +08:00
parent 0ae9d88639
commit 621ba4c105
3 changed files with 23 additions and 3 deletions

View File

@@ -26,6 +26,10 @@ public class Constants {
* 订单状态 - 交易失败
*/
public static final String ORDER_STATUS_FAIL = "4";
/**
* 订单状态 - 已部分发货
*/
public static final String ORDER_STATUS_PART_SHIPPED = "5";
/**
* 订单状态 - 全部
*/