Query.php 76 B

123456
  1. <?php
  2. namespace app\common\library;
  3. class Query extends \think\db\Query{
  4. }