From db6156a92cc59467bde608a00c76952ebc75e488 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期二, 05 三月 2024 09:51:05 +0800 Subject: [PATCH] 优化代码 --- 代码管理/WMS/WMS_Server/WIDESEA_Comm/MES_Info/Request/agvTransferListPara.cs | 26 ++++++++++++++++++++++---- 1 files changed, 22 insertions(+), 4 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_Comm/MES_Info/Request/agvTransferListPara.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_Comm/MES_Info/Request/agvTransferListPara.cs" index a643e3e..7a412cc 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_Comm/MES_Info/Request/agvTransferListPara.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_Comm/MES_Info/Request/agvTransferListPara.cs" @@ -8,16 +8,34 @@ { public class agvTransferListPara : BasicSN { + /// <summary> + /// 杞Щ鍗曞彿 + /// </summary> public string transferListID { get; set; } - + /// <summary> + /// 杞﹁疆鐗╂枡缂栫爜 + /// </summary> public string materialCode { get; set; } - + /// <summary> + /// 鎶�鏈姸鎬� + /// </summary> public string drawingNoVer { get; set; } - + /// <summary> + /// 婧愬簱鎴垮悕绉� + /// </summary> public string fromWarehouse { get; set; } + /// <summary> + /// 鐩爣搴撴埧鍚嶇О + /// </summary> public string toWarehouse { get; set; } + /// <summary> + /// 鎿嶄綔浜哄憳 + /// </summary> public string Operator { get; set; } - public string updateTime { get; set; } + /// <summary> + /// 鎿嶄綔鏃堕棿 + /// </summary> + public DateTime updateTime { get; set; } /// <summary> /// 杞﹁疆淇℃伅 /// </summary> -- Gitblit v1.9.3