* 用户银行表 Table */ namespace app\fastshop\model; use think\Model; class BankRecharge extends Model{ protected $pk = 'id'; protected $table = 'ai_fastshop_bank_recharge'; }