This commit is contained in:
2025-04-07 17:43:30 +08:00
commit 8a2c192129
12175 changed files with 2742596 additions and 0 deletions
@@ -0,0 +1,33 @@
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; }
}
}