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