From 461facb2bdae33ee8beedc78ab77052e1d388f81 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Sun, 27 Aug 2023 09:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E4=B8=AD=E5=8F=B0=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5-=E6=96=B0=E5=A2=9E=E5=BC=80=E5=A7=8B=E6=9C=89?= =?UTF-8?q?=E6=95=88=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/etc/jbo/jbo_customer.xml | 4 ++-- WebContent/WEB-INF/etc/jbo/jbo_lease.xml | 1 + src_jbo/jbo/app/tenwa/customer/CUSTOMER_FAMILY_TEMP.java | 6 ++++++ src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_TEMP.java | 5 +++++ .../jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_TEMP.java | 4 ++++ 5 files changed, 18 insertions(+), 2 deletions(-) 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)
*/