From 7208ffe65e1d67646dde1a4153f5fa6b9fcc9273 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期日, 25 四月 2021 08:42:17 +0800 Subject: [PATCH] 部门基础资料 新增 修改 删除 禁用 反禁用 功能 --- WebAPI/WebAPI.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 08e9b28..85ad453 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -358,6 +358,7 @@ <Compile Include="Models\Sc_ProcessPlanViewModel.cs" /> <Compile Include="Models\Sc_ProcessReportViewModel.cs" /> <Compile Include="Models\Sc_ProcessSendWorkViewModel.cs" /> + <Compile Include="Models\Department.cs" /> <Compile Include="Models\StationBill.cs" /> <Compile Include="Models\StationOutBillView.cs" /> <Compile Include="Properties\Resources.Designer.cs"> -- Gitblit v1.9.1