From 1d0e037d68d468e4d6e2aa1a67675b0e9a386243 Mon Sep 17 00:00:00 2001 From: tangfutang <3218982385@qq.com> Date: Wed, 27 Jul 2022 09:45:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=88=E5=90=8C=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/etc/jbo/jbo_lease.xml | 3 +++ src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO.java | 4 ++++ src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO_HIS.java | 4 ++++ src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO_TEMP.java | 4 ++++ 4 files changed, 15 insertions(+) diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml index 53158e6dc..6ba0723d5 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml @@ -808,6 +808,7 @@ + @@ -1080,6 +1081,7 @@ + @@ -2829,6 +2831,7 @@ + diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO.java b/src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO.java index 8ce98454d..d492016cd 100644 --- a/src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO.java +++ b/src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO.java @@ -345,4 +345,8 @@ public interface LB_CONTRACT_INFO{ * ʷ STRING(10)
*/ public static final String CORPUS_SOURCE = "CORPUS_SOURCE"; + /** + * ͬ״̬ STRING(30)
+ */ + public static final String ap_contract_status = "ap_contract_status"; } \ No newline at end of file diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO_HIS.java b/src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO_HIS.java index 9b6b12fa0..ef8984757 100644 --- a/src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO_HIS.java +++ b/src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO_HIS.java @@ -333,4 +333,8 @@ public interface LB_CONTRACT_INFO_HIS{ * ʷ STRING(10)
*/ public static final String CORPUS_SOURCE = "CORPUS_SOURCE"; + /** + * ͬ״̬ STRING(30)
+ */ + public static final String ap_contract_status = "ap_contract_status"; } \ No newline at end of file diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO_TEMP.java b/src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO_TEMP.java index bae40922b..232b87216 100644 --- a/src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO_TEMP.java +++ b/src_jbo/jbo/com/tenwa/lease/comm/LB_CONTRACT_INFO_TEMP.java @@ -337,4 +337,8 @@ public interface LB_CONTRACT_INFO_TEMP{ * ʷ STRING(10)
*/ public static final String CORPUS_SOURCE = "CORPUS_SOURCE"; + /** + * ͬ״̬ STRING(30)
+ */ + public static final String ap_contract_status = "ap_contract_status"; } \ No newline at end of file