From 47f6ab7374c3f88ba364ea82021dd296f4bdf9e6 Mon Sep 17 00:00:00 2001
From: crz <1278080563@qq.com>
Date: 星期六, 01 三月 2025 08:58:16 +0800
Subject: [PATCH] 销售订单
---
MES.Service/Dto/webApi/ErpOutWareDetails.cs | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/MES.Service/Dto/webApi/ErpOutWareDetails.cs b/MES.Service/Dto/webApi/ErpOutWareDetails.cs
index 213bfc9..8f1b6d2 100644
--- a/MES.Service/Dto/webApi/ErpOutWareDetails.cs
+++ b/MES.Service/Dto/webApi/ErpOutWareDetails.cs
@@ -4,7 +4,7 @@
{
- public decimal OrderType { get; set; }
+ public string OrderType { get; set; }
public string OrderNumber { get; set; }
public string OrderNo { get; set; }
public string? ItemNo { get; set; }
@@ -13,8 +13,17 @@
public string? DepotCode { get; set; }
public decimal? Quantity { get; set; }
public decimal? OutQuantity { get; set; }
- public decimal OutType { get; set; }
+ public string OutType { get; set; }
public string OutNo { get; set; }
+ public string OutOrder { get; set; }
public string? Remarks { get; set; }
public string? Type { get; set; }
+ public decimal? ExpQuantity { get; set; }
+ public decimal? ActQuantity { get; set; }
+ public string? CustItemNo { get; set; }
+ public string? CustItemName { get; set; }
+ public string? CustItemModel { get; set; }
+ public string? CustBillNo { get; set; }
+ public string? MachineType { get; set; }
+
}
\ No newline at end of file
--
Gitblit v1.9.3