From 9a886d711d8b21adc335fdf8c39350584c7ba6fd Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期二, 14 十月 2025 02:12:14 +0800
Subject: [PATCH] 更新代码,取消MES出库单号同步标识,平库转立库功能,寄售周期判断取消,精品标识等
---
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Agv/AgvUpdateDTO.cs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Agv/AgvUpdateDTO.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Agv/AgvUpdateDTO.cs"
index 4c8f9d0..613bdb8 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Agv/AgvUpdateDTO.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Agv/AgvUpdateDTO.cs"
@@ -19,11 +19,11 @@
/// <summary>
/// 浣嶇疆X鍧愭爣 浠诲姟瀹屾垚鏃舵湁鍊�
/// </summary>
- public int CooX { get; set; }
+ public double CooX { get; set; }
/// <summary>
/// 浣嶇疆Y鍧愭爣 浠诲姟瀹屾垚鏃舵湁鍊�
/// </summary>
- public int CooY { get; set; }
+ public double CooY { get; set; }
/// <summary>
/// 褰撳墠浣嶇疆缂栧彿<br/>
/// 浠诲姟寮�濮嬶細璇ヤ綅缃负浠诲姟璧风偣<br/>
@@ -107,5 +107,6 @@
/// 璁惧缂栧彿
/// </summary>
public string EqpCode { get; set; }
+ public string PodTyp { get; set; }
}
}
--
Gitblit v1.9.3