From 5f7d52703546ba5219791b9fb9d0cb64291fb5ea Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期一, 18 十月 2021 08:41:56 +0800
Subject: [PATCH] 动态菜单

---
 WebAPI/WebAPI.csproj |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 3057874..ee8af4c 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -436,10 +436,13 @@
     <Compile Include="Models\ClsSc_MouldRepairOutBillMain.cs" />
     <Compile Include="Models\ClsSc_MouldRepairOutBillSub.cs" />
     <Compile Include="Models\ClsGy_ProcPrice.cs" />
+    <Compile Include="Models\Menu.cs" />
+    <Compile Include="Models\ModelConvertHelper.cs" />
     <Compile Include="Models\Pay_OtherBalBill.cs" />
     <Compile Include="Models\Pay_SingleBalBill.cs" />
     <Compile Include="Models\Pay_OtherBalBillSub.cs" />
     <Compile Include="Models\Pay_SingleBalBillSub.cs" />
+    <Compile Include="Models\ToHierarchy.cs" />
     <Compile Include="Models\Xt_ORGANIZATIONS.cs" />
     <Compile Include="Models\ClsSb_EquipRepairWorkBillSub.cs" />
     <Compile Include="Models\ClsSc_ICMOBillWorkQtyStatus_Tmp.cs" />

--
Gitblit v1.9.1