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 |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index c4ce5a9..e407cf6 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -318,6 +318,9 @@
     <Compile Include="Controllers\CJGL\Cj_StationOutBillController.cs" />
     <Compile Include="Controllers\CJGL\Cj_StationInBillController.cs" />
     <Compile Include="Controllers\CJGL\Cj_StationEntrustOutBillController.cs" />
+    <Compile Include="Controllers\GZGL\Gy_DuSubsidyItemBillController.cs" />
+    <Compile Include="Controllers\GZGL\Gy_WorkPayTypeBillController.cs" />
+    <Compile Include="Controllers\GZGL\Gy_WorkTypeBillController.cs" />
     <Compile Include="Controllers\JHGL\Gy_RoutingBillController.cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldMoveStockStepInBillListController .cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldProdMoveBillListController.cs" />
@@ -328,6 +331,11 @@
     <Compile Include="Controllers\MJGL\Sc_MouldScrapInBillController.cs" />
     <Compile Include="Controllers\MJGL\Sc_MouldOtherOutBillController.cs" />
     <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" />
     <Compile Include="Controllers\PublicPageMethodController.cs" />
     <Compile Include="Controllers\ReportFromController.cs" />
@@ -370,8 +378,11 @@
     <Compile Include="Dapper\SqlPools.cs" />
     <Compile Include="DbUntil\DataFormatUntil.cs" />
     <Compile Include="DLL\ClsGy_BadReason_Ctl.cs" />
+    <Compile Include="DLL\ClsGy_DuSubsidyItemBill.cs" />
     <Compile Include="DLL\ClsGy_Material_Ctl.cs" />
     <Compile Include="DLL\ClsGy_Source_Ctl.cs" />
+    <Compile Include="DLL\ClsGy_WorkPayTypeBill.cs" />
+    <Compile Include="DLL\ClsGy_WorkTypeBill.cs" />
     <Compile Include="DLL\ClsQC_NoPassProdCheckBill.cs" />
     <Compile Include="DLL\ClsQC_PatrolProcCheckBill.cs" />
     <Compile Include="DLL\ClsSb_EquipConkBookBill.cs" />
@@ -390,7 +401,9 @@
     <Compile Include="DLL\ClsSc_MouldOtherOutBill.cs" />
     <Compile Include="DLL\ClsSc_MouldOtherInBill.cs" />
     <Compile Include="DLL\ClsSc_MouldMoveStockStepOutBill.cs" />
+    <Compile Include="DLL\ClsPay_SingleBalBill.cs" />
     <Compile Include="DLL\ClsSc_MouldProdBackBill.cs" />
+    <Compile Include="DLL\ClsPay_OtherBalBill.cs" />
     <Compile Include="DLL\ClsSc_MouldProdInBill.cs" />
     <Compile Include="DLL\ClsSc_MouldMoveStockStepInBill.cs" />
     <Compile Include="DLL\ClsSc_MouldProdMoveBill.cs" />
@@ -424,6 +437,18 @@
     <Compile Include="Models\ClsSc_MouldRepairInBillSub.cs" />
     <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_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" />
+    <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