123456789101112131415161718192021222324 |
- <?php
- /**
- *
- *
- * @category xxx
- * @package PSR
- * @subpackage Documentation\API
- * @author xxx <xxx@xxx.com>
- * @license GPL https://xxx.com
- * @link https://xxx.com
- * @ctime: 2020/6/15 10:51
- */
- namespace App\Filters;
- class StatisticFilter extends Filter
- {
- protected $simpleFilters = [
- 'area_id'
- ];
- }
|