<?php /** * @copyright Copyright (c) 2017 https://www.sapixx.com All rights reserved. * @license Licensed (http://www.apache.org/licenses/LICENSE-2.0). * @author pillar<ltmn@qq.com> * 用户银行表 Table<ai_fastshop_bank_recharge> */ namespace app\fastshop\model; use think\Model; class BankRecharge extends Model{ protected $pk = 'id'; protected $table = 'ai_fastshop_bank_recharge'; }