From f6c758a94829953aa75bbe888c6dfa99d077c8df Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期四, 12 九月 2024 15:19:42 +0800
Subject: [PATCH] 优化三码合一行为,验证客户条码行为

---
 Tiger.Business/Tiger.Business.csproj |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Tiger.Business/Tiger.Business.csproj b/Tiger.Business/Tiger.Business.csproj
index 9e9ef44..82ac5cf 100644
--- a/Tiger.Business/Tiger.Business.csproj
+++ b/Tiger.Business/Tiger.Business.csproj
@@ -1,10 +1,10 @@
 锘�<Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup Label="Globals">
-    <SccProjectName>SAK</SccProjectName>
-    <SccProvider>SAK</SccProvider>
-    <SccAuxPath>SAK</SccAuxPath>
-    <SccLocalPath>SAK</SccLocalPath>
+    <SccProjectName></SccProjectName>
+    <SccProvider></SccProvider>
+    <SccAuxPath></SccAuxPath>
+    <SccLocalPath></SccLocalPath>
     <Platforms>AnyCPU;x86</Platforms>
   </PropertyGroup>
 
@@ -67,6 +67,7 @@
     <Compile Remove="Common\ApiConfig.cs" />
     <Compile Remove="DbBaseR.cs" />
     <Compile Remove="DbClientR.cs" />
+    <Compile Remove="MES\Biz.WorkAction.cs" />
   </ItemGroup>
 
   <ItemGroup>

--
Gitblit v1.9.3