소스 검색

【会员端】——【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;        // 自动充值