diff --git a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml index 003199d14..97a790e36 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml @@ -479,7 +479,7 @@ - + @@ -2787,7 +2787,7 @@ - + diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml index 4ec56c6c8..8ea2d782e 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml @@ -4239,6 +4239,7 @@ + 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 714877246..55a3bd09f 100644 --- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_TEMP.java +++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_TEMP.java @@ -16,6 +16,12 @@ public interface CUSTOMER_FAMILY_TEMP{ // 20230817 Ʒ̨Խ-ͬ˳ + + /** + * start_idexpiry Чڿʼʱ STRING(32)
+ */ + public static final String start_idexpiry = "start_idexpiry"; + /** * STRING(32)
*/ 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 52cfe0e7a..64574aa88 100644 --- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_TEMP.java +++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_TEMP.java @@ -16,6 +16,11 @@ public interface CUSTOMER_PERSON_TEMP{ // 20230809 Ʒ̨Խ-ֶ + /** + * start_idexpiry Чڿʼʱ STRING(32)
+ */ + public static final String start_idexpiry = "start_idexpiry"; + /** * ֤Ч 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 ed1faa329..8e81e5a50 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 @@ -14,6 +14,10 @@ public interface LB_GUARANTEE_UNIT_TEMP{ */ public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_GUARANTEE_UNIT_TEMP"; // 20230817 Ʒ̨Խ-ֶ + /** + * start_idexpiry Чڿʼʱ STRING(32)
+ */ + public static final String start_idexpiry = "start_idexpiry"; /** * ΪҵʱķϢ STRING(32)
*/