其余文件
This commit is contained in:
17
app/common/model/Footprint.php
Normal file
17
app/common/model/Footprint.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\common\model;
|
||||
|
||||
|
||||
use app\common\basics\Models;
|
||||
|
||||
/**
|
||||
* 足迹气泡模型
|
||||
* Class Footprint
|
||||
* @package app\common\model
|
||||
*/
|
||||
class Footprint extends Models
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user