22 lines
922 B
C#
22 lines
922 B
C#
namespace Model.Customization._7HJ
|
|
{
|
|
public class InspectionMachineInfo
|
|
{
|
|
public string InspectionMachineId { get; set; }
|
|
public string InspectionMachineCode { get; set; }
|
|
public string UnitName { get; set; }
|
|
public string ProfessionalName { get; set; }
|
|
public string Status { get; set; }
|
|
public string InspectionMachineName { get; set; }
|
|
public string SpecificationModel { get; set; }
|
|
public System.DateTime? NextTestDate { get; set; }
|
|
public string TestCycle { get; set; }
|
|
public System.DateTime? InspectionDate { get; set; }
|
|
public string IsVerification { get; set; }
|
|
public string IsCheckOK { get; set; }
|
|
public string InspectionType { get; set; }
|
|
public System.DateTime? LeaveDate { get; set; }
|
|
public int? UnitsCount { get; set; }
|
|
public string AttachUrl { get; set; }
|
|
}
|
|
} |