快乐的昕的电脑
2 天以前 8e6bec9d0a8ae0eea1be319ad3ee972a0ba97c58
MES.Service/Dto/webApi/ErpRohIn.cs
@@ -2,11 +2,11 @@
public class ErpRohIn
{
    public string id { get; set; }
    public string? id { get; set; }
    public string? Type { get; set; }
    public string? FBillNo { get; set; }
    public string  FBillNo { get; set; }//采购单号
    public string? FDocumentStatus { get; set; }
    public string? FBillTypeID { get; set; }
    public string  FBillTypeID { get; set; }//单据类型
    public string? FBusinessType { get; set; }
    public string? FDate { get; set; }
    public string? FSupplierId { get; set; }
@@ -19,7 +19,7 @@
    public string? FChargeId { get; set; }
    public string? FProviderEMail { get; set; }
    public string? Remarks { get; set; }
    public string? FCancelStatus { get; set; }
    public string? FCancelStatus { get; set; }//作废状态
    public string? FCancellerId { get; set; }
    public string? FCancelDate { get; set; }
    public string? FCreatorId { get; set; }