CommentImage.php 328 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. *
  4. * @copyright ©2020 点小铺
  5. * @author hanj
  6. * @link: https://dyuit.com
  7. * Created by VSCode
  8. */
  9. namespace app\store\model;
  10. use app\common\model\CommentImage as CommentImageModel;
  11. /**
  12. * 商品图片模型
  13. * Class GoodsImage
  14. * @package app\store\model
  15. */
  16. class CommentImage extends CommentImageModel
  17. {
  18. }