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

14 lines
467 B
C#
Raw Normal View History

2025-04-07 17:43:30 +08:00
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; }
}
}