1234567891011121314151617181920212223242526272829303132333435363738 |
- <?php
- ////////////////////
- // 由CodeGenerator创建。
- // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
- // author: gwang
- // 日期: 2020-09-02 18:00:54
- ////////////////////
- /**
- * 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;
- }
|