...
This commit is contained in:
10
Back/Data/Models/rptQueue.cs
Normal file
10
Back/Data/Models/rptQueue.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Back.Data.Models
|
||||
{
|
||||
public class rptQueue
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public int InvoicID { get; set; }
|
||||
public int CompanyID { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user