start cod
This commit is contained in:
18
Shared/DTOs/Serch/ItemSerchGetCOD.cs
Normal file
18
Shared/DTOs/Serch/ItemSerchGetCOD.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Shared.DTOs.Serch
|
||||
{
|
||||
public class ItemSerchGetCOD : IFildGlobalItemSerch
|
||||
{
|
||||
public int? CODID { get; set; }
|
||||
public string? ItemTaxID { get; set; }
|
||||
public string? Title { get; set; }
|
||||
public int? UnitID { get; set; }
|
||||
public int PageIndex { get; set; } = 1;
|
||||
public int PageSize { get; set; } = 5;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user