From a60d1ea403c9272732b508625ef7b8f19172dc5c Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期一, 15 七月 2024 11:46:43 +0800
Subject: [PATCH] update

---
 jrj/project/business/Company/CompanyList.cpp |    1 
 jrj/ext-jrj/ext-jrj.vcxproj.filters          |   60 ++++++++++++++++++++++++++++-
 2 files changed, 58 insertions(+), 3 deletions(-)

diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.filters b/jrj/ext-jrj/ext-jrj.vcxproj.filters
index d53d9e7..ed3be24 100644
--- a/jrj/ext-jrj/ext-jrj.vcxproj.filters
+++ b/jrj/ext-jrj/ext-jrj.vcxproj.filters
@@ -112,6 +112,9 @@
     <Filter Include="project\business\ProductSample">
       <UniqueIdentifier>{4e706812-0c60-49af-ae6c-3f9e18a2cd65}</UniqueIdentifier>
     </Filter>
+    <Filter Include="project\business\Company">
+      <UniqueIdentifier>{84413ffb-b8a4-4dfe-a715-ef03dec8f2ef}</UniqueIdentifier>
+    </Filter>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="framework.h">
@@ -836,9 +839,6 @@
     <ClCompile Include="..\project\total3\viewex.total2.cpp">
       <Filter>vbusiness\total</Filter>
     </ClCompile>
-    <ClCompile Include="..\project\total3\ViewTotalWin.cpp">
-      <Filter>婧愭枃浠�</Filter>
-    </ClCompile>
     <ClCompile Include="..\project\business\GDN\CustomCodeNew.cpp">
       <Filter>project\business\GDN</Filter>
     </ClCompile>
@@ -854,5 +854,59 @@
     <ClCompile Include="..\project\business\GDN\list.SOTrace3.cpp">
       <Filter>project\business\SO</Filter>
     </ClCompile>
+    <ClCompile Include="..\project\business\Company\CompanyList.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\CompanyMaint.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HR_Address.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HrEmployee.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HrEmployeeAdd.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HrEmployeex.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HrJob.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HrOrg.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HrOrgChart.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HrOrgMaint.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HrOrgType.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HRPerson.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HrPersonAdd.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HrPersonMaint.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HrPersonSel.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HrPosition.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\business\Company\HrPositionAdd.cpp">
+      <Filter>project\business\Company</Filter>
+    </ClCompile>
+    <ClCompile Include="..\project\total3\ViewTotalWin.cpp">
+      <Filter>vbusiness\total</Filter>
+    </ClCompile>
   </ItemGroup>
 </Project>
\ No newline at end of file
diff --git a/jrj/project/business/Company/CompanyList.cpp b/jrj/project/business/Company/CompanyList.cpp
index cb4571d..bfc57b6 100644
--- a/jrj/project/business/Company/CompanyList.cpp
+++ b/jrj/project/business/Company/CompanyList.cpp
@@ -2,6 +2,7 @@
 #include <xcontrol/xtreeview.hpp>
 #include <xcontrol/xdwgrid.hpp>
 
+
 #include "vbusiness/vframe/listwin.vframe.vbusiness.hpp"
 #include "viewobject/view.base.hpp"
 

--
Gitblit v1.9.3