合并dailyfix中的jbo_doc.xml
This commit is contained in:
parent
2deb3eb317
commit
50e165d9fb
@ -334,6 +334,51 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LB_MAILARCHIVING_INFO_TEMP" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||||
<attribute name="PRODUCT_ID" label="产品ID" type="STRING" length="32"/>
|
||||
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
|
||||
<attribute name="PROJECT_ID" label="项目ID" type="STRING" length="32"/>
|
||||
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
||||
<attribute name="MAIL_STATUS" label="邮寄状态" type="STRING" length="32"/>
|
||||
<attribute name="HANDOVER_STATUS" label="接收状态" type="STRING" length="32"/>
|
||||
<attribute name="APP_CODE" label="影像编号" type="STRING" length="32"/>
|
||||
<attribute name="APP_NAME" label="影像名称" type="STRING" length="100"/>
|
||||
<attribute name="NEW_FILE_CODE" label="文件编号" type="STRING" length="32"/>
|
||||
<attribute name="NEW_FILE_NAME" label="文件名称" type="STRING" length="32"/>
|
||||
<attribute name="IS_MUST" label="是否必填" type="STRING" length="32"/>
|
||||
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lb_mailarchiving_info_temp" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LB_MAILARCHIVING_INFO" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||||
<attribute name="PRODUCT_ID" label="产品ID" type="STRING" length="32"/>
|
||||
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
|
||||
<attribute name="PROJECT_ID" label="项目ID" type="STRING" length="32"/>
|
||||
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
||||
<attribute name="MAIL_STATUS" label="邮寄状态" type="STRING" length="32"/>
|
||||
<attribute name="HANDOVER_STATUS" label="接收状态" type="STRING" length="32"/>
|
||||
<attribute name="APP_CODE" label="影像编号" type="STRING" length="32"/>
|
||||
<attribute name="APP_NAME" label="影像名称" type="STRING" length="100"/>
|
||||
<attribute name="NEW_FILE_CODE" label="文件编号" type="STRING" length="32"/>
|
||||
<attribute name="NEW_FILE_NAME" label="文件名称" type="STRING" length="32"/>
|
||||
<attribute name="IS_MUST" label="是否必填" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lb_mailarchiving_info" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LM_APPROVALOPINION_DOC" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||||
@ -381,5 +426,18 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="REMINDER_LETTER" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||||
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="64"/>
|
||||
<attribute name="TYPE" label="类型" type="STRING" length="4"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="reminder_letter" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user