提交代码

This commit is contained in:
2024-12-24 19:04:32 +08:00
parent 2e3c34c38c
commit 189a020cc7
78 changed files with 9689 additions and 2214 deletions
+29 -2
View File
@@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Model</RootNamespace>
<AssemblyName>Model</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>
@@ -47,6 +47,10 @@
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Data.Linq" />
<Reference Include="System.Web.DataVisualization" />
@@ -64,11 +68,16 @@
<Compile Include="APIItem\ArchitectureReport.cs" />
<Compile Include="APIItem\ArchitectureReportItem.cs" />
<Compile Include="APIItem\BaseInfoItem.cs" />
<Compile Include="APIItem\BaseProjectItem.cs" />
<Compile Include="APIItem\ChemicalReport.cs" />
<Compile Include="APIItem\ChemicalReportItem.cs" />
<Compile Include="APIItem\CNCEC\ActionWorkLedger.cs" />
<Compile Include="APIItem\CNCEC\ActionWorkLedgerItem.cs" />
<Compile Include="APIItem\CNCEC\CheckRectifyItem.cs" />
<Compile Include="APIItem\CNCEC\CNCEC_MasterData_PcEp.cs" />
<Compile Include="APIItem\CNCEC\Law_RulesRegulations.cs" />
<Compile Include="APIItem\CNCEC\NoticeOutput.cs" />
<Compile Include="APIItem\CNCEC\SafeLawItem.cs" />
<Compile Include="APIItem\CNCEC\SafetyProductionEvaluation.cs" />
<Compile Include="APIItem\CNCEC\SafetyProductionEvaluationItem.cs" />
<Compile Include="APIItem\CNCEC\SubUnitReportItemItem.cs" />
@@ -78,6 +87,7 @@
<Compile Include="APIItem\DropDownItem.cs" />
<Compile Include="APIItem\EnergyReport.cs" />
<Compile Include="APIItem\EnergyReportItem.cs" />
<Compile Include="APIItem\EnvironmentalCheckInput.cs" />
<Compile Include="APIItem\Environmental_OperationReportDto.cs" />
<Compile Include="APIItem\EPSummaryReport.cs" />
<Compile Include="APIItem\HJGL\JointCompreInfoItem.cs" />
@@ -232,12 +242,29 @@
<Compile Include="SpTDesktopItem.cs" />
<Compile Include="TestRun\DriverSub\DriverSubEvaluationData.cs" />
<Compile Include="TokenItem.cs" />
<Compile Include="ZHGL\DataSync\AccidentOutput.cs" />
<Compile Include="ZHGL\DataSync\BaseEntities.cs" />
<Compile Include="ZHGL\DataSync\CheckOutput.cs" />
<Compile Include="ZHGL\DataSync\ConstructionEquipmentOutput.cs" />
<Compile Include="ZHGL\DataSync\CostSmallDetailOutput.cs" />
<Compile Include="ZHGL\DataSync\CQMSDataItem.cs" />
<Compile Include="ZHGL\DataSync\EduTrainOutput.cs" />
<Compile Include="ZHGL\DataSync\EmergencyOutput.cs" />
<Compile Include="ZHGL\DataSync\HiddenRectificationOutput.cs" />
<Compile Include="ZHGL\DataSync\HJGLDataItem.cs" />
<Compile Include="ZHGL\DataSync\HSSEDataItem.cs" />
<Compile Include="ZHGL\DataSync\LargeEngineeringOutput.cs" />
<Compile Include="ZHGL\DataSync\LicenseOutput.cs" />
<Compile Include="ZHGL\DataSync\MeetingOutput.cs" />
<Compile Include="ZHGL\DataSync\OfSafetySupervisorsOutput.cs" />
<Compile Include="ZHGL\DataSync\ProjectInformationOutput.cs" />
<Compile Include="ZHGL\DataSync\ProjectOutput.cs" />
<Compile Include="ZHGL\DataSync\SecurityRiskOutput.cs" />
<Compile Include="ZHGL\DataSync\SYHSEDataItem.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.