UserScoreLog.php 761 B

1234567891011121314151617181920212223242526
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | Ceeen Wise System
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2007-2017 http://fely.cc All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Date: 2017/6/6 Time: 0:25
  8. // +----------------------------------------------------------------------
  9. // | Author: fely <fely@fely.cc>
  10. // +----------------------------------------------------------------------
  11. namespace app\common\model\jarc;
  12. use think\Model;
  13. /**
  14. * Class Config 系统配置
  15. * @package common\model
  16. */
  17. class UserScoreLog extends Model
  18. {
  19. // 直接使用配置参数名
  20. protected $connection = 'db_jarc';
  21. }