From 6c5c925fe311e5aafa528c23dedd093bfdbd9022 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 28 二月 2023 10:22:22 +0800
Subject: [PATCH] 斯莫尔维护 自动打印
---
WebAPI/WebAPI.csproj | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 71184ff..14e122f 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -326,6 +326,7 @@
</Content>
</ItemGroup>
<ItemGroup>
+ <Compile Include="App_Data\LogService.cs" />
<Compile Include="App_Start\BundleConfig.cs" />
<Compile Include="App_Start\FilterConfig.cs" />
<Compile Include="App_Start\RouteConfig.cs" />
@@ -337,6 +338,7 @@
<Compile Include="Code\TestDAL.cs" />
<Compile Include="Controllers\EntrustOutBackController.cs" />
<Compile Include="Controllers\EntrustOutController.cs" />
+ <Compile Include="Controllers\Gy_WorkDayController.cs" />
<Compile Include="Controllers\Kf_EntrustInBillController.cs" />
<Compile Include="Controllers\ReportController.cs" />
<Compile Include="Controllers\Sc_GroupOrderBillController.cs" />
@@ -364,6 +366,7 @@
</Compile>
<Compile Include="Models\JsonResult.cs" />
<Compile Include="Models\Pensen.cs" />
+ <Compile Include="Models\WorkDay.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
@@ -404,7 +407,6 @@
</None>
</ItemGroup>
<ItemGroup>
- <Folder Include="App_Data\" />
<Folder Include="Views\MoveStockBill\" />
</ItemGroup>
<ItemGroup>
--
Gitblit v1.9.1