Commit 9cfc1193 by 郁子恒

对接森马字段

parent f4356ff9
...@@ -56,6 +56,13 @@ namespace Njhg.Third.Semir.Entities ...@@ -56,6 +56,13 @@ namespace Njhg.Third.Semir.Entities
report.SampleBatchNumber = semir.FG_MAT_CODE; report.SampleBatchNumber = semir.FG_MAT_CODE;
report.Metadata['ProductColor'] = semir.FG_COLOR;
report.Metadata['MaterialColor'] = semir.COLOR;
report.Metadata['MaterialNumber'] = semir.MAT_CODE;
report.Metadata['SampleType'] = semir.THIRDPARTY_TESTING_TESTPART;
report.Metadata['VersionNumber'] = semir.MAT_DEV_CODE;
report.Metadata['YearQuarter'] = semir.YEAR+"/"+semir.SEASONS;
var details = new List<string>(); var details = new List<string>();
foreach (var detail in semir.ITEMS) foreach (var detail in semir.ITEMS)
{ {
......
...@@ -32,13 +32,16 @@ ...@@ -32,13 +32,16 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Kivii.Common.V4.5, Version=5.6.2024.1160, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="Kivii.Common.V4.5, Version=5.6.2024.1160, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Kivii.Common.5.6.2024.1160\lib\net45\Kivii.Common.V4.5.dll</HintPath> <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Kivii.Common.5.6.2024.1160\lib\net45\Kivii.Common.V4.5.dll</HintPath>
</Reference> </Reference>
<Reference Include="Kivii.Core.V4.5, Version=5.6.2023.9000, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="Kivii.Core.V4.5, Version=5.6.2023.9000, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Kivii.K5\local.K5\packages\Kivii.Core.5.6.2023.9000\lib\net45\Kivii.Core.V4.5.dll</HintPath> <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Kivii.Core.5.6.2023.9000\lib\net45\Kivii.Core.V4.5.dll</HintPath>
</Reference> </Reference>
<Reference Include="Kivii.Linq.V4.5, Version=5.6.2023.10000, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="Kivii.Linq.V4.5, Version=5.6.2023.10000, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\Kivii.K5\local.K5\packages\Kivii.Linq.5.6.2023.10000\lib\net45\Kivii.Linq.V4.5.dll</HintPath> <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Kivii.Linq.5.6.2023.10000\lib\net45\Kivii.Linq.V4.5.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
...@@ -64,7 +67,7 @@ ...@@ -64,7 +67,7 @@
<None Include="Resources\南京海关森马质检接口描述.docx" /> <None Include="Resources\南京海关森马质检接口描述.docx" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\..\..\Kivii.K5\Kivii.Biz.Lims.V1.0\Src\Kivii.Biz.Lims.V1.0.csproj"> <ProjectReference Include="..\..\Kivii.Biz.Lims1.0\Src\Kivii.Biz.Lims.V1.0.csproj">
<Project>{c2a2c9b2-e412-4267-8dad-4c37a3fe33e3}</Project> <Project>{c2a2c9b2-e412-4267-8dad-4c37a3fe33e3}</Project>
<Name>Kivii.Biz.Lims.V1.0</Name> <Name>Kivii.Biz.Lims.V1.0</Name>
</ProjectReference> </ProjectReference>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment