...
This commit is contained in:
@@ -10,6 +10,7 @@ namespace Shared.DTOs.Serch
|
||||
{
|
||||
public string? Title { get; set; }//
|
||||
public int? InvoiceID { get; set; }//
|
||||
public int? refInvoiceID { get; set; }//
|
||||
public int? CustomerID { get; set; }
|
||||
public InvoiceType? invoiceType { get; set; }//
|
||||
public int PageIndex { get; set; } = 1;
|
||||
|
Reference in New Issue
Block a user