final update
This commit is contained in:
15
Website/LOC.Core/Model/Sales/GemTransaction.cs
Normal file
15
Website/LOC.Core/Model/Sales/GemTransaction.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace LOC.Core.Model.Sales
|
||||
{
|
||||
public class GemTransaction
|
||||
{
|
||||
public int GemTransactionId { get; set; }
|
||||
|
||||
public Account.Account Account { get; set; }
|
||||
|
||||
public long? Date { get; set; }
|
||||
|
||||
public string Source { get; set; }
|
||||
|
||||
public int Amount { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user