VideoComment.php 104 B

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