SOMS/test/ConsoleISMSMysql/Models/ImAnalogdata20102.cs

26 lines
836 B
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 ImAnalogdata20102
{
public int Puctgycode { get; set; }
public int Datacode { get; set; }
public string Dataname { get; set; }
public string Sym1 { get; set; }
public double Cof1 { get; set; }
public int Precise1 { get; set; }
public string Sym2 { get; set; }
public double Cof2 { get; set; }
public int Precise2 { get; set; }
public string Enumstr { get; set; }
public virtual ImPuCtgy PuctgycodeNavigation { get; set; }
}
}