فهرست منبع

言灵套装配置

cyzhao 3 سال پیش
والد
کامیت
2188922ce7

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2022-05-23 16:11:44
+ // 日期: 2022-06-23 09:44:37
 ////////////////////
 
 namespace loyalsoft;
@@ -1754,6 +1754,22 @@ class GameConfig {
         return self::get_hash_item('map_scene_zoneid', $key);
     }
     /**
+    * 言灵套装表
+    * @return \yanling_compose
+    */
+    public static function yanling_compose()
+    { 
+        static $a = null; 
+        return self::initValue($a, 'yanling_compose');
+    }
+    /**
+    * @return \sm_yanling_compose yanling_compose item数据 
+    */
+    public static function yanling_compose_getItem($itemid)
+    { 
+        return self::get_hash_item('yanling_compose', $itemid);
+    }
+    /**
     * 当前版本(时间戳)
     * @return \ver
     */

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2022-05-25 17:33:15
+ // 日期: 2022-06-23 09:44:37
 ////////////////////
 
 /**
@@ -1752,6 +1752,22 @@ class GameConfig {
         return self::get_hash_item('map_scene_zoneid', $key);
     }
     /**
+    * 言灵套装表
+    * @return \yanling_compose
+    */
+    public static function yanling_compose()
+    { 
+        static $a = null; 
+        return self::initValue($a, 'yanling_compose');
+    }
+    /**
+    * @return \sm_yanling_compose yanling_compose item数据 
+    */
+    public static function yanling_compose_getItem($itemid)
+    { 
+        return self::get_hash_item('yanling_compose', $itemid);
+    }
+    /**
     * 当前版本(时间戳)
     * @return \ver
     */

+ 47 - 0
Gameserver/Amfphp/model/Const/sm_yanling_compose.php

@@ -0,0 +1,47 @@
+<?php
+////////////////////
+ // 由CodeGenerator创建。
+ // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
+ // author: gwang 
+ // 日期: 2022-06-22 17:36:45
+////////////////////
+
+
+/**
+ * Static Model yanling_compose 言灵套装表
+ */
+class sm_yanling_compose
+{
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。  
+    */
+    public $tid;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $typeId;
+
+    /**
+    * @var String 用途未知!!请到数据库中添加字段注释。  
+    */
+    public $name;
+
+    /**
+    * @var String 用途未知!!请到数据库中添加字段注释。  
+    */
+    public $two_compose;
+
+    /**
+    * @var String 用途未知!!请到数据库中添加字段注释。  
+    */
+    public $three_compose;
+
+    /**
+    * @var String 用途未知!!请到数据库中添加字段注释。  
+    */
+    public $etc;
+
+}
+