20250609 排产计划
This commit is contained in:
@@ -90,6 +90,12 @@ namespace BLL
|
||||
{
|
||||
return Funs.DB.HJGL_Pipeline.FirstOrDefault(e => e.FlowingSection == flowingSection);
|
||||
}
|
||||
|
||||
public static Model.HJGL_Pipeline GetPipelineByUnitWorkId(string unitWorkId)
|
||||
{
|
||||
return Funs.DB.HJGL_Pipeline.FirstOrDefault(e => e.UnitWorkId == unitWorkId);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 根据管线id获取管线状态
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user