33 lines
1.3 KiB
C#
33 lines
1.3 KiB
C#
using System.Collections.Generic;
|
|
|
|
namespace Model.Customization._7HJ
|
|
{
|
|
public class HardTrustInfo
|
|
{
|
|
|
|
public string HardTrustID { get; set; }
|
|
public string HardTrustNo { get; set; }
|
|
public string HardTrustUnit { get; set; }
|
|
public System.Nullable<System.DateTime> HardTrustDate { get; set; }
|
|
public string AuditMan { get; set; }
|
|
public System.Nullable<System.DateTime> AuditDate { get; set; }
|
|
public string HardnessRate { get; set; }
|
|
public string HardnessMethod { get; set; }
|
|
public string CheckUnit { get; set; }
|
|
public string ProjectId { get; set; }
|
|
public string DetectionTime { get; set; }
|
|
public string Sendee { get; set; }
|
|
public string Standards { get; set; }
|
|
public string InspectionNum { get; set; }
|
|
public string CheckNum { get; set; }
|
|
public string TestWeldNum { get; set; }
|
|
public string HardTrustMan { get; set; }
|
|
public string CheckName { get; set; }
|
|
public string AcceptStandard { get; set; }
|
|
public string EquipmentModel { get; set; }
|
|
public string InstallationId { get; set; }
|
|
public string WorkAreaId { get; set; }
|
|
|
|
public List<Model.HJGL_Hard_TrustItem> GetHardTrustItem { get; set; }
|
|
}
|
|
} |