SGGL_JT/SUBQHSE/Model/Customization/7HJ/SecurityCostInfo.cs

14 lines
467 B
C#

namespace Model.Customization._7HJ
{
public class SecurityCostInfo
{
public string CostSmallDetailId { get; set; }
public string ProjectId { get; set; }
public string ProjectCode { get; set; }
public string ProjectName { get; set; }
public string UnitId { get; set; }
public string UnitName { get; set; }
public System.DateTime? Months { get; set; }
public decimal SUMCost { get; set; }
}
}