From fc47b123b85f912fca2c6fa80def7e928149c95c Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期六, 18 一月 2025 09:21:13 +0800 Subject: [PATCH] 抽检修改 --- Wms/Model/InterFaceModel/SoModel.cs | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Wms/Model/InterFaceModel/SoModel.cs b/Wms/Model/InterFaceModel/SoModel.cs index de56ed6..15ba286 100644 --- a/Wms/Model/InterFaceModel/SoModel.cs +++ b/Wms/Model/InterFaceModel/SoModel.cs @@ -49,11 +49,15 @@ /// <summary> /// 鐢熶骇鏃ユ湡銆恲yyy-MM-dd /// </summary> - public DateTime? producttime { get; set; } + public string producttime { get; set; } /// <summary> /// 鏈夋晥鏈熻嚦銆恲yyy-MM-dd /// </summary> - public DateTime? expiry { get; set; } + public string expiry { get; set; } + /// <summary> + /// 澶栫鍚椼�恠tring(100)/闈炵┖銆� + /// </summary> + public string no { get; set; } } -- Gitblit v1.8.0