From 899dc884de4a46ea32acdf2f2d6b857b4c5fbcf4 Mon Sep 17 00:00:00 2001 From: yxj <1qaz@123> Date: 星期四, 28 七月 2022 17:05:13 +0800 Subject: [PATCH] 条码生成模块,拆分功能修改 --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index ce42008..60fedd0 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,5 @@ /NETERPNoWin/obj/Debug/NETERPNoWin.csproj.AssemblyReference.cache /NETERPNoWin/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache /NETERPNoWin/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs +/NETERPNoWin/bin/Debug +/NETERPNoWin/obj/Debug -- Gitblit v1.9.1