hao
2025-04-11 cd51e7e8180e1d4ebbaf9700ed78a27cd4b99891
StandardInterface/MES.Service/Dto/webApi/ErpRohIn.cs
@@ -4,37 +4,36 @@
{
    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? Acctype { get; set; }
    public string? FSettleId { get; set; }
    public string? FChargeId { 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? Acctype { 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? 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? FReceiveOrgId { get; set; }     //收料组织
    //public string? FProviderId { get; set; }
    //public string? FTContact { get; set; }