Fix: Cambios solicitados. Parte 1
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 6m18s

This commit is contained in:
2025-07-18 21:46:07 -03:00
parent a35a3a66ea
commit 3e1ac6f742
10 changed files with 194 additions and 143 deletions

View File

@@ -8,6 +8,6 @@ namespace GestionIntegral.Api.Dtos.Distribucion
public int IdEmpresa { get; set; }
public string NombreEmpresa { get; set; } = string.Empty; // Para mostrar en UI
public bool CtrlDevoluciones { get; set; }
public bool Habilitada { get; set; } // Simplificamos a bool, el backend manejará el default si es null
public bool? Habilitada { get; set; }
}
}