From 3b434cdc16b71dbc981b364d41a7337fa3f4d43c Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期六, 23 八月 2025 13:10:41 +0800
Subject: [PATCH] 新增页面用户名显示
---
Wms/Model/InterFaceModel/RCSModel.cs | 21 +--------------------
1 files changed, 1 insertions(+), 20 deletions(-)
diff --git a/Wms/Model/InterFaceModel/RCSModel.cs b/Wms/Model/InterFaceModel/RCSModel.cs
index a210cb3..f12fa55 100644
--- a/Wms/Model/InterFaceModel/RCSModel.cs
+++ b/Wms/Model/InterFaceModel/RCSModel.cs
@@ -58,25 +58,6 @@
public string Result { get; set; }
public string Message { get; set; }
}
-
- public class TaskDetial
- {
- public string Taskno { get; set; }
- public string Startport { get; set; }
- public string Endport { get; set; }
-
- public string Pallno { get; set; }
- /// <summary>
- /// 浠诲姟绫诲瀷
- /// 0锛氱敵璇峰偍浣�
- /// 1锛氬彨妗�
- /// 2锛氬悓杞﹂棿骞冲眰鎼繍
- /// </summary>
- public string Crtype { get; set; }
- /// <summary>
- /// 杞﹂棿缂栫爜
- /// </summary>
- public string WareHouseNo { get; set; }
- }
+
}
}
--
Gitblit v1.8.0