From 93770f3ba3276cd222480d83dbbcae9ae7a5fa31 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期六, 13 十二月 2025 13:49:40 +0800
Subject: [PATCH] 11
---
StandardPda/MES.Service/Dto/webApi/SalesPalletDetailSearchDto.cs | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/StandardPda/MES.Service/Dto/webApi/SalesPalletDetailSearchDto.cs b/StandardPda/MES.Service/Dto/webApi/SalesPalletDetailSearchDto.cs
new file mode 100644
index 0000000..64cce2d
--- /dev/null
+++ b/StandardPda/MES.Service/Dto/webApi/SalesPalletDetailSearchDto.cs
@@ -0,0 +1,53 @@
+namespace MES.Service.Dto.webApi;
+
+/// <summary>
+/// 閿�鍞墭鐩樻槑缁嗘悳绱㈣姹侱TO
+/// </summary>
+public class SalesPalletDetailSearchDto
+{
+ /// <summary>
+ /// 鎼滅储鏉′欢瀵硅薄
+ /// </summary>
+ public SalesPalletDetailSearchConditions? Conditions { get; set; }
+}
+
+/// <summary>
+/// 閿�鍞墭鐩樻槑缁嗘悳绱㈡潯浠�
+/// </summary>
+public class SalesPalletDetailSearchConditions
+{
+ /// <summary>
+ /// 鏍堟澘鐮�
+ /// </summary>
+ public string? Stackcode { get; set; }
+
+ /// <summary>
+ /// 鍗曟嵁缂栧彿
+ /// </summary>
+ public string? BillNo { get; set; }
+
+ /// <summary>
+ /// 涓昏〃ID
+ /// </summary>
+ public decimal? Mid { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡缂栧彿
+ /// </summary>
+ public string? ItemNo { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡鍚嶇О
+ /// </summary>
+ public string? ItemName { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡瑙勬牸
+ /// </summary>
+ public string? ItemModel { get; set; }
+
+ /// <summary>
+ /// 鏁伴噺
+ /// </summary>
+ public decimal? Qty { get; set; }
+}
\ No newline at end of file
--
Gitblit v1.9.3