This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop/source/application/store/model/sharing/CommentImage.php
2020-04-25 22:20:29 +08:00

15 lines
251 B
PHP

<?php
namespace app\store\model\sharing;
use app\common\model\sharing\CommentImage as CommentImageModel;
/**
* 商品评价图片模型
* Class CommentImage
* @package app\store\model\sharing
*/
class CommentImage extends CommentImageModel
{
}