From 84c8ed1d7fa900119fcb797ce759a1e0c7baf535 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Fri, 15 Sep 2023 14:32:22 +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-=E8=BD=A6=E8=BE=86=E4=BF=A1=E6=81=AF=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E8=BD=A6=E8=BE=86=E7=94=A8=E9=80=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/etc/jbo/jbo_app.xml | 1 + WebContent/WEB-INF/etc/jbo/jbo_lease.xml | 2 ++ src_jbo/jbo/com/tenwa/lease/comm/LB_EQUIPMENT_CAR.java | 7 +++++++ .../jbo/com/tenwa/lease/comm/LB_EQUIPMENT_CAR_TEMP.java | 7 +++++++ 4 files changed, 17 insertions(+) diff --git a/WebContent/WEB-INF/etc/jbo/jbo_app.xml b/WebContent/WEB-INF/etc/jbo/jbo_app.xml index ada03585a..fefa6eb4f 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_app.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_app.xml @@ -4669,6 +4669,7 @@ + diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml index 3fec65962..237d895f3 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml @@ -1516,6 +1516,7 @@ + @@ -2098,6 +2099,7 @@ + diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LB_EQUIPMENT_CAR.java b/src_jbo/jbo/com/tenwa/lease/comm/LB_EQUIPMENT_CAR.java index b2f32d2be..8dd70acb5 100644 --- a/src_jbo/jbo/com/tenwa/lease/comm/LB_EQUIPMENT_CAR.java +++ b/src_jbo/jbo/com/tenwa/lease/comm/LB_EQUIPMENT_CAR.java @@ -13,6 +13,13 @@ public interface LB_EQUIPMENT_CAR{ * ӳBizObjectClass */ public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_EQUIPMENT_CAR"; + + /** + * + * -;" STRING(32)
+ */ + public static final String car_use_type = "car_use_type"; + /** * ʶ STRING(32)
*/ diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LB_EQUIPMENT_CAR_TEMP.java b/src_jbo/jbo/com/tenwa/lease/comm/LB_EQUIPMENT_CAR_TEMP.java index 26bbe222d..3d9c488c9 100644 --- a/src_jbo/jbo/com/tenwa/lease/comm/LB_EQUIPMENT_CAR_TEMP.java +++ b/src_jbo/jbo/com/tenwa/lease/comm/LB_EQUIPMENT_CAR_TEMP.java @@ -13,6 +13,13 @@ public interface LB_EQUIPMENT_CAR_TEMP{ * ӳBizObjectClass */ public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_EQUIPMENT_CAR_TEMP"; + + /** + * + * -;" STRING(32)
+ */ + public static final String car_use_type = "car_use_type"; + /** * ʶ STRING(32)
*/