This commit is contained in:
Dario F. Gomez Z 2024-02-28 15:05:20 -05:00
parent a586c52d62
commit f6bb29d8da

View File

@ -11,6 +11,6 @@ namespace MSAdminUsuarios.Context
public int? BL_ESTADO_PFLXUSU { get; set; } = 1;
public string? TX_UUID_USUMS { get; set; }
public string? TX_UUID_PFL { get; set; }
// test
}
}