FormContentVo.php 128 B

123456789101112131415
  1. <?php
  2. /**
  3. * 控件对象
  4. * @author auto create
  5. */
  6. class FormContentVo
  7. {
  8. /**
  9. * 控件数组
  10. **/
  11. public $items;
  12. }
  13. ?>