2022-10-11 焊接修改及接口新增
This commit is contained in:
+3
-1
@@ -10,11 +10,11 @@ namespace Model
|
||||
{
|
||||
public string PackagingManageId { get; set; }
|
||||
public string PackagingCode { get; set; }
|
||||
public string ProjectId { get; set; }
|
||||
public string ProjectName { get; set; }
|
||||
public string ContactName { get; set; }
|
||||
public string ContactPhone { get; set; }
|
||||
public string StackingPosition { get; set; }
|
||||
|
||||
public int? State { get; set; }
|
||||
|
||||
}
|
||||
@@ -30,6 +30,8 @@ namespace Model
|
||||
{
|
||||
public PackagingManageDetailItem packagingManageDetailItem { get; set; }
|
||||
public List<PackagingPrepipeItem> packagingPrepipeItems { get; set; }
|
||||
public bool isPower { get; set; }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
public class PipelineComponentItem
|
||||
{
|
||||
public string PipelineComponentId { get; set; }
|
||||
public string PipelineComponentCode { get; set; }
|
||||
public string PreUnit { get; set; }
|
||||
public string DrawingName { get; set; }
|
||||
public string BoxNumber { get; set; }
|
||||
public int? State { get; set; }
|
||||
public DateTime? PlanStartDate { get; set; }
|
||||
public string QRCode { get; set; }
|
||||
}
|
||||
public class PipelineComponentDetail
|
||||
{
|
||||
public PipelineComponentItem pipelineComponentItem { get; set; }
|
||||
public bool isPower { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -67,6 +67,7 @@
|
||||
<Compile Include="APIItem\HJGL\ItemEndCheck.cs" />
|
||||
<Compile Include="APIItem\HJGL\ItemEndCheckList.cs" />
|
||||
<Compile Include="APIItem\HJGL\JointCompreInfoItem.cs" />
|
||||
<Compile Include="APIItem\HJGL\PipelineComponentItem.cs" />
|
||||
<Compile Include="APIItem\HJGL\ReportQueryItem.cs" />
|
||||
<Compile Include="APIItem\HJGL\TestPackageApprove.cs" />
|
||||
<Compile Include="APIItem\HJGL\TestPackageItem.cs" />
|
||||
@@ -163,7 +164,7 @@
|
||||
<Compile Include="HandleStep.cs" />
|
||||
<Compile Include="HJGL\3DParameter.cs" />
|
||||
<Compile Include="HJGL\MaterialStockItem.cs" />
|
||||
<Compile Include="HJGL\PackagingManageItem.cs" />
|
||||
<Compile Include="APIItem\HJGL\PackagingManageItem.cs" />
|
||||
<Compile Include="HJGL\Pipeline_ComponentQRCodeItem.cs" />
|
||||
<Compile Include="HJGL\PointBatch.cs" />
|
||||
<Compile Include="HJGL\PointBatchItem.cs" />
|
||||
|
||||
Reference in New Issue
Block a user