lixiaojun
2024-09-09 c0f3c3f170846197d8d3f74ac123e0ac93a6dd67
IStation.Service.SZJT/03-settings/00-core/SZJTFileHelper.cs
文件名从 IStation.Service.SZJT/03-settings/helper/SZJTFileHelper.cs 修改
@@ -50,7 +50,9 @@
        internal static bool Save()
        {
            if (_appparas == null)
            {
                return default;
            }
            var json = JsonHelper.Object2FormatJson(_appparas);
            File.WriteAllText(JsonFileName, json, Encoding.UTF8);
            return true;