From 35bbd277a1963dfbbecf10b8682d6ac210b3a2ec Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期二, 21 一月 2025 17:03:22 +0800 Subject: [PATCH] 供应商 --- StandardPda/MES.Service/Dto/webApi/ErpSupplier.cs | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/StandardPda/MES.Service/Dto/webApi/ErpSupplier.cs b/StandardPda/MES.Service/Dto/webApi/ErpSupplier.cs index 11d0454..41f69f3 100644 --- a/StandardPda/MES.Service/Dto/webApi/ErpSupplier.cs +++ b/StandardPda/MES.Service/Dto/webApi/ErpSupplier.cs @@ -23,8 +23,11 @@ /// </remarks> public string? FDocumentStatus { get; set; } public string? FForbidStatus { get; set; } - public string? FCreateOrgId { get; set; } - public string? FUseOrgId { get; set; } + // public string? FCreateOrgId { get; set; } + + //鐢ㄥ弸鐗规畩鐐� + public List<ErpDetail>? FUseOrgId { get; set; } //public string? FDescription { get; set; } - public string? fremarks { get; set; } + // public string? fremarks { get; set; } + public string? PrivateDescSeg { get; set; } } \ No newline at end of file -- Gitblit v1.9.3