miduo_server/jieling-dbgen/Ldb.xml

70 lines
2.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="UTF-8"?>
<Ldb >
<Jbean name="ItemEntity">
<Variable name="id" type="int"/>
<Variable name="uniqueid" type="long"/>
<Variable name="count" type="int"/>
<Variable name="position" type="int"/>包裹属性位置。从0开始编号
<Variable name="createTime" type="int"/>
</Jbean>
<Jbean name="BagEntity">
<Variable name="bagid" type="long"/>
<Variable name="nextId" type="int"/>
<Variable name="capacity" type="int"/>
<Variable name="itemMap" type="map" key="int" value="ItemEntity" /> 道具map
</Jbean>
<Jbean name="BagManager">背包管理器
<Variable name="bagMap" type="map" key="int" value="BagEntity" />背包map
</Jbean>
<Jbean name="PropertyItem">
<Variable name="id" type="string"/>
<Variable name="equipId" type="int"/>
<Variable name="level" type="int"/>
<Variable name="heroId" type="string"/>
<Variable name="propertyValueByIdMap" type="map" key="int" value="int" /> 主属性 key 对应PropertyConfig id
<Variable name="secondValueByIdMap" type="map" key="int" value="int" /> //副属性
<Variable name="createTime" type="int"/>
<Variable name="skill" type="int"/>
<Variable name="isLocked" type="int"/>
</Jbean>
<Jbean name="ActivityProgressInfo">
<Variable name="state" type="int"/>
<Variable name="progrss" type="int"/>
</Jbean>
<Jbean name="ActivityMission">
<Variable name="activityMissionMap" type="map" key="int" value="ActivityProgressInfo" />
<Variable name="activityState" type="int"/>
<Variable name="openType" type="int"/>
<Variable name="v" type="int"/>
</Jbean>
<Jbean name="LuckWheelPosInfo">
<Variable name="luckId" type="int"/>
<Variable name="progrss" type="int"/>
</Jbean>
<Jbean name="LuckWheelMission">
<Variable name="posInfoMap" type="map" key="int" value="LuckWheelPosInfo" />
<Variable name="refreshTime" type="int"/>
</Jbean>
<Jbean name="ActivityManager">
<Variable name="activityMissionMap" type="map" key="int" value="ActivityMission" />
<Variable name="senvenTime" type="long"/> 七日狂欢结束时间
<Variable name="luckWheel" type="LuckWheelMission"/>幸运探宝奖池
<Variable name="luckWheelAdvance" type="LuckWheelMission"/>高级幸运探宝奖池
</Jbean>
</Ldb>