From f95dd1ce548f2a465d13f70fe4616410a4d77cc5 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 14 五月 2025 08:45:58 +0800 Subject: [PATCH] 1.OA接口优化。 2.携客云接口调用 3.携客云送货单、送货明细、条码信息实体 --- Dto/service/Material.cs | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Dto/service/Material.cs b/Dto/service/Material.cs index a6624e0..fbdf223 100644 --- a/Dto/service/Material.cs +++ b/Dto/service/Material.cs @@ -8,13 +8,17 @@ public string? FStockId { get; set; } public DateTime? FPreDeliveryDate { get; set; } public Guid? F_MES_ENTRYID { get; set; } - public int? FSRCENTRYID { get; set; } public Guid? FSRCENTRYGuid { get; set; } public string? FLot { get; set; } - - public string? FMATERIALID { get; set; } public string? FRMREALQTY { get; set; } - public string? FSTOCKID { get; set; } public string? FUINT { get; set; } + + public string? FsrcEntryId { get; set; } + + public string? FRealQty { get; set; } + + public string? FUnitID { get; set; } + + public string? FMesEntryid { get; set; } } \ No newline at end of file -- Gitblit v1.9.3