From e25efe9c507544cd3984f48634e38f7e61350107 Mon Sep 17 00:00:00 2001
From: 仲国强 <519541279@qq.com>
Date: 星期三, 20 十月 2021 15:54:21 +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 8616f1f..e407cf6 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -333,6 +333,7 @@
     <Compile Include="Controllers\MJJY\Mj_PDA_MoudlCheckController.cs" />
     <Compile Include="Controllers\Open_PrintTemController.cs" />
     <Compile Include="Controllers\Pay_OtherBalBillController.cs" />
+    <Compile Include="Controllers\Pay_GroupBalBillController.cs" />
     <Compile Include="Controllers\Pay_WorkTimesBillController.cs" />
     <Compile Include="Controllers\Pay_SingleBalBillController.cs" />
     <Compile Include="Controllers\ProductionOrderController.cs" />
@@ -440,6 +441,8 @@
     <Compile Include="Models\Menu.cs" />
     <Compile Include="Models\ModelConvertHelper.cs" />
     <Compile Include="Models\Pay_OtherBalBill.cs" />
+    <Compile Include="Models\Pay_GroupBalBill.cs" />
+    <Compile Include="Models\Pay_GroupBalBillSub.cs" />
     <Compile Include="Models\Pay_WorkTimesBillSub.cs" />
     <Compile Include="Models\Pay_WorkTimesBill.cs" />
     <Compile Include="Models\Pay_SingleBalBill.cs" />

--
Gitblit v1.9.1