Browse Source

【会员端】——【Recharge Details】,新增“编辑”按钮及功能。

max 1 year ago
parent
commit
35b8b0d419
1 changed files with 3 additions and 1 deletions
  1. 3 1
      common/models/RechargeLog.php

+ 3 - 1
common/models/RechargeLog.php

@@ -2,7 +2,9 @@
 
 namespace common\models;
 
-class RechargeLog
+use common\components\ActiveRecord;
+
+class RechargeLog extends ActiveRecord
 {
     const TYPE_MANUAL = 0;      // 手动充值
     const TYPE_AUTO = 1;        // 自动充值