|
@@ -3,7 +3,7 @@
|
|
|
// 由CodeGenerator创建。
|
|
|
// Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
|
|
|
// author: gwang
|
|
|
- // 日期: 2024-09-11 16:17:06
|
|
|
+ // 日期: 2024-09-12 17:13:56
|
|
|
////////////////////
|
|
|
|
|
|
namespace loyalsoft;
|
|
@@ -879,6 +879,22 @@ class GameConfig {
|
|
|
return self::get_hash_item('activity_lotterynum_accumulate', $itemid);
|
|
|
}
|
|
|
/**
|
|
|
+ * 人参果兑换稀有物资表
|
|
|
+ * @return \activity_lotteryItemExchange
|
|
|
+ */
|
|
|
+ public static function activity_lotteryItemExchange()
|
|
|
+ {
|
|
|
+ static $a = null;
|
|
|
+ return self::initValue($a, 'activity_lotteryItemExchange');
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * @return \sm_activity_lotteryItemExchange activity_lotteryItemExchange item数据
|
|
|
+ */
|
|
|
+ public static function activity_lotteryItemExchange_getItem($itemid)
|
|
|
+ {
|
|
|
+ return self::get_hash_item('activity_lotteryItemExchange', $itemid);
|
|
|
+ }
|
|
|
+ /**
|
|
|
* 当前版本(时间戳)
|
|
|
* @return \ver
|
|
|
*/
|