namespace YLErp.Web.Models { /// /// /// public class EodPriceViewModel { public string UnderlyingInstrumentType { get; set; } public eod_stock_price eod_Stock_Price { get; set; } public eod_commodity_future_price eod_commodity_future_price { get; set; } public ChinaBondValuation ChinaBondValuation { get; set; } public underlying_manager underlying { get; set; } } }