From a47b138c7455dee981af9b4fac431a16c0eee675 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 25 Dec 2025 18:04:42 +0800
Subject: [PATCH] 报名导出修改

---
 admin/app/common/enum/plus/vip/VipAreaTypeEnum.php |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/admin/app/common/enum/plus/vip/VipAreaTypeEnum.php b/admin/app/common/enum/plus/vip/VipAreaTypeEnum.php
index 58064ba..027573d 100644
--- a/admin/app/common/enum/plus/vip/VipAreaTypeEnum.php
+++ b/admin/app/common/enum/plus/vip/VipAreaTypeEnum.php
@@ -10,6 +10,13 @@
     const REFERRAL = 20; // 推广复购
     const VIP_SUBSIDY = 30; // 下级收益补贴
     const DIRECT_REFEREE = 40; // 平台直推佣金
+    const DIRECT_SUPPLIER = 50; // 推广店铺交易额佣金
+
+    const VIEWPOINT_MONEY = 60; // 见点佣金
+    const DIFFERENTIALPRIZE=70;//级差
+    const EQUALLEVELAWARD= 80;//平级奖
+
+
 
     /**
      * 获取VIP专区订单类型名称
@@ -18,10 +25,14 @@
     public static function getTypeName()
     {
         return [
-            self::NORMAL => '推广',
-            self::REFERRAL => '推广复购',
+            self::NORMAL => '推广佣金',
+            self::REFERRAL => '推广复购佣金',
             self::VIP_SUBSIDY => '下级收益补贴',
             self::DIRECT_REFEREE => '平台直推佣金',
+            self::DIRECT_SUPPLIER => '推广店铺交易额佣金',
+            self::VIEWPOINT_MONEY => '见点佣金',
+            self::DIFFERENTIALPRIZE=> '级差奖',
+            self::EQUALLEVELAWARD=> '平级奖',
         ];
     }
 

--
Gitblit v1.9.2