维护客户自动更改状态

This commit is contained in:
wanyongkang
2020-11-23 16:30:13 +08:00
parent 18687d8ab1
commit c0212b4f1d
4 changed files with 177 additions and 11 deletions

View File

@@ -4,8 +4,8 @@
* @version:
* @Author: kangkang
* @Date: 2020-10-22 15:35:49
* @LastEditors: kangkang
* @LastEditTime: 2020-11-18 17:38:12
* @LastEditors: Please set LastEditors
* @LastEditTime: 2020-11-23 11:42:37
*/
namespace enum\user;
@@ -26,6 +26,20 @@ class User
11 => '已完成',
];
public static $UnfollowNotBuy = 1;
public static $FollowOverTimeNotBuy = 2;
public static $UnfollowBuyReduce = 3;
public static $FollowOverTimeBuyReduce = 4;
public static $LostReduce = 5;
public static $LostNotUsed = 6;
public static $LostPrice = 7;
public static $LostProduct = 8;
public static $LostAuto = 9;
public static $HighUser = 10;
public static $Finish = 11;
public static $Unfollow = [1,3];
/**
* @description: 格式化方便选择处理
* @param {*}