namespace MES.Service.Dto.webApi; public class ErpRohinData { public string id { get; set; } public string Eid { get; set; } public string? FBillNo { get; set; }//采购单号 public string? SALES_ORDER_ID { get; set; }//销售订单号 public string? FSeq { get; set; }//采购订单行号 //没有对应表字段 -池南骏 2025-01-10 //public string? FXSHTH { get; set; } public string? FMaterialId { get; set; } //物料编码 public string? FUnitId { get; set; } //采购单位 public string? FQty { get; set; } //采购数量 public string? FStockUnitID { get; set; } //库存单位 public string? FPriceUnitId { get; set; } //计价单位 public string? FPriceUnitQty { get; set; } //计价数量 public string? FDeliveryDate { get; set; } //交货日期 public string? FDeliveryEarlyDate { get; set; } //最早交货日期 public string? FDeliveryLastDate { get; set; } //最晚交货日期 // start public string? FRequireOrgId { get; set; } //需求组织 // public string? FRequireDeptId { get; set; } public string? FReceiveOrgId { get; set; } //收料组织 public string? FReceiveDeptId { get; set; } //收料部门 public string? FEntrySettleOrgId { get; set; } //结算组织 // end public string? FGiveAway { get; set; } //是否赠品 //public string? FNote { get; set; } public string? FEntryNote { get; set; } // 备注 public string? FSupMatId { get; set; } // 供应商物料编码 public string? FSupMatName { get; set; } // 供应商物料名称 public string? FSubreqBillNo { get; set; } // 委外订单编号 public string? FLot { get; set; } // 批号 public string? FMRPCloseStatus { get; set; } // 业务关闭 public string? FMRPFreezeStatus { get; set; } // 业务冻结 public string? FFreezerId { get; set; } // 冻结人 public string? FFreezeDate { get; set; } // 冻结日期 public string? FMRPTerminateStatus { get; set; } // 业务终止 public string? FTerminaterId { get; set; } // 终止人 public string? FTerminateDate { get; set; } // 终止日期 public string? FReceiveQty { get; set; } // 累计收料数量 public string? FRemainReceiveQty { get; set; } // 剩余收料数量 //public string? FBaseStockInQty { get; set; } public string? FStockInQty { get; set; } //累计入库数 public string? FRemainStockINQty { get; set; } //剩余入库数量 public string? FMrbQty { get; set; } //累计退料数量 //public string? FBaseCheckRetQty { get; set; } //public string? FBaseStockRetQty { get; set; } public string? FCHECKRETQTY { get; set; } //收料可退数 public string? FSTOCKRETQTY { get; set; } //库存可退数 public string? FSrcBillTypeId { get; set; } //源单类型 public string? FSrcBillNo { get; set; } //源单编号 public string? FReqTraceNo { get; set; } //需求跟踪号 public string? FMtoNo { get; set; } //计划跟踪号 public string? FChangeFlag { get; set; } //变更标志 public string? FDemandType { get; set; } //需求来源 public string? FDemandBillNo { get; set; } //需求单据编号 public string? FDemandBillEntrySeq { get; set; } //需求单据行号 //新增 生产通知单、型号、BOM备注 三个字段 --2025-01-11 池南骏 /* public string? F_CGDD_SCTZDA { get; set; } public string? F_CGDD_XHA { get; set; } public string? F_XIFG_Text_apv { get; set; }*/ }