修改质量人员接口

This commit is contained in:
2022-09-08 09:05:35 +08:00
parent f5ab6ad44f
commit 5ba3955b4a
5 changed files with 92 additions and 12 deletions
@@ -1110,6 +1110,7 @@ namespace BLL
}
#endregion
#region
public static void UpdateWelderForApi(Model.SitePerson_Person Welder)
{
@@ -1131,5 +1132,6 @@ namespace BLL
db.SubmitChanges();
}
}
#endregion
}
}