70 lines
3.8 KiB
XML
70 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<jbo>
|
|
<package name="jbo.edoc" label="电子合同">
|
|
|
|
<class name="EDOC_DEFINE" label="电子文档模板定义" keyAttributes="EDOCNO">
|
|
<attributes>
|
|
<attribute name="EDOCNO" label="文档编号" type="STRING" length="32"/>
|
|
<attribute name="EDOCNAME" label="文档名称" type="STRING" length="80"/>
|
|
<attribute name="ISINUSE" label="是否有效" type="STRING" length="18"/>
|
|
<attribute name="EDOCTYPE" label="文档类型" type="STRING" length="18"/>
|
|
<attribute name="STAMPERTYPE" label="签章页类型" type="STRING" length="18"/>
|
|
<attribute name="VOUCHNO" label="VOUCHNO" type="STRING" length="18"/>
|
|
<attribute name="FILENAMEFMT" label="格式文件" type="STRING" length="100"/>
|
|
<attribute name="FULLPATHFMT" label="格式文件路径" type="STRING" length="200"/>
|
|
<attribute name="CONTENTTYPEFMT" label="格式文件类型" type="STRING" length="32"/>
|
|
<attribute name="CONTENTLENGTHFMT" label="格式文件大小" type="STRING" length="32"/>
|
|
<attribute name="FILENAMEDEF" label="数据定义文件" type="STRING" length="100"/>
|
|
<attribute name="FULLPATHDEF" label="数据定义文件路径" type="STRING" length="200"/>
|
|
<attribute name="CONTENTTYPEDEF" label="数据定义文件类型" type="STRING" length="32"/>
|
|
<attribute name="CONTENTLENGTHDEF" label="数据定义文件大小" type="STRING" length="32"/>
|
|
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSER" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
|
|
<attribute name="UPDATEORG" label="更新机构" type="STRING" length="32"/>
|
|
<attribute name="UPDATEUSER" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="20"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="EDOC_DEFINE" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="EDOC_PRINT" label="电子合同打印信息" keyAttributes="SERIALNO,OBJECTNO,OBJECTTYPE,EDOCNO">
|
|
<attributes>
|
|
<attribute name="SERIALNO" label="SERIALNO" type="STRING" length="32"/>
|
|
<attribute name="OBJECTNO" label="OBJECTNO" type="STRING" length="32"/>
|
|
<attribute name="OBJECTTYPE" label="OBJECTTYPE" type="STRING" length="32"/>
|
|
<attribute name="EDOCNO" label="EDOCNO" type="STRING" length="32"/>
|
|
<attribute name="FILENAME" label="FILENAME" type="STRING" length="100"/>
|
|
<attribute name="FULLPATH" label="FULLPATH" type="STRING" length="200"/>
|
|
<attribute name="CONTENTTYPE" label="CONTENTTYPE" type="STRING" length="32"/>
|
|
<attribute name="CONTENTLENGTH" label="CONTENTLENGTH" type="STRING" length="32"/>
|
|
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="20"/>
|
|
<attribute name="INPUTORG" label="INPUTORG" type="STRING" length="32"/>
|
|
<attribute name="INPUTUSER" label="INPUTUSER" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="EDOC_PRINT" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="EDOC_RELATIVE" label="关联业务类型信息" keyAttributes="TYPENO">
|
|
<attributes>
|
|
<attribute name="TYPENO" label="业务类型编号" type="STRING" length="20"/>
|
|
<attribute name="TYPENAME" label="业务类型" type="STRING" length="100"/>
|
|
<attribute name="EDOCNO" label="电子合同模板编号" type="STRING" length="18"/>
|
|
<attribute name="ISINUSE" label="是否使用" type="STRING" length="1"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="EDOC_RELATIVE" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
</package>
|
|
</jbo> |