123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php
- ////////////////////
- // 由CodeGenerator创建。
- // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
- // author: gwang
- // 日期: 2021-12-21 14:42:33
- ////////////////////
- /**
- * Static Model item_segment 碎片类道具
- */
- class sm_item_segment
- {
- /**
- * @var Int32 查询用的ID
- */
- public $typeId;
- /**
- * @var Int32 有效时长(单位s) default(0)
- */
- public $expireTs;
- /**
- * @var Int32 原型英雄的ID
- */
- public $protoHeroID;
- /**
- * @var Int32 元素
- */
- public $element;
- /**
- * @var Int32 合成需要的数量
- */
- public $mergeCount;
- }
|