Comments.php 186 B

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * 1
  4. * @author auto create
  5. */
  6. class Comments
  7. {
  8. /**
  9. * 1
  10. **/
  11. public $comment_id;
  12. /**
  13. * 1
  14. **/
  15. public $content;
  16. /**
  17. * 1
  18. **/
  19. public $origin_user;
  20. }
  21. ?>