ZHJA_HJGL/HJGL_ZH/Model/APIItem/WelderItem.cs

258 lines
2.8 KiB
C#
Raw Normal View History

2024-05-08 17:17:11 +08:00

using System;
namespace Model.APIItem
{
public class WelderItem
{ /**
* id
*/
public string WED_ID { get; set; }
/**
* id
*/
public string WED_Unit { get; set; }
/**
* id
*/
public string EDU_ID { get; set; }
/**
* id
*/
public string SE_EquipmentID { get; set; }
/**
* id
*/
public string NP_NondestructivePersonID { get; set; }
/**
*
*/
public string WED_Code { get; set; }
/**
*
*/
public string WED_Name { get; set; }
/**
*
*/
public string WED_UserType { get; set; }
/**
* (1-2-)
*/
public string WED_Sex { get; set; }
/**
*
*/
public DateTime? WED_Birthday { get; set; }
/**
*
*/
public string WED_WorkCode { get; set; }
/**
*
*/
public string WED_Class { get; set; }
/**
*
*/
public decimal? WED_TotalDin { get; set; }
/**
*
*/
public decimal? WED_TotalJoint { get; set; }
/**
*
*/
public decimal? WED_ExtendDin { get; set; }
/**
*
*/
public decimal? WED_ExtendJoint { get; set; }
/**
*
*/
public decimal? WED_RepairJoint { get; set; }
/**
*
*/
public bool? WED_IfOnGuard { get; set; }
/**
*
*/
public string WED_Remark { get; set; }
/**
*
*/
public int? WED_TotalFilm { get; set; }
/**
*
*/
public int? WED_PassFilm { get; set; }
/**
*
*/
public int? WED_ExtendTotalFilm { get; set; }
/**
*
*/
public int? WED_ExtendPassFilm { get; set; }
/**
* id
*/
public string ProjectId { get; set; }
/**
*
*/
public decimal? ThicknessMax { get; set; }
/**
*
*/
public decimal? ThicknessMin { get; set; }
/**
*
*/
public decimal? SizesMax { get; set; }
/**
*
*/
public decimal? SizesMin { get; set; }
/**
*
*/
public DateTime? RecordDate { get; set; }
/**
*
*/
public string MyFinger { get; set; }
/**
*
*/
public string SignatureUrl { get; set; }
/**
*
*/
public string Education { get; set; }
/**
* (0-1-2--1)
*/
public string WED_States { get; set; }
/**
* OA同步
*/
public bool? IsOAM { get; set; }
public DateTime? LimitDate { get; set; }
public string IdentityCard { get; set; }
public string AttachUrl { get; set; }
public bool? IsFaceTrain { get; set; }
}
}