ibms-dome/z01_WinAPP/Models/obixDevice.cs
2022-10-14 16:08:54 +08:00

20 lines
360 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace tpDomeWinAPP.Models
{
class obixDevice
{
}
public class device_obix_value
{
public string id { get; set; }
public string Name { get; set; }
public string display { get; set; }
public string result_value { get; set; }
}
}