ArticleCommentLike.php 116 B

12345678
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. // 图文评论点赞
  5. class ArticleCommentLike extends Model
  6. {
  7. }