11
啊鑫
2025-07-07 e510dff710e6471b3c33368e6532fb8a6d5c8113
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);
    }