StatisticFilter.php 347 B

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. *
  4. *
  5. * @category xxx
  6. * @package PSR
  7. * @subpackage Documentation\API
  8. * @author xxx <xxx@xxx.com>
  9. * @license GPL https://xxx.com
  10. * @link https://xxx.com
  11. * @ctime: 2020/6/15 10:51
  12. */
  13. namespace App\Filters;
  14. class StatisticFilter extends Filter
  15. {
  16. protected $simpleFilters = [
  17. 'area_id'
  18. ];
  19. }