fix iba a dar una excepcion por desearilazion lo que estaba antes ahi

This commit is contained in:
2025-01-21 01:34:17 -03:00
parent 1b78956077
commit 7137b1bbff
3 changed files with 51 additions and 5 deletions

View File

@@ -3,8 +3,8 @@ public class DefectoDto {
public long Id { get; set;}
public string Descripcion { get; set;} ="";
public Decimal Costo { get; set;}
public int Idestado { get; set;}
public string Estado { get; set;} ="";
public long Idcontrato { get; set;}
public bool Pagainquilino { get; set;}
public int Iddivisa { get; set;}
public string Pagainquilino { get; set;} ="";
public string Divisa { get; set;} ="";
}