报警信息

1023
nodyang@aliyun.com 1 month ago
parent 183b162c7a
commit 6790c9e560

@ -0,0 +1,16 @@
namespace DB.Entity
{
public class PointLog : BaseChimsDb
{
/// <summary>
/// plc 点位名称
/// </summary>
public string PointName { get; set; }
/// <summary>
/// plc 点位地址
/// </summary>
public string PointAddress { get; set; }
public string Msg { get; set; }
}
}

@ -0,0 +1,7 @@
namespace DB.Service
{
public class PointLogService
{
}
}
Loading…
Cancel
Save