Commit f61a201b1c7840a3332c76d45ffbbcd606655259

Authored by yangjiyue
1 parent cf770c0f

全局字典表更改

Showing 2 changed files with 6 additions and 1 deletions   Show diff stats
Datas/pro2d/GlobalBaseDatas.xlsx
No preview for this file type
Defines/pro2d.xml
... ... @@ -439,7 +439,12 @@
439 439 <var name="ListName" type="string"/>
440 440 <var name="KeyType" type="string"/>
441 441 <var name="ValueType" type="string"/>
442   - <var name="DictData" type="map,string,string"/>
  442 + <var name="KeyValueListData" type="list,GlobalDictData"/>
  443 + </bean>
  444 +
  445 + <bean name="GlobalDictData">
  446 + <var name="Key" type="string"/>
  447 + <var name="Value" type="list,string"/>
443 448 </bean>
444 449  
445 450 <bean name="GlobalListDatas">
... ...