You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
339 B
26 lines
339 B
3 years ago
|
<?php
|
||
|
/**
|
||
|
*
|
||
|
* QueryParams.php
|
||
|
* User: ChenLong
|
||
|
* DateTime: 2020-12-11 11:10:23
|
||
|
*/
|
||
|
|
||
|
|
||
|
namespace app\common\model;
|
||
|
|
||
|
use think\Model;
|
||
|
use app\common\BaseModel;
|
||
|
use sdModule\layui\Layui;
|
||
|
|
||
|
/**
|
||
|
* Class QueryParams
|
||
|
* @package app\common\model\QueryParams
|
||
|
* @author chenlong <vip_chenlong@163.com>
|
||
|
*/
|
||
|
class QueryParams extends Model
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|