瀏覽代碼

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

max 1 年之前
父節點
當前提交
35b8b0d419
共有 1 個文件被更改,包括 3 次插入1 次删除
  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;        // 自动充值