From e8bbbf61b2e9f53520949333994cb1537efdb430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=90=8D=E5=96=9C?= Date: Thu, 7 Nov 2024 14:10:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ktg-admin/src/test/WmsBusinessTypeUnitTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktg-admin/src/test/WmsBusinessTypeUnitTest.java b/ktg-admin/src/test/WmsBusinessTypeUnitTest.java index 24690a3..c15128f 100644 --- a/ktg-admin/src/test/WmsBusinessTypeUnitTest.java +++ b/ktg-admin/src/test/WmsBusinessTypeUnitTest.java @@ -11,7 +11,7 @@ import org.springframework.test.context.junit4.SpringRunner; import java.util.List; /** - * 出入库类型 + * 出入库类型单元测试 */ @RunWith(SpringRunner.class) @SpringBootTest(classes = RuoYiApplication.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)