19 lines
421 B
C#
19 lines
421 B
C#
// <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated>
|
|
#nullable enable
|
|
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace bdAntifraudeMYSQL.db;
|
|
|
|
public partial class MAPEOSUSUARIOS
|
|
{
|
|
public long IDMAPEOUSUARIO { get; set; }
|
|
|
|
public string? USUARIO { get; set; }
|
|
|
|
public long? IDPERSONA { get; set; }
|
|
|
|
public DateTime? FECHAHORAVALIDEZ { get; set; }
|
|
}
|