zyf
2025-06-17 1e1b8c262ebe02e82f93c4344f9feb9624f77b52
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);
    }