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.
27 lines
287 B
27 lines
287 B
3 years ago
|
<?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
|
||
|
{
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|