mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-21 15:27:15 +00:00
the reciving search box is oworking
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace bnhtrade.Core.Model.Account
|
||||
{
|
||||
public class PurchaseInvoiceLineSummary
|
||||
{
|
||||
public int PurchaseId { get; set; }
|
||||
public int PurchaseNumber { get; set; }
|
||||
public int PurchaseLineId { get; set; }
|
||||
public DateTime PurchaseDate { get; set; }
|
||||
public string ItemDescription { get; set; }
|
||||
public string LineStatus { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user