284 lines
15 KiB
XML
284 lines
15 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<jbo>
|
|
<package name="jbo.voucher" label="凭证相关配置">
|
|
|
|
|
|
<class name="LV_AUXILIARY_ACCOUNT" label="辅助账管理" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="AUX_NUMBER" label="辅助帐编号" type="STRING" length="32"/>
|
|
<attribute name="AUX_NAME" label="辅助帐名称" type="STRING" length="200"/>
|
|
<attribute name="VALUE_LIST" label="取值列表" type="STRING" length="200"/>
|
|
<attribute name="VALUE_MODE" label="取值方式" type="STRING" length="2000"/>
|
|
<attribute name="IS_USER" label="是否有效" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LV_AUXILIARY_ACCOUNT" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LV_BASIC_PARAM" label="基础参数库" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="SERIAL_NUMBER" label="编号" type="STRING" length="32"/>
|
|
<attribute name="PARAM_NAME" label="参数名" type="STRING" length="200"/>
|
|
<attribute name="PARAM_NUMBER" label="参数编号" type="STRING" length="32"/>
|
|
<attribute name="CALL_PARAM_NUMBER" label="调用参数名" type="STRING" length="200"/>
|
|
<attribute name="RETURN_TYPE" label="返回数据类型" type="STRING" length="32"/>
|
|
<attribute name="RETURN_NAME" label="返回参数名" type="STRING" length="200"/>
|
|
<attribute name="EXECUTION_TYPE" label="执行类型" type="STRING" length="32"/>
|
|
<attribute name="VALUE_MODE" label="JAVA类或SQL" type="STRING" length="2000"/>
|
|
<attribute name="REMARK" label="备注" type="STRING" length="2000"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LV_BASIC_PARAM" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LV_DEFAULT_ATTRIBUTE" label="默认属性库" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="SERIAL_NUMBER" label="编号" type="STRING" length="32"/>
|
|
<attribute name="ATTR_NAME" label="属性名" type="STRING" length="200"/>
|
|
<attribute name="ATTR_ID" label="属性ID" type="STRING" length="32"/>
|
|
<attribute name="ATTR_VALUE" label="属性值" type="STRING" length="32"/>
|
|
<attribute name="VOUCHER_TYPE" label="凭证分类" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LV_DEFAULT_ATTRIBUTE" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LV_STACTS_CONFIG" label="科目管理" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="OWNED_COMPANY" label="所属公司" type="STRING" length="200"/>
|
|
<attribute name="SUBJECTS_NAME" label="科目名称" type="STRING" length="3000"/>
|
|
<attribute name="SUBJECTS_CODE" label="科目编号" type="STRING" length="300"/>
|
|
<attribute name="AUXILIARY_TYPE" label="辅助帐类型" type="STRING" length="300"/>
|
|
<attribute name="ABSTRACT_TEMPLATE" label="摘要模板" type="STRING" length="200"/>
|
|
<attribute name="IS_USE" label="是否有效" type="STRING" length="32"/>
|
|
<attribute name="VALUE_MODE" label="取值方式" type="STRING" length="2000"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LV_STACTS_CONFIG" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LV_VOUCHER_CONFIG" label="凭证配置" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="MODULAR_NUMBER" label="模块编号" type="STRING" length="200"/>
|
|
<attribute name="OWNED_COMPANY" label="所属公司" type="STRING" length="200"/>
|
|
<attribute name="PROJ_TYPE" label="项目类型" type="STRING" length="32"/>
|
|
<attribute name="INIT_CLASS" label="初始化类" type="STRING" length="1000"/>
|
|
<attribute name="VOUCHER_TYPE" label="凭证分类" type="STRING" length="32"/>
|
|
<attribute name="VOUCHER_NO" label="凭证编号" type="STRING" length="32"/>
|
|
<attribute name="FIR_KEY" label="关键字一" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LV_VOUCHER_CONFIG" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LV_VOUCHER_LOAN" label="借贷配置" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="SORT_NUMBER" label="排序号" type="STRING" length="32"/>
|
|
<attribute name="LOAN_SUBJECT" label="科目" type="STRING" length="32"/>
|
|
<attribute name="LOAN_DIRECTION" label="借贷方向" type="STRING" length="32"/>
|
|
<attribute name="IS_CUSTOM_ABSTRACT" label="是否自定义摘要" type="STRING" length="2000"/>
|
|
<attribute name="VALUE_ABSTRACT" label="摘要" type="STRING" length="200"/>
|
|
<attribute name="IS_CUSTOM_VALUE" label="是否自定义取值" type="STRING" length="32"/>
|
|
<attribute name="VALUE_MODE" label="取值" type="STRING" length="2000"/>
|
|
<attribute name="VOUCHER_ID" label="凭证ID" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LV_VOUCHER_LOAN" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LV_VOUCHER_PARAM" label="参数配置列表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
|
<attribute name="SERIAL_NUMBER" label="参数编号" type="STRING" length="32"/>
|
|
<attribute name="PARAM_NAME" label="参数名" type="STRING" length="200"/>
|
|
<attribute name="VALUE_TYPE" label="取值类型" type="STRING" length="32"/>
|
|
<attribute name="VALUE_MODE" label="取值" type="STRING" length="2000"/>
|
|
<attribute name="VOUCHER_ID" label="凭证ID" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LV_VOUCHER_PARAM" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="VI_SNAP_JOINT_VOUCHER" label="卡扣凭证生成" keyAttributes="">
|
|
<attributes>
|
|
<attribute name="ID" label="租金计划ID" type="STRING"/>
|
|
<attribute name="CONTRACT_NO" label="合同编号" type="STRING"/>
|
|
<attribute name="CUSTOMER_NUM" label="客户编号" type="STRING"/>
|
|
<attribute name="CUSTOMERNAME" label="客户名称" type="STRING"/>
|
|
<attribute name="PLAN_LIST" label="实收期次" type="STRING"/>
|
|
<attribute name="HIRE_DATE" label="实收日期" type="STRING"/>
|
|
<attribute name="RENT" label="实收租金" type="STRING"/>
|
|
<attribute name="CORPUS" label="实收本金" type="STRING"/>
|
|
<attribute name="INTEREST" label="实收利息" type="STRING"/>
|
|
<attribute name="PENALTY" label="实收罚息" type="STRING"/>
|
|
<attribute name="SUMMONEY" label="租金+罚息" type="STRING"/>
|
|
<attribute name="BANK_NAME" label="银行名称" type="STRING"/>
|
|
<attribute name="ACCOUNT" label="银行信息" type="STRING"/>
|
|
<attribute name="ACC_NUMBER" label="银行账号" type="STRING"/>
|
|
<attribute name="ACCOUNTING_DATE" label="记账日期" type="STRING"/>
|
|
<attribute name="income_ID" label="实收表ID" type="STRING"/>
|
|
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="vi_snap_joint_voucher" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="CUSTOMER_LOG" label="内部客商接口服务端记录日志表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
|
<attribute name="CUST_NO" label="纳税人识别号" type="STRING" length="52"/>
|
|
<attribute name="CUST_TYPE" label="分类" type="STRING" length="32"/>
|
|
<attribute name="OLD_CUST_ID" label="原客商编码" type="STRING" length="32"/>
|
|
<attribute name="OLD_CUST_NAME" label="原客商名称" type="STRING" length="100"/>
|
|
<attribute name="OLD_CUST_STATUS" label="原启用状态" type="STRING" length="32"/>
|
|
<attribute name="NEW_CUST_ID" label="用友传入客商编码" type="STRING" length="32"/>
|
|
<attribute name="NEW_CUST_NAME" label="用友传入客商名称" type="STRING" length="100"/>
|
|
<attribute name="NEW_CUST_STATUS" label="用友传入启用状态" type="STRING" length="100"/>
|
|
<attribute name="RECORD_DATE" label="记录日期" type="DATE" length="19"/>
|
|
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
|
|
<attribute name="inputtime" label="登记时间" type="DATE" length="19"/>
|
|
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="updatetime" label="更新时间" type="DATE" length="19"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="customer_log" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
|
|
<class name="NCXML_DETAIL_RECORDS" label="NC传输记录及回执信息" keyAttributes="BILLID">
|
|
<attributes>
|
|
<attribute name="BILLID" label="xml传输/回执ID" type="STRING" length="32"/>
|
|
<attribute name="XML_TYPE" label="用于区分xml类别" type="STRING" length="32"/>
|
|
<attribute name="BATCH" label="批次号" type="STRING" length="32"/>
|
|
<attribute name="TABLE_NUM" label="表数据编号" type="STRING" length="32"/>
|
|
<attribute name="FLAG" label="状态" type="STRING" length="32"/>
|
|
<attribute name="ERR_DESCRIBE" label="错误描述" type="STRING" length="65535"/>
|
|
<attribute name="CREATE_TIME" label="新增时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="ncxml_detail_records" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="NCXML_TOTAL_RECORDS" label="回执信息总记录" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键ID" type="STRING" length="32"/>
|
|
<attribute name="BATCH" label="批次号" type="STRING" length="32"/>
|
|
<attribute name="XML_TYPE" label="类别" type="STRING" length="32"/>
|
|
<attribute name="FLAG_" label="状态" type="STRING" length="32"/>
|
|
<attribute name="COUNT_" label="总数" type="STRING" length="4"/>
|
|
<attribute name="FAILED_COUNT" label="失败总数" type="STRING" length="4"/>
|
|
<attribute name="ERR_DESCRIBE" label="错误信息" type="STRING" length="65535"/>
|
|
<attribute name="CREATETIME" label="记录时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="ncxml_total_records" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="VI_NCXML_DETAIL_RECORDS" label="凭证接口回执信息视图" keyAttributes="">
|
|
<attributes>
|
|
<attribute name="BILLID" label="xml传输/回执ID" type="STRING"/>
|
|
<attribute name="XML_TYPE" label="用于区分xml类别" type="STRING"/>
|
|
<attribute name="BATCH" label="批次号" type="STRING"/>
|
|
<attribute name="TABLE_NUM" label="表数据编号" type="STRING"/>
|
|
<attribute name="FLAG" label="状态" type="STRING"/>
|
|
<attribute name="ERR_DESCRIBE" label="错误描述" type="STRING"/>
|
|
<attribute name="CREATE_TIME" label="新增时间" type="STRING"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="vi_ncxml_detail_records" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LB_DISCOUNT" label="贴息导入" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="ID" type="STRING" length="64"/>
|
|
<attribute name="EBAND_NO" label="网银流水号" type="STRING" length="32"/>
|
|
<attribute name="CONTRACT_NO" label="合同编号" type="STRING" length="64"/>
|
|
<attribute name="DISCOUNT_MONEY" label="贴息金额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="FIELD1" label="产品" type="STRING" length="64"/>
|
|
<attribute name="CAR_BRAND" label="品牌" type="STRING" length="64"/>
|
|
<attribute name="FIELD3" label="车系" type="STRING" length="64"/>
|
|
<attribute name="FRAME_NUMBER" label="车架号" type="STRING" length="64"/>
|
|
<attribute name="RECEIVED_DATE" label="预留字段" type="STRING" length="64"/>
|
|
<attribute name="FIELD2" label="预留字段" type="STRING" length="64"/>
|
|
<attribute name="FIELD4" label="预留字段" type="STRING" length="64"/>
|
|
<attribute name="FIELD5" label="预留字段" type="STRING" length="64"/>
|
|
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="64"/>
|
|
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="64"/>
|
|
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="64"/>
|
|
<attribute name="UPDATEUSERID" label="变更人" type="STRING" length="64"/>
|
|
<attribute name="UPDATEORGID" label="变更部门" type="STRING" length="64"/>
|
|
<attribute name="UPDATETIME" label="变更时间" type="STRING" length="64"/>
|
|
<attribute name="VOUCHER_ID" label="预留字段" type="STRING" length="32"/>
|
|
<attribute name="IS_VOUCHER" label="凭证标识, 生成为1" type="STRING" length="12"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="lb_discount" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="TAX_CODE" label="利率编码" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="主键ID" type="STRING" length="32"/>
|
|
<attribute name="TAX_NUMBER" label="税率" type="STRING" length="12"/>
|
|
<attribute name="TAX_CODES" label="税率编码" type="STRING" length="32"/>
|
|
<attribute name="OWN_NAME" label="预留字段" type="STRING" length="100"/>
|
|
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
|
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
|
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
|
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
|
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
|
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="tax_code" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
</package>
|
|
|
|
</jbo>
|