Files
zszq-trs/YLErpWeb/Models/EodPriceViewModel.cs
T
2024-05-09 14:06:26 +08:00

17 lines
460 B
C#

namespace YLErp.Web.Models
{
/// <summary>
///
/// </summary>
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; }
}
}