业务申请退回

This commit is contained in:
lixuebo 2019-08-25 10:45:00 +08:00
parent 5e4abcdcf6
commit 871c34607d

View File

@ -3104,5 +3104,31 @@
</managerProperties>
</manager>
</class>
<class name="LM_APPROVAL_OPINION_LOG" label="审批意见推送日志" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<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="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="PUSH_NUMBER" label="推送次数" type="STRING" length="32"/>
<attribute name="PUSH_STATUS" label="推送结果" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="录入部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="修改时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_approval_opinion_log" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>