ZoneListItemInfoModel.php 469 B

1234567891011121314151617181920212223242526
  1. <?php
  2. namespace loyalsoft;
  3. /**
  4. * Description of ZoneListItemInfoModel
  5. * @version
  6. * 1.0.0 Created at 2017-2-14. by --gwang
  7. * @author gwang (mail@wanggangzero.cn)
  8. * @copyright ? 2017-2-14, SJZ LoyalSoft Corporation & gwang. All rights reserved.
  9. */
  10. /**
  11. * 分区列表元素的数据结构
  12. */
  13. class ZoneListItemInfoModel
  14. {
  15. public $zoneid;
  16. public $name;
  17. public $isNew;
  18. public $status;
  19. public $isRecommended;
  20. public $publicTs;
  21. }