get invoice view
This commit is contained in:
@@ -8,10 +8,10 @@ namespace Shared.DTOs.Serch
|
||||
{
|
||||
public class ItemSerchGetInvoices : IFildGlobalItemSerch
|
||||
{
|
||||
public string? Title { get; set; }
|
||||
public int? InvoiceID { get; set; }
|
||||
public string? Title { get; set; }//
|
||||
public int? InvoiceID { get; set; }//
|
||||
public int? CustomerID { get; set; }
|
||||
public InvoiceType? invoiceType { get; set; }
|
||||
public InvoiceType? invoiceType { get; set; }//
|
||||
public int PageIndex { get; set; } = 1;
|
||||
public int PageSize { get; set; } = 5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user