using System; namespace WK_KLI_LAPS_Service.Models.Configuration { public class lotmasterModel { public Int64 lotid { get; set; } public Int32 jobid { get; set; } public string title { get; set; } public Int32? sequence { get; set; } public string instructions { get; set; } public string filename { get; set; } public Int32? priority { get; set; } public string foldername { get; set; } public Int64? totalunits { get; set; } public string lotstatus { get; set; } public Int32? pickedby { get; set; } public Int32? withvendor { get; set; } public string lotkey { get; set; } public Int32? createdby { get; set; } public DateTime? createdon { get; set; } public Int32? updatedby { get; set; } public DateTime? updatedon { get; set; } public string xmlsource { get; set; } public Int64? tathours { get; set; } public Int32? chaptertypeid { get; set; } public Int32? active { get; set; } public Int64? transactionid { get; set; } public string option { get; set; } public string serverpath { get; set; } public string username { get; set; } public string password { get; set; } public string domain { get; set; } public string docid { get; set; } public Int64? productionworkflowid { get; set; } public Int32? ismovetoproduction { get; set; } public long? jobworkflowid { set; get; } public string lotmastermetafields { get; set; } public long pwdid { get; set; } public string uniquemailid { get; set; } public string parentmailid { get; set; } public string projectid { get; set; } public string url { get; set; } public string biddate { get; set; } public string companyname { get; set; } public string type { get; set; } public string ranking { get; set; } public string frequency { get; set; } public string city { get; set; } public string state { get; set; } public string followupdate { get; set; } public string projectname { get; set; } public string bidnumber { get; set; } } public class lotfilesModel { public Int64 lotfileid { get; set; } public Int64? lotid { get; set; } public string filename { get; set; } public Int32? active { get; set; } } public class chaptertypemastersModel { public Int64 chaptertypeid { get; set; } public string chaptertype { get; set; } public int? chpsequence { get; set; } public int? active { get; set; } public int? createdby { get; set; } public DateTime? createddate { get; set; } public int? updatedby { get; set; } public DateTime? updateddate { get; set; } } public class lotcomment { public long transid { set; get; } public string comment { set; get; } public string doption { set; get; } public string tostage { set; get; } public long jobid { set; get; } public long lotid { set; get; } public string filename { set; get; } public string lotstatus { set; get; } public long userid { set; get; } public string status { set; get; } public string comments { set; get; } public long jobworkflowid { set; get; } public long tranid { set; get; } } }