From a544d13081b01f68824e80500c7c30ab2680d524 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周五, 10 10月 2025 16:08:03 +0800
Subject: [PATCH] //修复bug:查询出入库单据信息 【Editby shaocx,2025-09-29】 -- 这个功能没测试过,不一定好使啊啊啊啊啊!!!!!
---
DEmon/iWareLog/ORM/InOutStorageDetail.cs | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/DEmon/iWareLog/ORM/InOutStorageDetail.cs b/DEmon/iWareLog/ORM/InOutStorageDetail.cs
index ea93482..0259c66 100644
--- a/DEmon/iWareLog/ORM/InOutStorageDetail.cs
+++ b/DEmon/iWareLog/ORM/InOutStorageDetail.cs
@@ -26,6 +26,9 @@
public DateTime? updatetime { get; set; }
+ /// <summary>
+ /// 任务类型,枚举 EMainTaskType
+ /// </summary>
public int type { get; set; }
public int? equipid { get; set; }
@@ -37,5 +40,17 @@
[StringLength(50)]
public string materialcode { get; set; }
+
+
+ public int? isSendToMes { get; set; }
+
+ public string isSendToMesStr { get; set; }
+
+ public int? SendToMesCount { get; set; }
+
+ public DateTime? SendToMesTime { get; set; }
+
+ public string MesRet { get; set; }
+
}
}
--
Gitblit v1.9.3