New field in stockmembers

This commit is contained in:
2021-05-13 08:15:40 +02:00
parent 85b959ad02
commit f0b3b3d264
8 changed files with 217 additions and 9 deletions

View File

@ -21,6 +21,7 @@ namespace DataDomain
// public string PostId { get; set; }
public string Comment { get; set; }
public long PostAmount { get; set; }
public decimal SoldStockPrice { get; set; }
}
}