using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebAPI.Models { public class Driver { public long HItemID { get; set; } public string HNumber { get; set; } public string HName { get; set; } public string HShortNumber { get; set; } public string HRemark { get; set; } public string HUseFlag { get; set; } public long HParentID { get; set; } public long HCREATEORGID { get; set; } public long HUSEORGID { get; set; } public string HHelpCode { get; set; } public int? HStopflag { get; set; } public string HModifyEmp { get; set; } public string HStopEmp { get; set; } public string HStopTime { get; set; } public string HModifyTime { get; set; } public string HCheckTime { get; set; } public string HMakeTime { get; set; } public string HMakeEmp { get; set; } //zidingyi public string HIDCard { get; set; } public string HPhone { get; set; } public string HDriverCardPic { get; set; } public string HDriverCardType { get; set; } public string HIDCardPic { get; set; } public string HEmpType { get; set; } public int HCompID { get; set; } } }