diff --git a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml index 49fc7c8e6..12ee33896 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml @@ -2772,23 +2772,20 @@ - - - - - - + + + diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml index bb73ca6a5..ed2cfad73 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml @@ -4223,23 +4223,19 @@ - - - - - + 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 5bf91a052..2c26b6429 100644 --- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_TEMP.java +++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_TEMP.java @@ -15,12 +15,17 @@ public interface CUSTOMER_FAMILY_TEMP{ public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_FAMILY_TEMP"; - // 20230817 Ʒ̨Խ-ֶͬ + // 20230817 Ʒ̨Խ-ͬ˻״ + /** + * ͬ˻״ STRING(32)
+ */ + public static final String marry_type = "marry_type"; /** - * ְͬ STRING(32)
+ * ͬ˾ס״ STRING(32)
*/ - public static final String duties_type = "duties_type"; + public static final String residential_status = "residential_status"; + /** * ͬ˵λַid STRING(32)
@@ -74,10 +79,6 @@ public interface CUSTOMER_FAMILY_TEMP{ */ public static final String work_address = "work_address"; - /** - * ͬ˾סַ STRING(500)
- */ - public static final String live_address = "live_address"; /** * ͬ˻ַ STRING(500)
@@ -99,16 +100,6 @@ public interface CUSTOMER_FAMILY_TEMP{ */ public static final String career_type = "career_type"; - /** - * ְͬλ STRING(32)
- */ - public static final String position = "position"; - - /** - * ͬ STRING(32)
- */ - public static final String monthly_income = "monthly_income"; - /** * ֧ͬ STRING(32)
*/ 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 9198d1c46..2c3d60cdc 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 @@ -15,6 +15,11 @@ public interface LB_GUARANTEE_UNIT_TEMP{ public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_GUARANTEE_UNIT_TEMP"; // 20230817 Ʒ̨Խ-ֶ + /** + * ˾ס״ STRING(32)
+ */ + public static final String residential_status = "residential_status"; + /** * ְ STRING(32)
*/ @@ -67,16 +72,6 @@ public interface LB_GUARANTEE_UNIT_TEMP{ */ public static final String education_level = "education_level"; - /** - * ˵λַ STRING(32)
- */ - public static final String work_address = "work_address"; - - /** - * ˾סַ STRING(32)
- */ - public static final String live_address = "live_address"; - /** * ˻ַ STRING(32)
*/ @@ -97,11 +92,6 @@ public interface LB_GUARANTEE_UNIT_TEMP{ */ public static final String career_type = "career_type"; - /** - * ְλ STRING(32)
- */ - public static final String position = "position"; - /** * STRING(32)
*/