namespace MES.Service.Dto.webApi; public class ErpRohIn { public string? id { get; set; } public string? Type { get; set; } public string FBillNo { get; set; }//采购单号 public string? FDocumentStatus { get; set; } public string? FBillTypeID { get; set; }//单据类型 public string? FBusinessType { get; set; } public string? FDate { get; set; } public string? FSupplierId { get; set; } public string? FCloseStatus { get; set; } public string? FPurchaseOrgId { get; set; } public string? FPurchaseDeptId { get; set; } public string? FPurchaserGroupId { get; set; } public string? FPurchaserId { get; set; } public string? FSettleId { get; set; } public string? FChargeId { get; set; } public string? FProviderEMail { get; set; } public string? Remarks { get; set; } public string? FCancelStatus { get; set; } public string? FCancellerId { get; set; } public string? FCancelDate { get; set; } public string? FCreatorId { get; set; } public string? FCreateDate { get; set; } public string? FModifierId { get; set; } public string? FModifyDate { get; set; } public string? FApproverId { get; set; } public string? FApproveDate { get; set; } public string? FChangeReason { get; set; } public string? Prearrivaldate { get; set; } public string? FReceiveOrgId { get; set; } public string? FProviderId { get; set; } public string? FTContact { get; set; } public string? Fmobilephone { get; set; } public string? FixedTelephone { get; set; }// public string? FProviderAddress { get; set; }//供货方地址 public string? F_UNW_GYSLXR { get; set; }// 供应商联系人 public string? F_UNW_LXRDH { get; set; }// 联系人电话 public string? FProviderJob { get; set; }// 职务 public string? FProviderPhone { get; set; }// 手机 public string? FACCTYPE { get; set; }// 验收方式 public string? F_UNW_Remarks_zlyq { get; set; }// 质量要求 public string? F_UNW_Text_ysfs { get; set; }// 运输方式 public string? F_UNW_BZ { get; set; }// 备注 public string? F_UNW_Combo_zjmj { get; set; }// 治具丶模具加工及采购 public string? FUrgent_Material { get; set; }// 急料 }