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