glhcp/server/app/common/model/community/CommunityArticleImage.php

17 lines
226 B
PHP
Raw Normal View History

2023-08-10 06:59:52 +00:00
<?php
namespace app\common\model\community;
use app\common\basics\Models;
/**
* 种草社区文章图片
* Class CommunityCategory
* @package app\common\model\content
*/
class CommunityArticleImage extends Models
{
}