Commit 7c8abc7c by shiwenbo

场站查询元数据增加联系人和联系方式

parent 4fa5bbd4
...@@ -68,6 +68,26 @@ ...@@ -68,6 +68,26 @@
<m:desc></m:desc> <m:desc></m:desc>
</m:field> </m:field>
<m:field> <m:field>
<m:name>linkMan</m:name>
<m:title>联系人</m:title>
<m:type>string</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>telephone</m:name>
<m:title>联系电话</m:title>
<m:type>string</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>stationAddress</m:name> <m:name>stationAddress</m:name>
<m:title>场站地址</m:title> <m:title>场站地址</m:title>
<m:type>string</m:type> <m:type>string</m:type>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment