From 23f167a369f000091dd04019b037ba42f60ff784 Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期六, 16 三月 2024 09:14:35 +0800 Subject: [PATCH] 出库功能测试 --- Wms/Wms/Wms.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Wms/Wms/Wms.csproj b/Wms/Wms/Wms.csproj index 6eafd06..6ea9517 100644 --- a/Wms/Wms/Wms.csproj +++ b/Wms/Wms/Wms.csproj @@ -30,6 +30,8 @@ <ItemGroup> <ProjectReference Include="..\WMS.BLL\WMS.BLL.csproj" /> </ItemGroup> + + <ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions> </Project> -- Gitblit v1.8.0