IsvOrgShortcutListDTO.php 180 B

123456789101112131415
  1. <?php
  2. /**
  3. * 返回结果
  4. * @author auto create
  5. */
  6. class IsvOrgShortcutListDTO
  7. {
  8. /**
  9. * 企业下指定应用已添加快捷方式列表
  10. **/
  11. public $shortcut_list;
  12. }
  13. ?>