焊接管理,工厂预制管理:安装清单
This commit is contained in:
@@ -80,6 +80,16 @@ namespace BLL
|
||||
{
|
||||
return Funs.DB.HJGL_Pipeline.FirstOrDefault(e => e.PipelineId == pipelineId);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 根据流水段获取管线信息
|
||||
/// </summary>
|
||||
/// <param name="flowingSection"></param>
|
||||
/// <returns></returns>
|
||||
public static Model.HJGL_Pipeline GetPipelineByFlowingSection(string flowingSection)
|
||||
{
|
||||
return Funs.DB.HJGL_Pipeline.FirstOrDefault(e => e.FlowingSection == flowingSection);
|
||||
}
|
||||
/// <summary>
|
||||
/// 根据管线id获取管线状态
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user