25 lines
563 B
C#
25 lines
563 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 CUMPLIMIENTO_TRIENIOS
|
|
{
|
|
public long IDCUMPTRIENIO { get; set; }
|
|
|
|
public long? IDPERSONAL { get; set; }
|
|
|
|
public string? GRUPO { get; set; }
|
|
|
|
public long? TC { get; set; }
|
|
|
|
public DateTime? FECHA_PROPUESTA { get; set; }
|
|
|
|
public DateTime? FECHA_ANEXO { get; set; }
|
|
|
|
public DateTime? FECHA_COMUNICACION { get; set; }
|
|
}
|