1234567891011121314151617181920212223242526272829303132 |
- <?php
- ////////////////////
- // 由CodeGenerator创建。
- // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
- // author: gwang
- // 日期: 2022-06-23 16:38:37
- ////////////////////
- /**
- * Static Model eHeroAddProperties 加成属性
- */
- class sm_eHeroAddProperties
- {
- /**
- * @var Int32 用途未知!!请到数据库中添加字段注释。
- */
- public $typeId;
- /**
- * @var String 用途未知!!请到数据库中添加字段注释。
- */
- public $name;
- /**
- * @var String 用途未知!!请到数据库中添加字段注释。
- */
- public $etc;
- }
|