feat(hjgl): 支持按焊口匹配和回写管线材料
管线材料导入需要关联到具体焊口,并允许按材料编码匹配库存后回写 材料主编码。新增 HJGL_PipeLineMat 的焊口和材料编码字段,材料匹配、 任务生成和出库关系同步按焊口维度处理,避免仅按组件匹配导致材料 范围不准确。
This commit is contained in:
@@ -11,12 +11,16 @@ namespace Model
|
||||
public class Tw_PipeMatMatchOutput
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string PipeLineMatId { get; set; }
|
||||
public string PipelineId { get; set; }
|
||||
public string PipelineCode { get; set; }
|
||||
public string UnitWorkId { get; set; }
|
||||
public string UnitWorkName { get; set; }
|
||||
public string PrefabricatedComponents { get; set; }
|
||||
public string WeldJointId { get; set; }
|
||||
public string WeldJointCode { get; set; }
|
||||
public string MaterialCode { get; set; }
|
||||
public string MatchMaterialCode { get; set; }
|
||||
public string Code { get; set; }
|
||||
public string HeatNo { get; set; }
|
||||
public string BatchNo { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user