维护客户基本完善

This commit is contained in:
wanyongkang
2020-11-22 11:09:33 +08:00
parent 1b9e56b24a
commit 18687d8ab1
4 changed files with 261 additions and 6 deletions

View File

@@ -4,8 +4,8 @@
* @version:
* @Author: kangkang
* @Date: 2020-10-22 15:35:49
* @LastEditors: kangkang
* @LastEditTime: 2020-10-28 17:43:57
* @LastEditors: Please set LastEditors
* @LastEditTime: 2020-11-20 17:58:33
*/
namespace enum\order;
@@ -43,7 +43,7 @@ class ProductOrder
//付款完成
public static $PayComplete = [20,90];
//账单付款和退款
//账单退款
public static $Refunds = [30,40,50];
//统计分析用到的状态
public static $fenxi = [20,40,50,90];