diff --git a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml
index e0f7fa634..e3a099c6e 100644
--- a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml
+++ b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml
@@ -300,6 +300,15 @@
+
+
+
+
+
+
+
+
+
@@ -440,6 +449,15 @@
+
+
+
+
+
+
+
+
+
@@ -2391,6 +2409,15 @@
+
+
+
+
+
+
+
+
+
@@ -2493,6 +2520,15 @@
+
+
+
+
+
+
+
+
+
@@ -2589,6 +2625,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2630,6 +2678,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2669,6 +2729,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml
index 6ba0723d5..48a9bf6a8 100644
--- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml
+++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml
@@ -4092,6 +4092,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4136,6 +4148,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4180,6 +4204,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY.java b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY.java
index 3c6db528b..01477681e 100644
--- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY.java
+++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY.java
@@ -125,4 +125,70 @@ public interface CUSTOMER_FAMILY{
* Ա STRING(32)
*/
public static final String SEX = "SEX";
+
+
+
+ // 20230809 Ʒ̨Խ-ֶͬ
+ /**
+ * ֤ͬЧ STRING(32)
+ */
+ public static final String idexpiry = "idexpiry";
+
+ /**
+ * ͬ STRING(32)
+ */
+ public static final String nation = "nation";
+
+ /**
+ * ͬѧ STRING(32)
+ */
+ public static final String educationLevel = "education_level";
+
+ /**
+ * ͬ˵λַ STRING(32)
+ */
+ public static final String workAddress = "work_address";
+
+ /**
+ * ͬ˾סַ STRING(32)
+ */
+ public static final String liveAddress = "live_address";
+
+ /**
+ * ͬ˻ַ STRING(32)
+ */
+ public static final String idAddress = "id_address";
+
+ /**
+ * ͬҵ STRING(32)
+ */
+ public static final String enterprise_nature = "enterprise_nature";
+
+ /**
+ * ͬҵ STRING(32)
+ */
+ public static final String industryType = "industry_type";
+
+ /**
+ * ְͬҵ STRING(32)
+ */
+ public static final String careerType = "career_type";
+
+ /**
+ * ְͬλ STRING(32)
+ */
+ public static final String position = "position";
+
+ /**
+ * ͬ STRING(32)
+ */
+ public static final String monthlyIncome = "monthly_income";
+
+ /**
+ * ֧ͬ STRING(32)
+ */
+ public static final String monthlyExpenses = "monthly_expenses";
+ // 20230809 Ʒ̨Խ-ֶͬ
+
+
}
\ No newline at end of file
diff --git a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_HIS.java b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_HIS.java
index f2e175e0f..1b3d4014a 100644
--- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_HIS.java
+++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_HIS.java
@@ -129,4 +129,70 @@ public interface CUSTOMER_FAMILY_HIS{
* Ա STRING(32)
*/
public static final String SEX = "SEX";
+
+
+
+ // 20230809 Ʒ̨Խ-ֶͬ
+ /**
+ * ֤ͬЧ STRING(32)
+ */
+ public static final String idexpiry = "idexpiry";
+
+ /**
+ * ͬ STRING(32)
+ */
+ public static final String nation = "nation";
+
+ /**
+ * ͬѧ STRING(32)
+ */
+ public static final String educationLevel = "education_level";
+
+ /**
+ * ͬ˵λַ STRING(32)
+ */
+ public static final String workAddress = "work_address";
+
+ /**
+ * ͬ˾סַ STRING(32)
+ */
+ public static final String liveAddress = "live_address";
+
+ /**
+ * ͬ˻ַ STRING(32)
+ */
+ public static final String idAddress = "id_address";
+
+ /**
+ * ͬҵ STRING(32)
+ */
+ public static final String enterprise_nature = "enterprise_nature";
+
+ /**
+ * ͬҵ STRING(32)
+ */
+ public static final String industryType = "industry_type";
+
+ /**
+ * ְͬҵ STRING(32)
+ */
+ public static final String careerType = "career_type";
+
+ /**
+ * ְͬλ STRING(32)
+ */
+ public static final String position = "position";
+
+ /**
+ * ͬ STRING(32)
+ */
+ public static final String monthlyIncome = "monthly_income";
+
+ /**
+ * ֧ͬ STRING(32)
+ */
+ public static final String monthlyExpenses = "monthly_expenses";
+ // 20230809 Ʒ̨Խ-ֶͬ
+
+
}
\ No newline at end of file
diff --git a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_TEMP.java b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_TEMP.java
index 8dc9effe4..e07e0260d 100644
--- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_TEMP.java
+++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_TEMP.java
@@ -129,4 +129,69 @@ public interface CUSTOMER_FAMILY_TEMP{
* Ա STRING(32)
*/
public static final String SEX = "SEX";
+
+
+ // 20230809 Ʒ̨Խ-ֶͬ
+ /**
+ * ֤ͬЧ STRING(32)
+ */
+ public static final String idexpiry = "idexpiry";
+
+ /**
+ * ͬ STRING(32)
+ */
+ public static final String nation = "nation";
+
+ /**
+ * ͬѧ STRING(32)
+ */
+ public static final String educationLevel = "education_level";
+
+ /**
+ * ͬ˵λַ STRING(32)
+ */
+ public static final String workAddress = "work_address";
+
+ /**
+ * ͬ˾סַ STRING(32)
+ */
+ public static final String liveAddress = "live_address";
+
+ /**
+ * ͬ˻ַ STRING(32)
+ */
+ public static final String idAddress = "id_address";
+
+ /**
+ * ͬҵ STRING(32)
+ */
+ public static final String enterprise_nature = "enterprise_nature";
+
+ /**
+ * ͬҵ STRING(32)
+ */
+ public static final String industryType = "industry_type";
+
+ /**
+ * ְͬҵ STRING(32)
+ */
+ public static final String careerType = "career_type";
+
+ /**
+ * ְͬλ STRING(32)
+ */
+ public static final String position = "position";
+
+ /**
+ * ͬ STRING(32)
+ */
+ public static final String monthlyIncome = "monthly_income";
+
+ /**
+ * ֧ͬ STRING(32)
+ */
+ public static final String monthlyExpenses = "monthly_expenses";
+ // 20230809 Ʒ̨Խ-ֶͬ
+
+
}
\ No newline at end of file
diff --git a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON.java b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON.java
index 48aaf34a7..48964f79e 100644
--- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON.java
+++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON.java
@@ -381,4 +381,55 @@ public interface CUSTOMER_PERSON{
* STRING(32)
*/
public static final String e_mail = "e_mail";
+
+ // 20230809 Ʒ̨Խ-ֶ
+
+ /**
+ * ֤Ч STRING(32)
+ */
+ public static final String idexpiry = "idexpiry";
+
+ /**
+ * STRING(32)
+ */
+ public static final String nation = "nation";
+
+ /**
+ * ҵ STRING(32)
+ */
+ public static final String industryType = "industry_type";
+
+ /**
+ * ְҵ STRING(32)
+ */
+ public static final String careerType = "career_type";
+
+ /**
+ * ˵λַ STRING(32)
+ */
+ public static final String workAddress = "work_address";
+
+ /**
+ * ֧ STRING(32)
+ */
+ public static final String monthlyExpenses = "monthly_expenses";
+
+ /**
+ * ˹ȥӪ STRING(32)
+ */
+ public static final String preOperateCarType = "pre_operate_car_type";
+
+ /**
+ * ˹ȥӪƺ STRING(32)
+ */
+ public static final String preOperateCarNo = "pre_operate_car_no";
+
+ /**
+ * ˴ҵʱ STRING(32)
+ */
+ public static final String preOperateYears = "pre_operate_years";
+
+ // 20230809 Ʒ̨Խ-ֶ
+
+
}
\ No newline at end of file
diff --git a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_HIS.java b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_HIS.java
index 0e2bd4ff1..492a119c0 100644
--- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_HIS.java
+++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_HIS.java
@@ -381,4 +381,52 @@ public interface CUSTOMER_PERSON_HIS{
* 롪ż DOUBLE(22)
*/
public static final String smincome = "smincome";
+ // 20230809 Ʒ̨Խ-ֶ
+
+ /**
+ * ֤Ч STRING(32)
+ */
+ public static final String idexpiry = "idexpiry";
+
+ /**
+ * STRING(32)
+ */
+ public static final String nation = "nation";
+
+ /**
+ * ҵ STRING(32)
+ */
+ public static final String industryType = "industry_type";
+
+ /**
+ * ְҵ STRING(32)
+ */
+ public static final String careerType = "career_type";
+
+ /**
+ * ˵λַ STRING(32)
+ */
+ public static final String workAddress = "work_address";
+
+ /**
+ * ֧ STRING(32)
+ */
+ public static final String monthlyExpenses = "monthly_expenses";
+
+ /**
+ * ˹ȥӪ STRING(32)
+ */
+ public static final String preOperateCarType = "pre_operate_car_type";
+
+ /**
+ * ˹ȥӪƺ STRING(32)
+ */
+ public static final String preOperateCarNo = "pre_operate_car_no";
+
+ /**
+ * ˴ҵʱ STRING(32)
+ */
+ public static final String preOperateYears = "pre_operate_years";
+
+ // 20230809 Ʒ̨Խ-ֶ
}
\ No newline at end of file
diff --git a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_TEMP.java b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_TEMP.java
index 79ccc4122..dffb44cbe 100644
--- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_TEMP.java
+++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_TEMP.java
@@ -385,4 +385,52 @@ public interface CUSTOMER_PERSON_TEMP{
* STRING(32)
*/
public static final String e_mail = "e_mail";
+ // 20230809 Ʒ̨Խ-ֶ
+
+ /**
+ * ֤Ч STRING(32)
+ */
+ public static final String idexpiry = "idexpiry";
+
+ /**
+ * STRING(32)
+ */
+ public static final String nation = "nation";
+
+ /**
+ * ҵ STRING(32)
+ */
+ public static final String industryType = "industry_type";
+
+ /**
+ * ְҵ STRING(32)
+ */
+ public static final String careerType = "career_type";
+
+ /**
+ * ˵λַ STRING(32)
+ */
+ public static final String workAddress = "work_address";
+
+ /**
+ * ֧ STRING(32)
+ */
+ public static final String monthlyExpenses = "monthly_expenses";
+
+ /**
+ * ˹ȥӪ STRING(32)
+ */
+ public static final String preOperateCarType = "pre_operate_car_type";
+
+ /**
+ * ˹ȥӪƺ STRING(32)
+ */
+ public static final String preOperateCarNo = "pre_operate_car_no";
+
+ /**
+ * ˴ҵʱ STRING(32)
+ */
+ public static final String preOperateYears = "pre_operate_years";
+
+ // 20230809 Ʒ̨Խ-ֶ
}
\ No newline at end of file
diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT.java b/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT.java
index d60a395d2..1a36c0d90 100644
--- a/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT.java
+++ b/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT.java
@@ -153,4 +153,66 @@ public interface LB_GUARANTEE_UNIT{
* λַ STRING(80)
*/
public static final String WORKADD = "WORKADD";
+ // 20230809 Ʒ̨Խ-ֶ
+ /**
+ * ֤Ч STRING(32)
+ */
+ public static final String idexpiry = "idexpiry";
+
+ /**
+ * STRING(32)
+ */
+ public static final String nation = "nation";
+
+ /**
+ * ѧ STRING(32)
+ */
+ public static final String educationLevel = "education_level";
+
+ /**
+ * ˵λַ STRING(32)
+ */
+ public static final String workAddress = "work_address";
+
+ /**
+ * ˾סַ STRING(32)
+ */
+ public static final String liveAddress = "live_address";
+
+ /**
+ * ˻ַ STRING(32)
+ */
+ public static final String idAddress = "id_address";
+
+ /**
+ * ҵ STRING(32)
+ */
+ public static final String enterprise_nature = "enterprise_nature";
+
+ /**
+ * ҵ STRING(32)
+ */
+ public static final String industryType = "industry_type";
+
+ /**
+ * ְҵ STRING(32)
+ */
+ public static final String careerType = "career_type";
+
+ /**
+ * ְλ STRING(32)
+ */
+ public static final String position = "position";
+
+ /**
+ * STRING(32)
+ */
+ public static final String monthlyIncome = "monthly_income";
+
+ /**
+ * ֧ STRING(32)
+ */
+ public static final String monthlyExpenses = "monthly_expenses";
+ // 20230809 Ʒ̨Խ-ֶ
+
}
\ No newline at end of file
diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_HIS.java b/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_HIS.java
index d7fdc7d04..f4f7d66a7 100644
--- a/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_HIS.java
+++ b/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_HIS.java
@@ -149,4 +149,67 @@ public interface LB_GUARANTEE_UNIT_HIS{
* λַ STRING(80)
*/
public static final String WORKADD = "WORKADD";
+
+ // 20230809 Ʒ̨Խ-ֶ
+ /**
+ * ֤Ч STRING(32)
+ */
+ public static final String idexpiry = "idexpiry";
+
+ /**
+ * STRING(32)
+ */
+ public static final String nation = "nation";
+
+ /**
+ * ѧ STRING(32)
+ */
+ public static final String educationLevel = "education_level";
+
+ /**
+ * ˵λַ STRING(32)
+ */
+ public static final String workAddress = "work_address";
+
+ /**
+ * ˾סַ STRING(32)
+ */
+ public static final String liveAddress = "live_address";
+
+ /**
+ * ˻ַ STRING(32)
+ */
+ public static final String idAddress = "id_address";
+
+ /**
+ * ҵ STRING(32)
+ */
+ public static final String enterprise_nature = "enterprise_nature";
+
+ /**
+ * ҵ STRING(32)
+ */
+ public static final String industryType = "industry_type";
+
+ /**
+ * ְҵ STRING(32)
+ */
+ public static final String careerType = "career_type";
+
+ /**
+ * ְλ STRING(32)
+ */
+ public static final String position = "position";
+
+ /**
+ * STRING(32)
+ */
+ public static final String monthlyIncome = "monthly_income";
+
+ /**
+ * ֧ STRING(32)
+ */
+ public static final String monthlyExpenses = "monthly_expenses";
+ // 20230809 Ʒ̨Խ-ֶ
+
}
\ No newline at end of file
diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_TEMP.java b/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_TEMP.java
index 85754dccf..43430716d 100644
--- a/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_TEMP.java
+++ b/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_TEMP.java
@@ -149,4 +149,66 @@ public interface LB_GUARANTEE_UNIT_TEMP{
* λַ STRING(80)
*/
public static final String WORKADD = "WORKADD";
+ // 20230809 Ʒ̨Խ-ֶ
+ /**
+ * ֤Ч STRING(32)
+ */
+ public static final String idexpiry = "idexpiry";
+
+ /**
+ * STRING(32)
+ */
+ public static final String nation = "nation";
+
+ /**
+ * ѧ STRING(32)
+ */
+ public static final String educationLevel = "education_level";
+
+ /**
+ * ˵λַ STRING(32)
+ */
+ public static final String workAddress = "work_address";
+
+ /**
+ * ˾סַ STRING(32)
+ */
+ public static final String liveAddress = "live_address";
+
+ /**
+ * ˻ַ STRING(32)
+ */
+ public static final String idAddress = "id_address";
+
+ /**
+ * ҵ STRING(32)
+ */
+ public static final String enterprise_nature = "enterprise_nature";
+
+ /**
+ * ҵ STRING(32)
+ */
+ public static final String industryType = "industry_type";
+
+ /**
+ * ְҵ STRING(32)
+ */
+ public static final String careerType = "career_type";
+
+ /**
+ * ְλ STRING(32)
+ */
+ public static final String position = "position";
+
+ /**
+ * STRING(32)
+ */
+ public static final String monthlyIncome = "monthly_income";
+
+ /**
+ * ֧ STRING(32)
+ */
+ public static final String monthlyExpenses = "monthly_expenses";
+ // 20230809 Ʒ̨Խ-ֶ
+
}
\ No newline at end of file