This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* @Author: kangkang
|
||||
* @Date: 2020-10-22 15:35:49
|
||||
* @LastEditors: kangkang
|
||||
* @LastEditTime: 2020-10-23 15:37:17
|
||||
* @LastEditTime: 2020-10-28 17:43:57
|
||||
*/
|
||||
namespace enum\order;
|
||||
|
||||
@@ -45,6 +45,8 @@ class ProductOrder
|
||||
public static $PayComplete = [20,90];
|
||||
//账单付款和退款
|
||||
public static $Refunds = [30,40,50];
|
||||
//统计分析用到的状态
|
||||
public static $fenxi = [20,40,50,90];
|
||||
|
||||
//订单类型
|
||||
public static $OrderType = [
|
||||
|
||||
Reference in New Issue
Block a user