25 lines
986 B
C#
25 lines
986 B
C#
namespace Model.Customization._7HJ
|
|
{
|
|
public class InspectionPersonInfo
|
|
{
|
|
public string InspectionPersonId { get; set; }
|
|
public string InspectionPersonCode { get; set; }
|
|
public string PersonName { get; set; }
|
|
public string Status { get; set; }
|
|
public string CertificateNumber { get; set; }
|
|
public string QualifiedProjectCode { get; set; }
|
|
public System.DateTime? ValidityDate { get; set; }
|
|
public System.DateTime? ApprovalTime { get; set; }
|
|
|
|
public System.DateTime? DepartureTime { get; set; }
|
|
public string AttachUrl { get; set; }
|
|
public string CompileMan { get; set; }
|
|
public System.DateTime? CompileDate { get; set; }
|
|
public bool? IsOnSite { get; set; }
|
|
|
|
public int UnitWorkId { get; set; }
|
|
public string UnitName { get; set; }
|
|
public string ProfessionalName { get; set; }
|
|
public string PostName { get; set; }
|
|
}
|
|
} |