GamePayDiscount.php 209 B

12345678910111213
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. use think\Db;
  5. use think\Config;
  6. class GamePayDiscount extends Model
  7. {
  8. protected $table = 'cy_game_pay_discount';
  9. protected $dateFormat = false;
  10. }