cyzhao 8 ay önce
ebeveyn
işleme
09ab8ac80c

+ 17 - 1
Gameserver/App/configs/GameConfig.php

@@ -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
     */

+ 17 - 1
Gameserver/App/model/Const/GameConfig.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-09-12 13:50:51
+ // 日期: 2024-09-12 17:13:56
 ////////////////////
 
 /**
@@ -877,6 +877,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
     */

+ 47 - 0
Gameserver/App/model/Const/sm_activity_lotteryItemExchange.php

@@ -0,0 +1,47 @@
+<?php
+////////////////////
+ // 由CodeGenerator创建。
+ // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
+ // author: gwang 
+ // 日期: 2024-09-12 17:11:58
+////////////////////
+
+
+/**
+ * Static Model activity_lotteryItemExchange 人参果兑换稀有物资表
+ */
+class sm_activity_lotteryItemExchange
+{
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。  
+    */
+    public $id;
+
+    /**
+    * @var Int32 兑换最大次数 default(0) 
+    */
+    public $exchangeNum;
+
+    /**
+    * @var String 消耗人身果信息  
+    */
+    public $cost;
+
+    /**
+    * @var String 兑换奖品信息  
+    */
+    public $reward;
+
+    /**
+    * @var String 描述  
+    */
+    public $desc;
+
+    /**
+    * @var String 图片  
+    */
+    public $icon;
+
+}
+

+ 10 - 0
Gameserver/App/model/Const/sm_activity_lotterynum_accumulate.php

@@ -18,11 +18,21 @@ class sm_activity_lotterynum_accumulate
     */
     public $id;
 
+    /**
+    * @var String 图片  
+    */
+    public $icon;
+
     /**
     * @var String 奖品  
     */
     public $reward;
 
+    /**
+    * @var String 描述信息  
+    */
+    public $desc;
+
     /**
     * @var String 额外字段  
     */

+ 1 - 1
Gameserver/App/model/Const/sm_skills.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-09-05 10:23:34
+ // 日期: 2024-09-12 15:35:50
 ////////////////////