1234567891011121314151617181920212223242526272829303132333435363738 |
- <?php
- ////////////////////
- // 由CodeGenerator创建。
- // Copyright (C) gwang (mail@wanggangzero.cn), Loyalsoft@sjz Inc
- // author: gwang
- // 日期: 2017-12-13 11:09:23
- ////////////////////
- /**
- * Static Model guilddonatereward
- */
- class sm_guilddonatereward
- {
- /**
- * @var Int32
- */
- public $exp;
- /**
- * @var Int32
- */
- public $gold;
- /**
- * @var Int32
- */
- public $maxDonateNum;
- /**
- * @var Int32
- */
- public $contribution;
- }
|