12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- ////////////////////
- // 由CodeGenerator创建。
- // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
- // author: gwang
- // 日期: 2021-12-21 14:38:03
- ////////////////////
- /**
- * Static Model skill_cross 合体技能
- */
- class sm_skill_cross
- {
- /**
- * @var Int32 用途未知!!请到数据库中添加字段注释。
- */
- public $yanling_id_one;
- /**
- * @var Int32 用途未知!!请到数据库中添加字段注释。
- */
- public $yanling_id_two;
- /**
- * @var Int32 用途未知!!请到数据库中添加字段注释。
- */
- public $yanling_id_three;
- /**
- * @var Int32 用途未知!!请到数据库中添加字段注释。
- */
- public $skill_id_cross;
- }
|