before test
This commit is contained in:
@@ -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";
|
||||
|
||||
/**
|
||||
* 订单状态 - 全部
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user