15 lines
251 B
PHP
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
|
|
{
|
|
}
|