From 53e9ee319d09874303acad095fd08c68ba357bce Mon Sep 17 00:00:00 2001 From: tangfutang <3218982385@qq.com> Date: Mon, 28 Feb 2022 18:25:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E5=8A=9E=E5=92=8C?= =?UTF-8?q?=E5=B7=B2=E5=8A=9E=E5=AE=A2=E6=88=B7=E5=90=8D=E7=A7=B0=E6=A8=A1?= =?UTF-8?q?=E7=B3=8A=E6=90=9C=E7=B4=A2=E4=B8=8D=E8=B5=B7=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/etc/jbo/jbo_sys.xml | 20 ++++++++++++++ src_jbo/jbo/sys/VI_CUSTOMER_DISTRIBUTOR.java | 28 ++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 src_jbo/jbo/sys/VI_CUSTOMER_DISTRIBUTOR.java diff --git a/WebContent/WEB-INF/etc/jbo/jbo_sys.xml b/WebContent/WEB-INF/etc/jbo/jbo_sys.xml index 0846b3e7f..61f38bacc 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_sys.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_sys.xml @@ -3238,6 +3238,26 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src_jbo/jbo/sys/VI_CUSTOMER_DISTRIBUTOR.java b/src_jbo/jbo/sys/VI_CUSTOMER_DISTRIBUTOR.java new file mode 100644 index 000000000..a83c59eb1 --- /dev/null +++ b/src_jbo/jbo/sys/VI_CUSTOMER_DISTRIBUTOR.java @@ -0,0 +1,28 @@ +package jbo.sys; + +import java.lang.String; + +/** +* ͻ; - JBO

+* Note: This file is generated by ADE tools, dont modify it.
+ +*/ +public interface VI_CUSTOMER_DISTRIBUTOR{ + /** + * ͻ;

+ * ӳBizObjectClass + */ + public static final String CLASS_NAME = "jbo.sys.VI_CUSTOMER_DISTRIBUTOR"; + /** + * STRING(20)
+ */ + public static final String flow_unid = "flow_unid"; + /** + * ͻ STRING(20)
+ */ + public static final String CUSTOMER_NAME = "CUSTOMER_NAME"; + /** + * STRING(20)
+ */ + public static final String DISTRIBUTOR_NAME = "DISTRIBUTOR_NAME"; +} \ No newline at end of file