From 4a9aad9eb498312beb4a5f3c335de199594b152b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E9=B9=8F=E9=A3=9E?= Date: Fri, 8 Aug 2025 14:47:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/nflg/wms/admin/SapMetaPrintTest.java | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/nflg-wms-admin/src/test/java/com/nflg/wms/admin/SapMetaPrintTest.java b/nflg-wms-admin/src/test/java/com/nflg/wms/admin/SapMetaPrintTest.java index dbba94dc..23ff585d 100644 --- a/nflg-wms-admin/src/test/java/com/nflg/wms/admin/SapMetaPrintTest.java +++ b/nflg-wms-admin/src/test/java/com/nflg/wms/admin/SapMetaPrintTest.java @@ -27,6 +27,26 @@ public class SapMetaPrintTest { printMeta("ZWM00_MB107"); } + @Test + public void ZIM_001_QUERY() throws JCoException { + printMeta("ZIM_001_QUERY"); + } + + @Test + public void ZWM3A05() throws JCoException { + printMeta("ZWM3A05"); + } + + @Test + public void ZIM_001() throws JCoException { + printMeta("ZIM_001"); + } + + @Test + public void ZWM3A06() throws JCoException { + printMeta("ZWM3A06"); + } + public void printMeta(String functionName) throws JCoException { functionName = functionName.toUpperCase(); JCoFunction function = repository.getFunction(functionName);