VideoCommentLike.php 114 B

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