Agrega rol a perfil

This commit is contained in:
Dario F. Gomez Z 2023-02-28 12:02:56 -05:00
parent 719616920e
commit 24e9fbd00a

View File

@ -9,6 +9,7 @@ namespace MSAdminUsuarios.Context
public int NU_PK_PFL { get; set; }
public string? TX_PERFIL_PFL { get; set; }
public int? BL_ESTADO_PFL { get; set; } = 1;
public int? NU_ROL_PFL { get; set; }
}
}