123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php
- ////////////////////
- // 由CodeGenerator创建。
- // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
- // author: gwang
- // 日期: 2021-12-21 14:42:28
- ////////////////////
- /**
- * Static Model guilddonatereward 公会捐献卡牌奖励
- */
- class sm_guilddonatereward
- {
- /**
- * @var Int32 用途未知!!请到数据库中添加字段注释。
- */
- public $cardType;
- /**
- * @var Int32 用途未知!!请到数据库中添加字段注释。
- */
- public $exp;
- /**
- * @var Int32 用途未知!!请到数据库中添加字段注释。
- */
- public $gold;
- /**
- * @var Int32 用途未知!!请到数据库中添加字段注释。
- */
- public $maxDonateNum;
- /**
- * @var Int32 用途未知!!请到数据库中添加字段注释。
- */
- public $contribution;
- }
|