SOMS/test/ConsoleISMSMysql/Models/ImVDeviceyk.cs

40 lines
1.5 KiB
C#
Raw Normal View History

2025-04-16 13:53:07 +08:00
using System;
using System.Collections.Generic;
// Code scaffolded by EF Core assumes nullable reference types (NRTs) are not used or disabled.
// If you have enabled NRTs for your project, then un-comment the following line:
// #nullable disable
namespace ConsoleISMSMysql.Models
{
public partial class ImVDeviceyk
{
public string Id { get; set; }
public string Ykname { get; set; }
public string RelatedyxId { get; set; }
public string YkType { get; set; }
public string Swonstr { get; set; }
public string Swoffstr { get; set; }
public string Swuncertstr { get; set; }
public string PreyxId { get; set; }
public int? Prestate4yk { get; set; }
public string Lockmode { get; set; }
public string Isresetcmd { get; set; }
public string PreyxIdOff { get; set; }
public int? Prestate4ykOff { get; set; }
public string LockmodeOff { get; set; }
public string RelatedyxName { get; set; }
public int Deviceaddr { get; set; }
public string Devicename { get; set; }
public string Statcode { get; set; }
public string Gatewayid { get; set; }
public string Deviceid { get; set; }
public string Datatype { get; set; }
public string Dataname { get; set; }
public int CpuIndex { get; set; }
public int InfoAddr { get; set; }
public int Autosave { get; set; }
public int Visible { get; set; }
}
}