Files
zszq-trs/YLErpDAL/Model/Underlying_basisCurveLinq.cs
T
2024-05-09 14:06:26 +08:00

14 lines
402 B
C#

namespace YLErp.Model
{
public class Underlying_basisCurveLinq
{
public int id { get; set; }
public int UnderlyingTypeId { get; set; }
public string UnderlyingCode { get; set; }
public string UnderlyingName { get; set; }
public int OptId { get; set; }
public string OptName { get; set; }
public DateTime? OptData { get; set; }
}
}