Files
16-Xikai-MesProjectNew/Interface_WebAPI/SlMesDbIterface/WebAPI/StateVariable.cs
2026-05-29 09:34:04 +08:00

14 lines
247 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ExternalDataSync
{
public static class StateVariable
{
public static bool online_Mes = true;
}
}