Start intergration of scrap-routine

This commit is contained in:
2021-01-17 21:42:32 +01:00
parent c7254389e4
commit fb86fd60cc
6 changed files with 59 additions and 35 deletions

View File

@ -12,7 +12,7 @@ namespace StockDomain
public string StockExtId { get; set; }
public decimal BuyValue { get; set; }
public DateTime BuyDate { get; set; }
public long BuytAmount { get; set; }
public long BuyAmount { get; set; }
public decimal ActValue { get; set; }
public DateTime ActDate { get; set; }
public long ActAmount { get; set; }