Prechádzať zdrojové kódy

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

max 1 rok pred
rodič
commit
35b8b0d419
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  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;        // 自动充值