Text.php 135 B

123456789101112131415
  1. <?php
  2. /**
  3. * 文本消息
  4. * @author auto create
  5. */
  6. class Text
  7. {
  8. /**
  9. * 文本消息
  10. **/
  11. public $content;
  12. }
  13. ?>