<?php namespace app\common\model; use think\Model; use think\Db; use think\Config; class GamePayDiscount extends Model { protected $table = 'cy_game_pay_discount'; protected $dateFormat = false; }