Commit 7fda7351 by shiwenbo

发起的审批流程增加发起人过滤

parent e28b150d
...@@ -120,6 +120,16 @@ ...@@ -120,6 +120,16 @@
<m:desc></m:desc> <m:desc></m:desc>
</m:field> </m:field>
<m:field> <m:field>
<m:name>submitter.id</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>submitTime</m:name> <m:name>submitTime</m:name>
<m:title>提交时间</m:title> <m:title>提交时间</m:title>
<m:type>datetime</m:type> <m:type>datetime</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