焊工确认页面
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user