24 lines
946 B
C#
24 lines
946 B
C#
namespace Model.Customization._7HJ
|
|
{
|
|
public class MillionsMonthlyReport
|
|
{
|
|
public string MillionsMonthlyReportId { get; set; }
|
|
public decimal? InputCosts { get; set; }
|
|
public int TrainNum { get; set; }
|
|
public int GeneralHazardNum { get; set; }
|
|
public int MajorHazardNum { get; set; }
|
|
public int NotProofLargeProjectNum { get; set; }
|
|
public int ProofLargeProjectNum { get; set; }
|
|
public int FireLicenseNum { get; set; }
|
|
public int LimitLicenseNum { get; set; }
|
|
public int HighLicenseNum { get; set; }
|
|
public int HoistingLicenseNum { get; set; }
|
|
public int BreakGroundLicenseNum { get; set; }
|
|
public int ElectricityLicenseNum { get; set; }
|
|
public int RTLicenseNum { get; set; }
|
|
public int NightLicenseNum { get; set; }
|
|
public int CommissionerNum { get; set; }
|
|
public int SoleDutyNum { get; set; }
|
|
|
|
}
|
|
} |