Ins_UGate.php 478 B

123456789101112131415161718192021222324252627
  1. <?php
  2. namespace loyalsoft;
  3. /**
  4. * Description of UGateModel
  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. class Ins_UGate extends Object_ext {
  11. /**
  12. *
  13. * @var int 得分评星
  14. */
  15. public $star = 0;
  16. public $cleared = 0;
  17. /**
  18. *
  19. * @var int 挑战次数
  20. */
  21. public $challengeTimes = 0;
  22. }