Commit 918b86d8e821b196e71cec3507d40780c157689f

Authored by yangjiyue
1 parent 4a820f89

item杂项表删除

Showing 2 changed files with 1 additions and 14 deletions   Show diff stats
Datas/pro2d/GlobalBaseDatas.xlsx
No preview for this file type
Defines/pro2d.xml
... ... @@ -303,12 +303,6 @@
303 303 </bean>
304 304  
305 305  
306   - <bean name="MiscellaneousData">
307   - <var name="Name" type="string"/>
308   - <var name="Path" type="string"/>
309   - </bean>
310   -
311   -
312 306 <bean name="BraekdownResult">
313 307 <var name="ItemID" type="int"/>
314 308 <var name="MinNum" type="int"/>
... ... @@ -353,12 +347,6 @@
353 347 </bean>
354 348  
355 349  
356   - <bean name="ItemMiscellaneousData">
357   - <var name="MiscellaneousDataKey" type="string"/>
358   - <var name="MiscellaneousDataList" type="list,MiscellaneousData"/>
359   - </bean>
360   -
361   -
362 350 <bean name="OpenBox">
363 351 <var name="ID" type="int"/>
364 352 <var name="Name" type="string"/>
... ... @@ -910,8 +898,7 @@
910 898 <table name="TbEquipBreakdown" value="EquipBreakdown" input="pro2d/EquipBreakdown.xlsx"/>
911 899 <table name="TbEquipmentLvUpMaterials" value="EquipmentLvUpMaterials" input="pro2d/EquipmentLvUpMaterials.xlsx"/>
912 900 <table name="TbEquipmentComposite" value="EquipmentComposite" input="pro2d/EquipmentComposite.xlsx"/>
913   - <table name="TbItemData" value="ItemData" input="pro2d/BaseData@ItemData.xlsx"/>
914   - <table name="TbItemMiscellaneousData" value="ItemMiscellaneousData" input="pro2d/MiscellaneousData@ItemData.xlsx"/>
  901 + <table name="TbItemData" value="ItemData" input="pro2d/ItemData.xlsx"/>
915 902 <table name="TbOpenBox" value="OpenBox" input="pro2d/OpenBox.xlsx"/>
916 903 <table name="TbConsumptionItemData" value="ConsumptionItemData" input="pro2d/ConsumptionItemData.xlsx"/>
917 904 <table name="TbCoupleTies" value="CoupleTies" input="pro2d/CoupleTiesDatas.xlsx"/>
... ...