焊工确认页面

This commit is contained in:
2025-08-14 10:42:15 +08:00
parent c0abd5db77
commit 797759e2d4
6 changed files with 416 additions and 7 deletions
@@ -205,7 +205,10 @@ namespace BLL
{
return Funs.DB.HJGL_BS_Welder.FirstOrDefault(x => x.WED_ID == wenid);
}
public static Model.HJGL_BS_Welder GetWelderByWedCode(string wedcode)
{
return Funs.DB.HJGL_BS_Welder.FirstOrDefault(x => x.WED_Code == wedcode);
}
/// <summary>
/// 根据计划获取领料焊工
/// </summary>