Update On Mon Oct 14 20:35:22 CEST 2024

This commit is contained in:
github-action[bot]
2024-10-14 20:35:22 +02:00
parent 373b4c8443
commit 82266bc767
263 changed files with 3380 additions and 3080 deletions
@@ -232,7 +232,7 @@ namespace ServiceLib.ViewModels
var item = SelectedRouting;
foreach (var it in _rules)
{
it.id = Utils.GetGUID(false);
it.id = Utils.GetGuid(false);
}
item.ruleNum = _rules.Count;
item.ruleSet = JsonUtils.Serialize(_rules, false);
@@ -322,7 +322,7 @@ namespace ServiceLib.ViewModels
}
foreach (var rule in lstRules)
{
rule.id = Utils.GetGUID(false);
rule.id = Utils.GetGuid(false);
}
if (blReplace)