新增管道颜色标识导入功能及API控制器
更新了多个服务和页面,增加了导入管道颜色标识数据的功能,并实现了包装管理、车次管理、管道组件和焊口信息的API控制器。修正了文件路径错误,优化了分页和排序逻辑,删除了不再使用的API方法。
This commit is contained in:
@@ -212,11 +212,11 @@
|
||||
<Compile Include="Chart\DataSourcePoint.cs" />
|
||||
<Compile Include="Chart\DataSourceTeam.cs" />
|
||||
<Compile Include="CLGL\Tw_ArrivalStatisticsOutPut.cs" />
|
||||
<Compile Include="CLGL\Tw_InputDataIn.cs" />
|
||||
<Compile Include="CLGL\Tw_PipeMatMatchOutput.cs" />
|
||||
<Compile Include="CLGL\Tw_PrintModel.cs" />
|
||||
<Compile Include="CLGL\Tw_InOutDetailOutput.cs" />
|
||||
<Compile Include="CLGL\Tw_InOutMasterOutput.cs" />
|
||||
<Compile Include="CLGL\Tw_InputDataIn.cs" />
|
||||
<Compile Include="CLGL\Tw_MaterialStockOutput.cs" />
|
||||
<Compile Include="CLGL\Tw_PipeLineMat.cs" />
|
||||
<Compile Include="ConstructionLogCQMS.cs" />
|
||||
@@ -233,14 +233,16 @@
|
||||
<Compile Include="FastReportItem.cs" />
|
||||
<Compile Include="HandleStep.cs" />
|
||||
<Compile Include="HJGL\3DParameter.cs" />
|
||||
<Compile Include="HJGL\BaseMaterialcolorOutput.cs" />
|
||||
<Compile Include="HJGL\MaterialStockItem.cs" />
|
||||
<Compile Include="HJGL\BaseInfo\BaseMaterialcolorDataIn.cs" />
|
||||
<Compile Include="HJGL\BaseInfo\BaseMaterialcolorOutput.cs" />
|
||||
<Compile Include="HJGL\PreDesign\Material\MaterialStockItem.cs" />
|
||||
<Compile Include="APIItem\HJGL\PackagingManageItem.cs" />
|
||||
<Compile Include="HJGL\PackagingManagePrintOutput.cs" />
|
||||
<Compile Include="HJGL\PipelineComponentPrintDto.cs" />
|
||||
<Compile Include="HJGL\PreDesign\PackagingManage\PackagingManageInput.cs" />
|
||||
<Compile Include="HJGL\PreDesign\PackagingManage\PackagingManagePrintOutput.cs" />
|
||||
<Compile Include="HJGL\PreDesign\PipelineComponent\PipelineComponentPrintDto.cs" />
|
||||
<Compile Include="HJGL\PipeLineIdCodeItem.cs" />
|
||||
<Compile Include="HJGL\PipelinePrefabricatedComponentsItem.cs" />
|
||||
<Compile Include="HJGL\Pipeline_ComponentQRCodeItem.cs" />
|
||||
<Compile Include="HJGL\PreDesign\PipelineComponent\Pipeline_ComponentQRCodeItem.cs" />
|
||||
<Compile Include="HJGL\PointBatch.cs" />
|
||||
<Compile Include="HJGL\PointBatchItem.cs" />
|
||||
<Compile Include="HJGL\PrePipelineItem.cs" />
|
||||
@@ -299,6 +301,7 @@
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<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.
|
||||
|
||||
Reference in New Issue
Block a user