View.php 140 B

12345678910111213141516
  1. <?php
  2. namespace Atom\Service\Article;
  3. use Dever;
  4. /**
  5. * 文章详情
  6. *
  7. */
  8. class View
  9. {
  10. public function get()
  11. {
  12. }
  13. }