sjz
2025-04-21 0bbb14eafd9a29ffaad14a933aa5ae522432fad9
MES.Service/service/WomcaaManager.cs
@@ -17,6 +17,7 @@
    public bool SaveList(List<ErpWOM> rohIns)
    {
        var result = rohIns.Select(Save).ToList();
        return result.All(b => b);
    }