|
|
@@ -15,6 +15,8 @@ use common\libs\logging\operate\valueType\Config as ValueTypeConfig;
|
|
|
* @property string $BONUS_FREEZE 奖金冻结部分
|
|
|
* @property string $CF 车房养老奖
|
|
|
* @property string $LX 领袖分红奖
|
|
|
+ * @property string $STORE_TOTAL 店服务奖累计
|
|
|
+ * @property string $ORI_STORE_TOTAL 店服务奖原奖金累计
|
|
|
* @property string $QY_TOTAL 区域津贴累计
|
|
|
* @property string $YC_TOTAL 育成津贴累计
|
|
|
* @property string $VIP_TOTAL VIP奖金累计
|
|
|
@@ -87,6 +89,7 @@ class UserBonus extends \common\components\ActiveRecord
|
|
|
'BONUS_FREEZE' => '奖金冻结部分',
|
|
|
'CF' => '车房养老奖',
|
|
|
'LX' => '领袖分红奖',
|
|
|
+ 'STORE_TOTAL' => '店服务奖累计',
|
|
|
'QY_TOTAL' => '区域津贴累计',
|
|
|
'YC_TOTAL' => '育成津贴累计',
|
|
|
'VIP_TOTAL' => 'VIP奖金累计',
|
|
|
@@ -107,6 +110,7 @@ class UserBonus extends \common\components\ActiveRecord
|
|
|
'YJ_TOTAL'=> '业绩奖累计',
|
|
|
'GX_TOTAL'=> '共享奖累计',
|
|
|
'GL_TOTAL'=> '管理奖累计',
|
|
|
+ 'ORI_STORE_TOTAL' => '店服务奖原奖金累计',
|
|
|
'ORI_QY_TOTAL' => '团队奖原奖金累计',
|
|
|
'ORI_YC_TOTAL' => '荣衔奖原奖金累计',
|
|
|
'ORI_VIP_TOTAL' => 'VIP奖原奖金累计',
|