Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/Aitex/Core/Common/DeviceData/AITSensorProperty.cs

8 lines
120 B
C#

namespace Aitex.Core.Common.DeviceData
{
public class AITSensorProperty
{
public const string Value = "Value";
}
}