Commit dbdaa14b by wukaiqiang

临时销售计划增加场站

parent 02e1e830
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</ref> </ref>
<description></description> <description></description>
</field> </field>
<field title='区域公司id'> <field title='场站id'>
<name>station.id</name> <name>station.id</name>
<type>uuid</type> <type>uuid</type>
<ref> <ref>
...@@ -60,6 +60,15 @@ ...@@ -60,6 +60,15 @@
</ref> </ref>
<description></description> <description></description>
</field> </field>
<field title='场站'>
<name>station.name</name>
<type>string</type>
<ref>
<type></type>
<name>com.xyst.dinas.biz.datamodel.Station</name>
</ref>
<description></description>
</field>
<field title='计划周期'> <field title='计划周期'>
<name>planningCycle.id</name> <name>planningCycle.id</name>
<type>uuid</type> <type>uuid</type>
......
...@@ -60,6 +60,16 @@ ...@@ -60,6 +60,16 @@
<m:desc></m:desc> <m:desc></m:desc>
</m:field> </m:field>
<m:field> <m:field>
<m:name>station.name</m:name>
<m:title>区域公司</m:title>
<m:type>string</m:type>
<m:ref>
<m:name>com.xyst.dinas.biz.datamodel.Station</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>station.id</m:name> <m:name>station.id</m:name>
<m:title>区域公司id</m:title> <m:title>区域公司id</m:title>
<m:type>uuid</m:type> <m:type>uuid</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