From cfb3f2c7e9cde8cc2eb2a19263d0802c0c5410a3 Mon Sep 17 00:00:00 2001
From: zhanghonglin <zhanghonglin@hnkhzn.com>
Date: 星期一, 06 四月 2026 15:41:04 +0800
Subject: [PATCH] mes接口
---
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Filling/FillingOrder.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Filling/FillingOrder.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Filling/FillingOrder.cs"
index c9dffe9..b5741ea 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Filling/FillingOrder.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Filling/FillingOrder.cs"
@@ -51,7 +51,7 @@
/// <summary>
/// 娲惧伐ID
/// </summary>
- public int WorkID { get; set; }
+ public long WorkID { get; set; }
/// <summary>
/// 浜у搧鍖呰妗剁被鍨�
@@ -61,12 +61,12 @@
/// <summary>
/// 鏉$爜鍊糹d
/// </summary>
- public int BarCodeID { get; set; }
+ public long BarCodeID { get; set; }
/// <summary>
/// 鍝佸彿id
/// </summary>
- public int ArticleNumID { get; set; }
+ public long ArticleNumID { get; set; }
/// <summary>
/// 鐗╂枡鍚嶇О
--
Gitblit v1.9.3