其余文件
This commit is contained in:
22
app/common/model/community/CommunityFollow.php
Normal file
22
app/common/model/community/CommunityFollow.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\common\model\community;
|
||||
|
||||
|
||||
use app\common\basics\Models;
|
||||
|
||||
|
||||
/**
|
||||
* 种草社区关注
|
||||
* Class CommunityFollow
|
||||
* @package app\common\model\community
|
||||
*/
|
||||
class CommunityFollow extends Models
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user