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