From 5d38a48ce0778208a5455cd046c45f2233c507a1 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期三, 24 七月 2024 22:43:58 +0800 Subject: [PATCH] 增加生产不良记录实体 --- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 1c38a68..aa2e4af 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.suo *.user *.sln.docstates +.vs/ # Build results [Dd]ebug/ @@ -184,3 +185,5 @@ # Microsoft Fakes FakesAssemblies/ +/Tiger.Business/RTest +/Tiger.BusinessTests \ No newline at end of file -- Gitblit v1.9.3