接口平台审批意见推送

This commit is contained in:
lixuebo 2019-08-25 15:09:43 +08:00
parent 871c34607d
commit 078ce39ea4

View File

@ -3110,10 +3110,12 @@
<attribute name="APPLICATION_NO" label="渠道申请编号" type="STRING" length="32"/>
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="PROCESS_NODE" label="所处流程节点" type="STRING" length="32"/>
<attribute name="PROCESS_NODE" label="申请类型编号(接口平台)" type="STRING" length="32"/>
<attribute name="ITEMNO" label="申请类型编号" type="STRING" length="32"/>
<attribute name="APPROVE_OPINION" label="审批意见信息" type="STRING" length="512"/>
<attribute name="APPROVE_STATUS" label="审核状态" type="STRING" length="32"/>
<attribute name="APPROVE_TIME" label="审核时间" type="STRING" length="32"/>
<attribute name="APPROVE_BEGINTIME" label="审核开始时间" type="STRING" length="32"/>
<attribute name="APPROVE_ENDTIME" label="审核结束时间" type="STRING" length="32"/>
<attribute name="PUSH_NUMBER" label="推送次数" type="STRING" length="32"/>
<attribute name="PUSH_STATUS" label="推送结果" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>