21 lines
432 B
C#
21 lines
432 B
C#
// <auto-generated> This file has been auto generated by EF Core Power Tools. </autogenerated>
|
|
#nullable enable
|
|
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace bdEmtusa.db;
|
|
|
|
public partial class historico
|
|
{
|
|
public uint id { get; set; }
|
|
|
|
public DateTime? fechaHora { get; set; }
|
|
|
|
public uint? id_channel { get; set; }
|
|
|
|
public uint? id_item { get; set; }
|
|
|
|
public string? descripcion { get; set; }
|
|
}
|