using System; using System.Linq; using System.Text; using SQLite; using SqlSugar; namespace SlnMesnac.Repository { /// /// /// public partial class real_readdata { public real_readdata() { } /// /// Desc: /// Default: /// Nullable:False /// [PrimaryKey] public int objid { get; set; } /// /// Desc: /// Default: /// Nullable:True /// public string orderno { get; set; } /// /// Desc: /// Default: /// Nullable:True /// public string lineno { get; set; } /// /// Desc: /// Default: /// Nullable:True /// public string producttype { get; set; } /// /// Desc: /// Default: /// Nullable:True /// public string rfidepc { get; set; } /// /// Desc: /// Default: /// Nullable:True /// public string rfidascii { get; set; } /// /// Desc: /// Default: /// Nullable:True /// public DateTime? readtime { get; set; } /// /// Desc: /// Default: /// Nullable:True /// public DateTime? writetime { get; set; } /// /// Desc: /// Default: /// Nullable:True /// public string writestatus { get; set; } /// /// Desc: /// Default: /// Nullable:True /// public string serialno { get; set; } } }