New field in stockmembers
This commit is contained in:
@ -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; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user