Continuación del módulo de reportes. -Backend
This commit is contained in:
		| @@ -0,0 +1,9 @@ | ||||
| public class BalanceCuentaPagosDto // Para SP_BalanceCuentDistPagos y SP_BalanceCuentDistPagosEmpresa | ||||
| { | ||||
|     public DateTime Fecha { get; set; } | ||||
|     public int Recibo { get; set; } | ||||
|     public string Tipo { get; set; } = string.Empty; | ||||
|     public decimal Debe { get; set; } | ||||
|     public decimal Haber { get; set; } | ||||
|     public string? Detalle { get; set; } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user