@@ -751,6 +751,8 @@ namespace MOKA_Factory_Tools
if ( jObject["NTF"] != null )
{
functionSetting1.NTF = jObject["NTF"].Value<bool>();
+ if (functionSetting1.NTF == true)
+ Log.WriteInfoLog("开启NTF功能");
}
else