AttColumnsForTopVo.php 126 B

123456789101112131415
  1. <?php
  2. /**
  3. * result
  4. * @author auto create
  5. */
  6. class AttColumnsForTopVo
  7. {
  8. /**
  9. * 列信息
  10. **/
  11. public $columns;
  12. }
  13. ?>