From 731c1479f3d9e75ebd717ebfd8db56acfa8fcfef Mon Sep 17 00:00:00 2001 From: zhangjun Date: Wed, 19 Aug 2020 15:32:10 +0800 Subject: [PATCH] =?UTF-8?q?APP=E6=B8=A0=E9=81=93=E5=95=86=E8=A1=A8?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B4=BB=E4=BD=93=E6=A3=80=E6=B5=8B=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/etc/jbo/jbo_customer.xml | 1 + src_jbo/jbo/app/tenwa/customer/DISTRIBUTOR_INFO.java | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml index 9d8313be9..cbe34e474 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml @@ -1024,6 +1024,7 @@ + diff --git a/src_jbo/jbo/app/tenwa/customer/DISTRIBUTOR_INFO.java b/src_jbo/jbo/app/tenwa/customer/DISTRIBUTOR_INFO.java index 2ba13213a..bfb304b9b 100644 --- a/src_jbo/jbo/app/tenwa/customer/DISTRIBUTOR_INFO.java +++ b/src_jbo/jbo/app/tenwa/customer/DISTRIBUTOR_INFO.java @@ -449,4 +449,8 @@ public interface DISTRIBUTOR_INFO{ * ֤ STRING(64)
*/ public static final String MARGIN_SCALE_SET = "MARGIN_SCALE_SET"; + /** + * STRING(32)
+ */ + public static final String WHETHER = "WHETHER"; } \ No newline at end of file