zyf
2025-05-28 47d3c9e31edd16c02e3c74ff45e9772f9ca550b2
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);
    }