123456789101112131415161718192021222324252627 |
- <?php
- namespace loyalsoft;
- /**
- * Description of UGateModel
- * @version
- * 1.0.0 Created at 2017-2-14. by --gwang
- * @author gwang (mail@wanggangzero.cn)
- * @copyright ? 2017-2-14, SJZ LoyalSoft Corporation & gwang. All rights reserved.
- */
- class Ins_UGate extends Object_ext {
- /**
- *
- * @var int 得分评星
- */
- public $star = 0;
- public $cleared = 0;
- /**
- *
- * @var int 挑战次数
- */
- public $challengeTimes = 0;
- }
|