From 8159727586d0c1f864e2d925bc6aef6c86337d55 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Thu, 17 Aug 2023 13:44:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E4=B8=AD=E5=8F=B0=E8=B0=83?= =?UTF-8?q?=E6=95=B4-=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4=E5=92=8C?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9C=B0=E5=9D=80=E7=9B=B8=E5=85=B3=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/etc/jbo/jbo_customer.xml | 67 ++++--- WebContent/WEB-INF/etc/jbo/jbo_lease.xml | 48 +++-- .../app/tenwa/customer/CUSTOMER_FAMILY.java | 161 ++++++++++------- .../tenwa/customer/CUSTOMER_FAMILY_HIS.java | 167 +++++++++++------- .../tenwa/customer/CUSTOMER_FAMILY_TEMP.java | 166 ++++++++++------- .../app/tenwa/customer/CUSTOMER_PERSON.java | 94 +++++----- .../tenwa/customer/CUSTOMER_PERSON_HIS.java | 82 ++++----- .../tenwa/customer/CUSTOMER_PERSON_TEMP.java | 108 +++++------ .../tenwa/lease/comm/LB_GUARANTEE_UNIT.java | 161 ++++++++++------- .../lease/comm/LB_GUARANTEE_UNIT_HIS.java | 162 ++++++++++------- .../lease/comm/LB_GUARANTEE_UNIT_TEMP.java | 160 ++++++++++------- 11 files changed, 808 insertions(+), 568 deletions(-) diff --git a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml index e1a66b999..d80a10c18 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml @@ -302,10 +302,8 @@ - - - - + + @@ -452,10 +450,8 @@ - - - - + + @@ -2412,10 +2408,8 @@ - - - - + + @@ -2523,10 +2517,8 @@ - - - - + + @@ -2630,15 +2622,23 @@ - - - + + + + + + + + + + + @@ -2683,15 +2683,23 @@ - - - + + + + + + + + + + + @@ -2734,15 +2742,24 @@ - - - + + + + + + + + + + + + diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml index 48a9bf6a8..bb73ca6a5 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml @@ -4094,16 +4094,24 @@ - - - - + + + + + + + + + + + + @@ -4150,16 +4158,24 @@ - - - - + + + + + + + + + + + + @@ -4206,16 +4222,24 @@ - - - - + + + + + + + + + + + + diff --git a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY.java b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY.java index 01477681e..a38124960 100644 --- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY.java +++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY.java @@ -13,6 +13,107 @@ public interface CUSTOMER_FAMILY{ * ӳBizObjectClass */ public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_FAMILY"; + + + // 20230817 Ʒ̨Խ-ֶͬ + + /** + * ְͬ STRING(32)
+ */ + public static final String duties_type = "duties_type"; + + /** + * ͬ˵λַid STRING(32)
+ */ + public static final String work_address_code = "work_address_code"; + + /** + * ͬ˵λַid STRING(32)
+ */ + public static final String work_address_id = "work_address_id"; + + /** + * ͬ˾סַ STRING(32)
+ */ + public static final String live_address_code = "live_address_code"; + + /** + * ͬ˾סַid STRING(32)
+ */ + public static final String live_address_id = "live_address_id"; + + /** + * ͬ˻ַ STRING(32)
+ */ + public static final String id_address_code = "id_address_code"; + + /** + * ͬ˻ַid STRING(32)
+ */ + public static final String id_address_id = "id_address_id"; + + // 20230817 Ʒ̨Խ-ֶͬ + // 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(500)
+ */ + public static final String workAddress = "work_address"; + + /** + * ͬ˾סַ STRING(500)
+ */ + public static final String liveAddress = "live_address"; + + /** + * ͬ˻ַ STRING(500)
+ */ + 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 Ʒ̨Խ-ֶͬ /** * ʶ STRING(32)
*/ @@ -128,67 +229,7 @@ public interface CUSTOMER_FAMILY{ - // 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 1b3d4014a..9f191813e 100644 --- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_HIS.java +++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_HIS.java @@ -13,6 +13,108 @@ public interface CUSTOMER_FAMILY_HIS{ * ӳBizObjectClass */ public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_FAMILY_HIS"; + + + // 20230817 Ʒ̨Խ-ֶͬ + + /** + * ְͬ STRING(32)
+ */ + public static final String duties_type = "duties_type"; + + /** + * ͬ˵λַid STRING(32)
+ */ + public static final String work_address_code = "work_address_code"; + + /** + * ͬ˵λַid STRING(32)
+ */ + public static final String work_address_id = "work_address_id"; + + /** + * ͬ˾סַ STRING(32)
+ */ + public static final String live_address_code = "live_address_code"; + + /** + * ͬ˾סַid STRING(32)
+ */ + public static final String live_address_id = "live_address_id"; + + /** + * ͬ˻ַ STRING(32)
+ */ + public static final String id_address_code = "id_address_code"; + + /** + * ͬ˻ַid STRING(32)
+ */ + public static final String id_address_id = "id_address_id"; + + // 20230817 Ʒ̨Խ-ֶͬ + // 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(500)
+ */ + public static final String workAddress = "work_address"; + + /** + * ͬ˾סַ STRING(500)
+ */ + public static final String liveAddress = "live_address"; + + /** + * ͬ˻ַ STRING(500)
+ */ + 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 Ʒ̨Խ-ֶͬ + /** * ʶ STRING(32)
*/ @@ -130,69 +232,4 @@ public interface CUSTOMER_FAMILY_HIS{ */ 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 e07e0260d..0983c2032 100644 --- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_TEMP.java +++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_TEMP.java @@ -13,6 +13,107 @@ public interface CUSTOMER_FAMILY_TEMP{ * ӳBizObjectClass */ public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_FAMILY_TEMP"; + + + // 20230817 Ʒ̨Խ-ֶͬ + + /** + * ְͬ STRING(32)
+ */ + public static final String duties_type = "duties_type"; + + /** + * ͬ˵λַid STRING(32)
+ */ + public static final String work_address_code = "work_address_code"; + + /** + * ͬ˵λַid STRING(32)
+ */ + public static final String work_address_id = "work_address_id"; + + /** + * ͬ˾סַ STRING(32)
+ */ + public static final String live_address_code = "live_address_code"; + + /** + * ͬ˾סַid STRING(32)
+ */ + public static final String live_address_id = "live_address_id"; + + /** + * ͬ˻ַ STRING(32)
+ */ + public static final String id_address_code = "id_address_code"; + + /** + * ͬ˻ַid STRING(32)
+ */ + public static final String id_address_id = "id_address_id"; + + // 20230817 Ʒ̨Խ-ֶͬ + // 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(500)
+ */ + public static final String workAddress = "work_address"; + + /** + * ͬ˾סַ STRING(500)
+ */ + public static final String liveAddress = "live_address"; + + /** + * ͬ˻ַ STRING(500)
+ */ + 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 Ʒ̨Խ-ֶͬ /** * ʶ STRING(32)
*/ @@ -129,69 +230,4 @@ 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 48964f79e..f48fa7cb9 100644 --- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON.java +++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON.java @@ -13,6 +13,46 @@ public interface CUSTOMER_PERSON{ * ӳBizObjectClass */ public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_PERSON"; + + // 20230809 Ʒ̨Խ-ֶ + + /** + * ֤Ч STRING(32)
+ */ + public static final String idexpiry = "idexpiry"; + + /** + * ˵λַ STRING(32)
+ */ + public static final String workAddressId = "work_address_id"; + + /** + * ֧ 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 Ʒ̨Խ-ֶ + + /** + * STRING(18)
+ */ + public static final String NATIONALITY = "NATIONALITY"; + /** * ʶ STRING(40)
*/ @@ -65,10 +105,7 @@ public interface CUSTOMER_PERSON{ * STRING(18)
*/ public static final String county = "county"; - /** - * STRING(18)
- */ - public static final String NATIONALITY = "NATIONALITY"; + /** * ַ STRING(200)
*/ @@ -382,54 +419,5 @@ public interface CUSTOMER_PERSON{ */ 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 492a119c0..774e5beb3 100644 --- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_HIS.java +++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_HIS.java @@ -13,6 +13,41 @@ public interface CUSTOMER_PERSON_HIS{ * ӳBizObjectClass */ public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_PERSON_HIS"; + // 20230809 Ʒ̨Խ-ֶ + + /** + * ֤Ч STRING(32)
+ */ + public static final String idexpiry = "idexpiry"; + + + /** + * ˵λַ STRING(32)
+ */ + public static final String workAddressId = "work_address_id"; + + /** + * ֧ 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 Ʒ̨Խ-ֶ + /** * ʶ STRING(40)
*/ @@ -381,52 +416,5 @@ 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 dffb44cbe..54170ecb3 100644 --- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_TEMP.java +++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_TEMP.java @@ -13,6 +13,53 @@ public interface CUSTOMER_PERSON_TEMP{ * ӳBizObjectClass */ public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_PERSON_TEMP"; + + // 20230809 Ʒ̨Խ-ֶ + + /** + * ֤Ч STRING(32)
+ */ + public static final String idexpiry = "idexpiry"; + + /** + * ˵λַ STRING(32)
+ */ + public static final String workAddressId = "work_address_id"; + + /** + * ֧ 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 Ʒ̨Խ-ֶ + + /** + * λҵ STRING(50)
+ */ + public static final String UNITKIND = "UNITKIND"; + /** + * ְҵ STRING(18)
+ */ + public static final String OCCUPATION = "OCCUPATION"; + /** + * ְ STRING(18)
+ */ + public static final String title = "title"; /** * ʶ STRING(40)
*/ @@ -85,10 +132,7 @@ public interface CUSTOMER_PERSON_TEMP{ * ״ STRING(18)
*/ public static final String MARRIAGE = "MARRIAGE"; - /** - * λҵ STRING(50)
- */ - public static final String UNITKIND = "UNITKIND"; + /** * λ STRING(80)
*/ @@ -109,14 +153,7 @@ public interface CUSTOMER_PERSON_TEMP{ * ʽԱ STRING(32)
*/ public static final String FORMALEMP = "FORMALEMP"; - /** - * ְҵ STRING(18)
- */ - public static final String OCCUPATION = "OCCUPATION"; - /** - * ְ STRING(18)
- */ - public static final String title = "title"; + /** * STRING(200)
*/ @@ -385,52 +422,5 @@ 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 1a36c0d90..3f92cdbb5 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 @@ -13,6 +13,106 @@ public interface LB_GUARANTEE_UNIT{ * ӳBizObjectClass */ public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_GUARANTEE_UNIT"; + + // 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 Ʒ̨Խ-ֶ + // 20230817 Ʒ̨Խ-ֶ + + /** + * ְ STRING(32)
+ */ + public static final String duties_type = "duties_type"; + + /** + * ˵λַ STRING(32)
+ */ + public static final String work_address_code = "work_address_code"; + + /** + * ˵λַid STRING(32)
+ */ + public static final String work_address_id = "work_address_id"; + + /** + * ˾סַ STRING(32)
+ */ + public static final String live_address_code = "live_address_code"; + + /** + * ˾סַid STRING(32)
+ */ + public static final String live_address_id = "live_address_id"; + + /** + * ˻ַ STRING(32)
+ */ + public static final String id_address_code = "id_address_code"; + + /** + * ˻ַid STRING(32)
+ */ + public static final String id_address_id = "id_address_id"; + + // 20230817 Ʒ̨Խ-ֶ /** * ʶ STRING(32)
*/ @@ -153,66 +253,5 @@ 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 f4f7d66a7..796aff645 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 @@ -13,6 +13,107 @@ public interface LB_GUARANTEE_UNIT_HIS{ * ӳBizObjectClass */ public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_GUARANTEE_UNIT_HIS"; + + // 20230817 Ʒ̨Խ-ֶ + + /** + * ְ STRING(32)
+ */ + public static final String duties_type = "duties_type"; + + /** + * ˵λַ STRING(32)
+ */ + public static final String work_address_code = "work_address_code"; + + /** + * ˵λַid STRING(32)
+ */ + public static final String work_address_id = "work_address_id"; + + /** + * ˾סַ STRING(32)
+ */ + public static final String live_address_code = "live_address_code"; + + /** + * ˾סַid STRING(32)
+ */ + public static final String live_address_id = "live_address_id"; + + /** + * ˻ַ STRING(32)
+ */ + public static final String id_address_code = "id_address_code"; + + /** + * ˻ַid STRING(32)
+ */ + public static final String id_address_id = "id_address_id"; + + // 20230817 Ʒ̨Խ-ֶ + // 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 Ʒ̨Խ-ֶ + /** * ʶ STRING(32)
*/ @@ -150,66 +251,5 @@ public interface LB_GUARANTEE_UNIT_HIS{ */ 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 43430716d..6b7741fa9 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 @@ -13,6 +13,106 @@ public interface LB_GUARANTEE_UNIT_TEMP{ * ӳBizObjectClass */ public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_GUARANTEE_UNIT_TEMP"; + // 20230817 Ʒ̨Խ-ֶ + + /** + * ְ STRING(32)
+ */ + public static final String duties_type = "duties_type"; + + /** + * ˵λַ STRING(32)
+ */ + public static final String work_address_code = "work_address_code"; + + /** + * ˵λַid STRING(32)
+ */ + public static final String work_address_id = "work_address_id"; + + /** + * ˾סַ STRING(32)
+ */ + public static final String live_address_code = "live_address_code"; + + /** + * ˾סַid STRING(32)
+ */ + public static final String live_address_id = "live_address_id"; + + /** + * ˻ַ STRING(32)
+ */ + public static final String id_address_code = "id_address_code"; + + /** + * ˻ַid STRING(32)
+ */ + public static final String id_address_id = "id_address_id"; + + // 20230817 Ʒ̨Խ-ֶ + // 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 Ʒ̨Խ-ֶ + /** * ʶ STRING(32)
*/ @@ -149,66 +249,6 @@ 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