Commit 85e673dc by 杨清松

预警设置查询

parent b2066907
...@@ -66,7 +66,15 @@ ...@@ -66,7 +66,15 @@
<description></description> <description></description>
</field> </field>
<field title='业务id'>
<name>billId</name>
<type>uuid</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='预警指标'> <field title='预警指标'>
<name>target</name> <name>target</name>
<type>string</type> <type>string</type>
......
...@@ -100,6 +100,16 @@ ...@@ -100,6 +100,16 @@
<m:desc></m:desc> <m:desc></m:desc>
</m:field> </m:field>
<m:field> <m:field>
<m:name>billId</m:name>
<m:title>业务id</m:title>
<m:type>uuid</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>personnel</m:name> <m:name>personnel</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