From 0978d63fa78e969717132bceebb3af78578053b3 Mon Sep 17 00:00:00 2001
From: gityjf <2211675158@qq.com>
Date: Fri, 11 Dec 2020 15:20:16 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8D=A1=E6=89=A3=E6=96=B0?=
=?UTF-8?q?=E8=A7=86=E5=9B=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
WebContent/WEB-INF/etc/jbo/jbo_loan.xml | 65 +++++++++++++
src_jbo/jbo/loan/VI_YC_RENT_COLLECT.java | 76 +++++++++++++++
src_jbo/jbo/loan/vi_manual_dedution.java | 116 +++++++++++++++++++++++
3 files changed, 257 insertions(+)
create mode 100644 src_jbo/jbo/loan/VI_YC_RENT_COLLECT.java
create mode 100644 src_jbo/jbo/loan/vi_manual_dedution.java
diff --git a/WebContent/WEB-INF/etc/jbo/jbo_loan.xml b/WebContent/WEB-INF/etc/jbo/jbo_loan.xml
index ec058172f..7d155026a 100644
--- a/WebContent/WEB-INF/etc/jbo/jbo_loan.xml
+++ b/WebContent/WEB-INF/etc/jbo/jbo_loan.xml
@@ -601,6 +601,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src_jbo/jbo/loan/VI_YC_RENT_COLLECT.java b/src_jbo/jbo/loan/VI_YC_RENT_COLLECT.java
new file mode 100644
index 000000000..f9c47f944
--- /dev/null
+++ b/src_jbo/jbo/loan/VI_YC_RENT_COLLECT.java
@@ -0,0 +1,76 @@
+package jbo.loan;
+
+import java.lang.String;
+
+/**
+* ۿϢ(ʴ) - JBO
+* Note: This file is generated by ADE tools, dont modify it.
+
+*/
+public interface VI_YC_RENT_COLLECT{
+ /**
+ * ۿϢ(ʴ)
+ * ӳBizObjectClass
+ */
+ public static final String CLASS_NAME = "jbo.loan.VI_YC_RENT_COLLECT";
+ /**
+ * ʶ STRING(32)
+ */
+ public static final String ID = "ID";
+ /**
+ * id STRING(32)
+ */
+ public static final String distributor_id = "distributor_id";
+ /**
+ * payment_number STRING(32)
+ */
+ public static final String payment_number = "payment_number";
+ /**
+ * ͻ STRING(32)
+ */
+ public static final String customername = "customername";
+ /**
+ * ͻ˺ STRING(32)
+ */
+ public static final String acc_number = "acc_number";
+ /**
+ * ֤ STRING(40)
+ */
+ public static final String certid = "certid";
+ /**
+ * ۿ STRING(32)
+ */
+ public static final String collect_type = "collect_type";
+ /**
+ * ڴ STRING(32)
+ */
+ public static final String plan_list = "plan_list";
+ /**
+ * ƻ STRING(32)
+ */
+ public static final String plan_date = "plan_date";
+ /**
+ * ۿ״̬ STRING(32)
+ */
+ public static final String collect_status = "collect_status";
+ /**
+ * ״̬Ϣ STRING(32)
+ */
+ public static final String batch_status = "batch_status";
+ /**
+ * DOUBLE(32)
+ */
+ public static final String rent_over = "rent_over";
+ /**
+ * DOUBLE(32)
+ */
+ public static final String corpus_over = "corpus_over";
+ /**
+ * Ϣ DOUBLE(32)
+ */
+ public static final String interest_over = "interest_over";
+ /**
+ * Ϣ DOUBLE(32)
+ */
+ public static final String penalty_over = "penalty_over";
+}
\ No newline at end of file
diff --git a/src_jbo/jbo/loan/vi_manual_dedution.java b/src_jbo/jbo/loan/vi_manual_dedution.java
new file mode 100644
index 000000000..19b2304cb
--- /dev/null
+++ b/src_jbo/jbo/loan/vi_manual_dedution.java
@@ -0,0 +1,116 @@
+package jbo.loan;
+
+import java.lang.String;
+
+/**
+* ֹۿϢ - JBO
+* Note: This file is generated by ADE tools, dont modify it.
+
+*/
+public interface vi_manual_dedution{
+ /**
+ * ֹۿϢ
+ * ӳBizObjectClass
+ */
+ public static final String CLASS_NAME = "jbo.loan.vi_manual_dedution";
+ /**
+ * ʶ STRING(32)
+ */
+ public static final String ID = "ID";
+ /**
+ * ͬid STRING(32)
+ */
+ public static final String contract_id = "contract_id";
+ /**
+ * ҵ STRING(32)
+ */
+ public static final String businesstype = "businesstype";
+ /**
+ * id STRING(32)
+ */
+ public static final String subjectid = "subjectid";
+ /**
+ * STRING(32)
+ */
+ public static final String subjectname = "subjectname";
+ /**
+ * id STRING(32)
+ */
+ public static final String distributor_id = "distributor_id";
+ /**
+ * ͬ STRING(32)
+ */
+ public static final String contract_number = "contract_number";
+ /**
+ * payment_number STRING(32)
+ */
+ public static final String payment_number = "payment_number";
+ /**
+ * ͻ STRING(32)
+ */
+ public static final String customername = "customername";
+ /**
+ * ͻ˺ STRING(32)
+ */
+ public static final String acc_number = "acc_number";
+ /**
+ * ڴ STRING(32)
+ */
+ public static final String plan_list = "plan_list";
+ /**
+ * ƻ STRING(32)
+ */
+ public static final String plan_date = "plan_date";
+ /**
+ * ۿ״̬ STRING(32)
+ */
+ public static final String collect_status = "collect_status";
+ /**
+ * ۿ״̬Ϣ STRING(32)
+ */
+ public static final String collect_msg = "collect_msg";
+ /**
+ * ״̬Ϣ STRING(32)
+ */
+ public static final String batch_status = "batch_status";
+ /**
+ * DOUBLE(32)
+ */
+ public static final String rent = "rent";
+ /**
+ * DOUBLE(32)
+ */
+ public static final String corpus = "corpus";
+ /**
+ * Ϣ DOUBLE(32)
+ */
+ public static final String interest = "interest";
+ /**
+ * Ϣ DOUBLE(32)
+ */
+ public static final String penalty = "penalty";
+ /**
+ * ѻϢ DOUBLE(32)
+ */
+ public static final String penalty_sum = "penalty_sum";
+ /**
+ * DOUBLE(32)
+ */
+ public static final String rent_over = "rent_over";
+ /**
+ * DOUBLE(32)
+ */
+ public static final String corpus_over = "corpus_over";
+ /**
+ * Ϣ DOUBLE(32)
+ */
+ public static final String interest_over = "interest_over";
+ /**
+ * Ϣ DOUBLE(32)
+ */
+ public static final String penalty_over = "penalty_over";
+ /**
+ * ۿ STRING(32)
+ */
+ public static final String collect_type = "collect_type";
+}
\ No newline at end of file