chen_yjin 4 日 前
コミット
d635783e77
1 ファイル変更7 行追加1 行削除
  1. 7 1
      JLHHJSvr/JLHHJSvr.csproj

+ 7 - 1
JLHHJSvr/JLHHJSvr.csproj

@@ -34,6 +34,9 @@
     <WarningLevel>4</WarningLevel>
     <Prefer32Bit>false</Prefer32Bit>
   </PropertyGroup>
+  <PropertyGroup>
+    <StartupObject>JLHHJSvr.Program</StartupObject>
+  </PropertyGroup>
   <ItemGroup>
     <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
       <HintPath>..\packages\NPOI.Excel.2.1.1\lib\ICSharpCode.SharpZipLib.dll</HintPath>
@@ -107,6 +110,8 @@
     <Compile Include="Com\ImportMtrlPriceByExcel.cs" />
     <Compile Include="Com\JLH_FetchPrice.cs" />
     <Compile Include="Com\ChangePassword.cs" />
+    <Compile Include="Com\Model\u_mtrldef.cs" />
+    <Compile Include="Com\Model\u_mtrltype_erp.cs" />
     <Compile Include="Com\Model\u_sc_workgroup_erp.cs" />
     <Compile Include="Com\Model\L1Mtrldef.cs" />
     <Compile Include="Com\Model\replacement_bednet.cs" />
@@ -121,6 +126,7 @@
     <Compile Include="Com\SaveMattressExtraType.cs" />
     <Compile Include="Com\SaveMattressExtra.cs" />
     <Compile Include="Com\UnLockUser.cs" />
+    <Compile Include="Com\UpdateL1Basicinfo.cs" />
     <Compile Include="Com\UpdateMtrlPrice.cs" />
     <Compile Include="Com\DelCarList.cs" />
     <Compile Include="Com\DeleteBedNet.cs" />
@@ -171,7 +177,6 @@
     <Compile Include="Com\Model\erp_configure_code.cs" />
     <Compile Include="Com\Model\erp_prdpf.cs" />
     <Compile Include="Com\Model\erp_mtrl_df.cs" />
-    <Compile Include="Com\Model\erp_mtrldef.cs" />
     <Compile Include="Com\Model\erp_sc_workgroup.cs" />
     <Compile Include="Com\Model\Recursion2.cs" />
     <Compile Include="Com\Model\replacement.cs" />
@@ -314,6 +319,7 @@
     <Compile Include="Excutor\SaveMattressExtraTypeExcutor.cs" />
     <Compile Include="Excutor\SaveMattressExtraExcutor.cs" />
     <Compile Include="Excutor\UnLockUserExcutor.cs" />
+    <Compile Include="Excutor\UpdateL1BasicinfoExcutor.cs" />
     <Compile Include="Excutor\UpdateMtrlPriceExcutor.cs" />
     <Compile Include="Excutor\DelCarListExcutor.cs" />
     <Compile Include="Excutor\DeleteBedNetAreaExcutor.cs" />