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.
|
<?php |
|
/** |
|
* |
|
* Api.php |
|
* User: ChenLong |
|
* DateTime: 2020-12-11 11:09:22 |
|
*/ |
|
|
|
|
|
namespace app\common\model; |
|
|
|
use think\Model; |
|
use app\common\BaseModel; |
|
|
|
/** |
|
* Class Api |
|
* @package app\common\model\Api |
|
* @author chenlong <vip_chenlong@163.com> |
|
*/ |
|
class Api extends Model |
|
{ |
|
|
|
|
|
|
|
} |
|
|
|
|