更新配置文件4
This commit is contained in:
parent
a8c63b3fbd
commit
ad088d73d3
@ -546,7 +546,8 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LC_RENT_PLAN_TEMP" label="测算租金计划" keyAttributes="ID">
|
||||
|
||||
<class name="LC_RENT_PLAN_TEMP" label="测算租金计划临时表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
|
||||
@ -582,15 +583,18 @@
|
||||
<attribute name="AUDIT_STATE" label="代收审计状态" type="STRING" length="32"/>
|
||||
<attribute name="COLLECT_STATUS" label="收款状态" type="STRING" length="32"/>
|
||||
<attribute name="COLLECT_MSG" label="收款描述" type="STRING" length="200"/>
|
||||
<attribute name="BATCH_NUMBER" label="BATCH_NUMBER" type="STRING" length="200"/>
|
||||
<attribute name="BATCH_NO" label="批量交易流水号" type="STRING" length="200"/>
|
||||
<attribute name="BATCH_STATUS" label="批量处理状态" type="STRING" length="200"/>
|
||||
<attribute name="BATCH_SN" label="一笔批量交易流水内项数SN" type="STRING" length="200"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="LC_RENT_PLAN_TEMP" />
|
||||
<property name="table" value="lc_rent_plan_temp" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LC_PROJ_CASH_FLOW" label="项目层现金流" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||||
@ -1365,9 +1369,10 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LC_RENT_PLAN" label="起租租金计划" keyAttributes="ID">
|
||||
|
||||
<class name="LC_RENT_PLAN" label="测算租金计划表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
||||
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
|
||||
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
|
||||
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
||||
@ -1377,7 +1382,6 @@
|
||||
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
|
||||
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
|
||||
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
|
||||
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
|
||||
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
|
||||
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
|
||||
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
|
||||
@ -1398,18 +1402,22 @@
|
||||
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
||||
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
|
||||
<attribute name="AUDIT_STATE" label="代收审计状态" type="STRING" length="32"/>
|
||||
<attribute name="COLLECT_STATUS" label="收款状态" type="STRING" length="32"/>
|
||||
<attribute name="COLLECT_MSG" label="收款描述" type="STRING" length="200"/>
|
||||
<attribute name="BATCH_NUMBER" label="BATCH_NUMBER" type="STRING" length="200"/>
|
||||
<attribute name="BATCH_NO" label="批量交易流水号" type="STRING" length="200"/>
|
||||
<attribute name="BATCH_STATUS" label="批量处理状态" type="STRING" length="200"/>
|
||||
<attribute name="BATCH_SN" label="一笔批量交易流水内项数SN" type="STRING" length="200"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="LC_RENT_PLAN" />
|
||||
<property name="table" value="lc_rent_plan" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LC_FUND_INCOME" label="资金收付表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||||
@ -2307,9 +2315,10 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LC_RENT_PLAN_HIS" label="测算租金计划历史表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
||||
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
|
||||
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
|
||||
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
|
||||
@ -2343,15 +2352,18 @@
|
||||
<attribute name="AUDIT_STATE" label="代收审计状态" type="STRING" length="32"/>
|
||||
<attribute name="COLLECT_STATUS" label="收款状态" type="STRING" length="32"/>
|
||||
<attribute name="COLLECT_MSG" label="收款描述" type="STRING" length="200"/>
|
||||
<attribute name="BATCH_NUMBER" label="BATCH_NUMBER" type="STRING" length="200"/>
|
||||
<attribute name="BATCH_NO" label="批量交易流水号" type="STRING" length="200"/>
|
||||
<attribute name="BATCH_STATUS" label="批量处理状态" type="STRING" length="200"/>
|
||||
<attribute name="BATCH_SN" label="一笔批量交易流水内项数SN" type="STRING" length="200"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="LC_RENT_PLAN_HIS" />
|
||||
<property name="table" value="lc_rent_plan_his" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LC_CASH_FLOW_TEMP" label="测算现金流" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||||
|
||||
@ -2341,43 +2341,41 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="VI_LC_AUDIT_RENT_PLAN" label="代收复核" keyAttributes="">
|
||||
<attributes>
|
||||
<attribute name="id" label="id" type="STRING" />
|
||||
<attribute name="contract_id" label="合同编号" type="STRING" />
|
||||
<attribute name="contract_number" label="业务合同编号" type="STRING" />
|
||||
<attribute name="customer_id" label="承租人编号" type="STRING" />
|
||||
<attribute name="plan_list" label="期项" type="STRING" />
|
||||
<attribute name="plan_date" label="计划日期" type="STRING" />
|
||||
<attribute name="rent" label="租金" type="DOUBLE" length="22"
|
||||
scale="2" />
|
||||
<attribute name="corpus" label="本金" type="DOUBLE"
|
||||
length="22" scale="2" />
|
||||
<attribute name="interest" label="利息" type="DOUBLE"
|
||||
length="22" scale="2" />
|
||||
<attribute name="rent_over" label="剩余租金" type="DOUBLE"
|
||||
length="22" scale="2" />
|
||||
<attribute name="corpus_over" label="剩余本金" type="DOUBLE"
|
||||
length="22" scale="2" />
|
||||
<attribute name="interest_over" label="剩余利息" type="DOUBLE"
|
||||
length="22" scale="2" />
|
||||
<attribute name="penalty_over" label="剩余罚息" type="DOUBLE"
|
||||
length="22" scale="2" />
|
||||
<attribute name="bank_name" label="银行名称" type="STRING" />
|
||||
<attribute name="account" label="开户户名" type="STRING" />
|
||||
<attribute name="acc_number" label="银行账号" type="STRING" />
|
||||
<attribute name="mobile" label="预留手机号" type="STRING" />
|
||||
<attribute name="sign_status" label="签约状态" type="STRING" />
|
||||
<attribute name="AUDIT_STATE" label="审核状态" type="STRING" />
|
||||
<attribute name="COLLECT_STATUS" label="收付状态" type="STRING" />
|
||||
<attribute name="COLLECT_MSG" label="收付信息" type="STRING" />
|
||||
<attribute name="id" label="id" type="STRING"/>
|
||||
<attribute name="contract_id" label="合同编号" type="STRING"/>
|
||||
<attribute name="contract_number" label="业务合同编号" type="STRING"/>
|
||||
<attribute name="customer_id" label="承租人编号" type="STRING"/>
|
||||
<attribute name="plan_list" label="期项" type="STRING"/>
|
||||
<attribute name="plan_date" label="计划日期" type="STRING"/>
|
||||
<attribute name="fact_rent" label="实际租金" type="STRING"/>
|
||||
<attribute name="fact_corpus" label="实际本金" type="STRING"/>
|
||||
<attribute name="fact_interest" 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="bank_name" label="银行名称" type="STRING"/>
|
||||
<attribute name="account" label="开户户名" type="STRING"/>
|
||||
<attribute name="acc_number" label="银行账号" type="STRING"/>
|
||||
<attribute name="mobile" label="预留手机号" type="STRING"/>
|
||||
<attribute name="sign_status" label="签约状态" type="STRING"/>
|
||||
<attribute name="AUDIT_STATE" label="审核状态" type="STRING"/>
|
||||
<attribute name="COLLECT_STATUS" label="收付状态" type="STRING"/>
|
||||
<attribute name="COLLECT_MSG" label="收付信息" type="STRING"/>
|
||||
<attribute name="BATCH_STATUS" label="批量代收处理状态" type="STRING"/>
|
||||
<attribute name="BATCH_NO" label="批量交易流水号" type="STRING"/>
|
||||
<attribute name="BATCH_SN" label="一笔批量交易流水内项数SN" type="STRING"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="VI_LC_AUDIT_RENT_PLAN" />
|
||||
<property name="table" value="vi_lc_audit_rent_plan" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_CONTRACT_INVOICE_TYPE" label="租金开票信息" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||||
@ -3376,29 +3374,58 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_INTFACE_FILE_RECORD" label="代收接口文件记录" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
||||
<attribute name="filepath" label="文档路径" type="STRING" length="500"/>
|
||||
<attribute name="fullpath" label="文档全路径文件名" type="STRING" length="600"/>
|
||||
<attribute name="filename" label="文件名" type="STRING" length="250"/>
|
||||
<attribute name="feedback_code" label="反馈码" type="STRING" length="32"/>
|
||||
<attribute name="feedback_message" label="反馈信息" type="STRING" length="500"/>
|
||||
<attribute name="content_type" label="文件格式" type="STRING" length="200"/>
|
||||
<attribute name="amount" label="代收金额" type="STRING" length="32"/>
|
||||
<attribute name="file_type" label="文件类型" type="STRING" length="32"/>
|
||||
<attribute name="rela_id" label="关联ID" type="STRING" length="32"/>
|
||||
<attribute name="remark" label="备注" type="STRING" length="200"/>
|
||||
<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="lb_intface_file_record" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_CLEAR_FILE_RECORD" label="清算文件存盘表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
||||
<attribute name="filepath" label="文档路径" type="STRING" length="500"/>
|
||||
<attribute name="fullpath" label="文档绝对路径" type="STRING" length="500"/>
|
||||
<attribute name="filename" label="文件名" type="STRING" length="250"/>
|
||||
<attribute name="cleardate" label="清算日期" type="STRING" length="32"/>
|
||||
<attribute name="remark" label="备注" type="STRING" length="600"/>
|
||||
<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="lb_clear_file_record" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_CLEAR_FILE_RECORD" label="清算文件存盘表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
||||
<attribute name="filepath" label="文档路径" type="STRING" length="500"/>
|
||||
<attribute name="fullpath" label="文档绝对路径" type="STRING" length="500"/>
|
||||
<attribute name="filename" label="文件名" type="STRING" length="250"/>
|
||||
<attribute name="cleardate" label="清算日期" type="STRING" length="32"/>
|
||||
<attribute name="remark" label="备注" type="STRING" length="600"/>
|
||||
<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="lb_clear_file_record" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
<package name="jbo.com.tenwa.lease.carbrand" >
|
||||
<class name="LB_CLAIMS_BOOK_DETAIL" label="索赔申请书详情表" keyAttributes="ID">
|
||||
@ -3604,50 +3631,47 @@
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
|
||||
|
||||
|
||||
<class name="LB_CARDATA_MODEL" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
||||
<attribute name="brandid" label="品牌ID" type="STRING" length="32"/>
|
||||
<attribute name="brandname" label="品牌名称" type="STRING" length="100"/>
|
||||
<attribute name="seriesid" label="车系ID" type="STRING" length="32"/>
|
||||
<attribute name="seriesname" label="车系名称" type="STRING" length="100"/>
|
||||
<attribute name="seriesgroupname" label="车系组名" type="STRING" length="100"/>
|
||||
<attribute name="modelid" label="车型ID" type="STRING" length="32"/>
|
||||
<attribute name="modelname" label="车型名称" type="STRING" length="100"/>
|
||||
<attribute name="price" label="指导价" type="STRING" length="100"/>
|
||||
<attribute name="liter" label="排量" type="STRING" length="100"/>
|
||||
<attribute name="geartype" label="变速箱" type="STRING" length="100"/>
|
||||
<attribute name="modelyear" label="年款" type="STRING" length="100"/>
|
||||
<attribute name="makertype" label="制造商类型" type="STRING" length="100"/>
|
||||
<attribute name="dischargestandard" label="排放标准" type="STRING" length="100"/>
|
||||
<attribute name="seatnumber" label="座位数" type="STRING" length="100"/>
|
||||
<attribute name="minregyear" label="最小上牌年份" type="STRING" length="100"/>
|
||||
<attribute name="maxregyear" label="最大上牌年份" type="STRING" length="100"/>
|
||||
<attribute name="opertype" label="操作类型" type="STRING" length="100"/>
|
||||
<attribute name="modeltimestamp" label="车型时间戳" type="STRING" length="100"/>
|
||||
<attribute name="seriestimestamp" label="车系时间戳" type="STRING" length="100"/>
|
||||
<attribute name="brandtimestamp" label="品牌时间戳" type="STRING" length="100"/>
|
||||
<attribute name="currentversion" label="当前版本号" type="STRING" length="100"/>
|
||||
<attribute name="initialversion" label="最初版本号" type="STRING" length="100"/>
|
||||
<attribute name="retainfield1" label="保留字段1" type="STRING" length="100"/>
|
||||
<attribute name="retainfield2" label="保留字段2" type="STRING" length="100"/>
|
||||
<attribute name="retainfield3" label="保留字段3" type="STRING" length="100"/>
|
||||
<attribute name="inputuserid" label="登记人" type="STRING" length="100"/>
|
||||
<attribute name="inputorgid" label="登记部门" type="STRING" length="100"/>
|
||||
<attribute name="inputtime" label="登记时间" type="STRING" length="100"/>
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="100"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="100"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="100"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lb_cardata_model" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LB_CARDATA_MODEL" label="二手车车型表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
||||
<attribute name="brandid" label="品牌ID" type="STRING" length="32"/>
|
||||
<attribute name="brandname" label="品牌名称" type="STRING" length="100"/>
|
||||
<attribute name="seriesid" label="车系ID" type="STRING" length="32"/>
|
||||
<attribute name="seriesname" label="车系名称" type="STRING" length="100"/>
|
||||
<attribute name="seriesgroupname" label="车系组名" type="STRING" length="100"/>
|
||||
<attribute name="modelid" label="车型ID" type="STRING" length="32"/>
|
||||
<attribute name="modelname" label="车型名称" type="STRING" length="100"/>
|
||||
<attribute name="price" label="指导价" type="STRING" length="100"/>
|
||||
<attribute name="liter" label="排量" type="STRING" length="100"/>
|
||||
<attribute name="geartype" label="变速箱" type="STRING" length="100"/>
|
||||
<attribute name="modelyear" label="年款" type="STRING" length="100"/>
|
||||
<attribute name="makertype" label="制造商类型" type="STRING" length="100"/>
|
||||
<attribute name="dischargestandard" label="排放标准" type="STRING" length="100"/>
|
||||
<attribute name="seatnumber" label="座位数" type="STRING" length="100"/>
|
||||
<attribute name="minregyear" label="最小上牌年份" type="STRING" length="100"/>
|
||||
<attribute name="maxregyear" label="最大上牌年份" type="STRING" length="100"/>
|
||||
<attribute name="opertype" label="操作类型" type="STRING" length="100"/>
|
||||
<attribute name="modeltimestamp" label="车型时间戳" type="STRING" length="100"/>
|
||||
<attribute name="seriestimestamp" label="车系时间戳" type="STRING" length="100"/>
|
||||
<attribute name="brandtimestamp" label="品牌时间戳" type="STRING" length="100"/>
|
||||
<attribute name="currentversion" label="当前版本号" type="STRING" length="100"/>
|
||||
<attribute name="initialversion" label="最初版本号" type="STRING" length="100"/>
|
||||
<attribute name="retainfield1" label="保留字段1" type="STRING" length="100"/>
|
||||
<attribute name="retainfield2" label="保留字段2" type="STRING" length="100"/>
|
||||
<attribute name="retainfield3" label="保留字段3" type="STRING" length="100"/>
|
||||
<attribute name="inputuserid" label="登记人" type="STRING" length="100"/>
|
||||
<attribute name="inputorgid" label="登记部门" type="STRING" length="100"/>
|
||||
<attribute name="inputtime" label="登记时间" type="STRING" length="100"/>
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="100"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="100"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="100"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lb_cardata_model" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
@ -100,7 +100,17 @@
|
||||
<param-value>GBK</param-value>
|
||||
</init-param>
|
||||
</servlet>
|
||||
|
||||
|
||||
<servlet>
|
||||
<servlet-name>InitCollectConfig</servlet-name>
|
||||
<servlet-class>com.amarsoft.app.awe.config.InitCollectConfig</servlet-class>
|
||||
<init-param>
|
||||
<param-name>shutdown-on-unload</param-name>
|
||||
<param-value>true</param-value>
|
||||
</init-param>
|
||||
<load-on-startup>1</load-on-startup>
|
||||
</servlet>
|
||||
|
||||
<servlet>
|
||||
<servlet-name>RewriteRunJavaMethodServlet</servlet-name>
|
||||
<servlet-class>com.tenwa.workflow.RewriteRunJavaMethodServlet</servlet-class>
|
||||
|
||||
@ -33,20 +33,37 @@ xmlns:p="http://www.springframework.org/schema/p"
|
||||
|
||||
<util:properties id="collectProperties" location="classpath:collect_config.properties" />
|
||||
<bean id="collectConfig" class="com.amarsoft.app.awe.config.CollectProperties">
|
||||
<property name="c_env" value="#{collectProperties['com.tenwa.yangdm.collect.c_env']}"></property>
|
||||
<property name="c_version" value="#{collectProperties['com.tenwa.yangdm.bank.c_version']}"></property>
|
||||
<property name="c_appkey" value="#{collectProperties['com.tenwa.yangdm.bank.c_appkey']}"></property>
|
||||
<property name="c_privateKey" value="#{collectProperties['com.tenwa.yangdm.c_privateKey']}"></property>
|
||||
<property name="c_bizCat" value="#{collectProperties['com.tenwa.yangdm.collect.c_bizCat']}"></property>
|
||||
<property name="c_bizSys" value="#{collectProperties['com.tenwa.yangdm.collect.c_bizSys']}"></property>
|
||||
<property name="c_bizType" value="#{collectProperties['com.tenwa.yangdm.collect.c_bizType']}"></property>
|
||||
<property name="c_subBusinessCode" value="#{collectProperties['com.tenwa.yangdm.collect.c_subBusinessCode']}"></property>
|
||||
<property name="c_businessCode" value="#{collectProperties['com.tenwa.yangdm.collect.c_businessCode']}"></property>
|
||||
<property name="c_chanAcctId" value="#{collectProperties['com.tenwa.yangdm.collect.c_chanAcctId']}"></property>
|
||||
<property name="c_authType" value="#{collectProperties['com.tenwa.yangdm.collect.c_authType']}"></property>
|
||||
<property name="msg_apikey" value="#{collectProperties['com.tenwa.yangdm.collect.msg_apikey']}"></property>
|
||||
<!-- 代收付系统 测试接口地址 -->
|
||||
<property name="c_serverUrl" value="#{collectProperties['com.tenwa.yangdm.collect.serverUrl']}"></property>
|
||||
<!-- 清算文件下载请求 地址 -->
|
||||
<property name="b_serverUrl" value="#{collectProperties['com.tenwa.yangdm.bank.serverUrl']}"></property>
|
||||
<!-- 银行卡、签约 接口 地址 -->
|
||||
<property name="clearRequestUrl" value="#{collectProperties['com.tenwa.yangdm.bank.clearRequestUrl']}"></property>
|
||||
<!-- 商户号 -->
|
||||
<property name="merchantId" value="#{collectProperties['com.tenwa.yangdm.merchantId']}"></property>
|
||||
<!-- 收付标志 ,S 代表 代收 -->
|
||||
<property name="flag" value="#{collectProperties['com.tenwa.yangdm.collect.flag']}"></property>
|
||||
<!-- 测试用户 -->
|
||||
<property name="userName" value="#{collectProperties['com.tenwa.yangdm.collect.userName']}"></property>
|
||||
<property name="userPass" value="#{collectProperties['com.tenwa.yangdm.collect.userPass']}"></property>
|
||||
<property name="businessCode" value="#{collectProperties['com.tenwa.yangdm.collect.businessCode']}"></property>
|
||||
<!-- 批量代收,其他参数同实时 -->
|
||||
<property name="batch_trxCode" value="#{collectProperties['com.tenwa.yangdm.batch.trxCode']}"></property>
|
||||
<!-- 实时代收 -->
|
||||
<property name="c_dataType" value="#{collectProperties['com.tenwa.yangdm.collect.dataType']}"></property>
|
||||
<property name="c_level" value="#{collectProperties['com.tenwa.yangdm.collect.level']}"></property>
|
||||
<property name="c_trxCode" value="#{collectProperties['com.tenwa.yangdm.collect.trxCode']}"></property>
|
||||
<property name="c_version" value="#{collectProperties['com.tenwa.yangdm.collect.version']}"></property>
|
||||
<!-- 银行卡四要素验证 -->
|
||||
<property name="b_trxCode" value="#{collectProperties['com.tenwa.yangdm.bank.trxCode']}"></property>
|
||||
<property name="b_version" value="#{collectProperties['com.tenwa.yangdm.bank.version']}"></property>
|
||||
<property name="b_dataType" value="#{collectProperties['com.tenwa.yangdm.bank.dataType']}"></property>
|
||||
<property name="b_level" value="#{collectProperties['com.tenwa.yangdm.bank.level']}"></property>
|
||||
<!-- 公钥、私钥地址 -->
|
||||
<property name="publicKeyUrl" value="#{collectProperties['com.tenwa.yangdm.publicKeyUrl']}"></property>
|
||||
<property name="privateKeyUrl" value="#{collectProperties['com.tenwa.yangdm.privateKeyUrl']}"></property>
|
||||
|
||||
</bean>
|
||||
</bean>
|
||||
|
||||
<util:properties id="jdbcProperties" location="classpath:quartz.properties" />
|
||||
<bean id="dataSourceJDBC" class="com.mchange.v2.c3p0.ComboPooledDataSource" destroy-method="close">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user