啊鑫
2025-01-24 bdbfc1045c94e23c74cf9c6f98b0b4f9b0ca0d00
StandardPda/MES.Service/Dto/webApi/ErpCustomer.cs
@@ -10,22 +10,8 @@
    public string? FContact { get; set; }
    public string? FMobilephone { get; set; }
    public string? FSeller { get; set; }
    /// <summary>
    /// 接口字段调整:标准版接口新增 ERP单据状态 字段。
    /// </summary>
    /// <remarks>
    /// 修改人:<池南骏>
    /// 修改日期:<2024-12-27>
    /// 修改说明:
    /// - 原代码:空
    /// - 修改后:
    ///public string? FDocumentStatus { get; set; }
    /// </remarks>
    public string? FDocumentStatus { get; set; }
    public string? State { get; set; }
    public string? FForbidStatus { get; set; }
    public string? FCreateOrgId { get; set; }
    public string? FUseOrgId { get; set; }
    //public string? FDescription { get; set; }
    public string? fremarks { get; set; }
    public List<ErpDetail>? ErpDetails { get; set; }
}