快乐的昕的电脑
9 天以前 52e709fcf50517c2b953eae2be753b71df347fa5
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; }
@@ -36,9 +36,19 @@
    public string? FTContact { get; set; }
    public string? Fmobilephone { get; set; }
    public string? FixedTelephone { get; set; }
    public string? FixedTelephone { get; set; }//
    public string? Address { get; set; }
    public string? FProviderAddress { get; set; }//供货方地址
    public string? Acctype { 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; }// 急料
}