zyf
2025-06-06 049fc9943d3baf55c64faf5fbd0e944c58c80a2b
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);
    }