From 3d1df57ccc06c0c84813fac71f19ee5a4187b3da Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期五, 23 八月 2024 17:02:48 +0800
Subject: [PATCH] 1
---
Admin.NET/WCS.Application/Service/WcsStation/Dto/WcsStationOutput.cs | 67 +++++++++++++++++++++++++++------
1 files changed, 55 insertions(+), 12 deletions(-)
diff --git a/Admin.NET/WCS.Application/Service/WcsStation/Dto/WcsStationOutput.cs b/Admin.NET/WCS.Application/Service/WcsStation/Dto/WcsStationOutput.cs
index 1ad17eb..c9f6cbf 100644
--- a/Admin.NET/WCS.Application/Service/WcsStation/Dto/WcsStationOutput.cs
+++ b/Admin.NET/WCS.Application/Service/WcsStation/Dto/WcsStationOutput.cs
@@ -10,42 +10,85 @@
/// 涓婚敭Id
/// </summary>
public long Id { get; set; }
-
+
/// <summary>
/// 璁惧ID
/// </summary>
- public long DeviceId { get; set; }
-
+ public long DeviceId { get; set; }
+
/// <summary>
/// 璁惧ID 鎻忚堪
/// </summary>
- public string? DeviceIdText { get; set; }
-
+ public string? DeviceIdText { get; set; }
+
/// <summary>
/// 宸ヤ綅鍙�
/// </summary>
public string? StationNum { get; set; }
-
+
/// <summary>
/// 鍋忕Щ閲�
/// </summary>
public string? PlcPos { get; set; }
-
+
/// <summary>
/// 娴佺▼瀛楃被鍨�
/// </summary>
public PLCDataTypeEnum? PosType { get; set; }
-
+
/// <summary>
/// 鏄剧ず灞廼p鍦板潃
/// </summary>
public string? LedIP { get; set; }
-
+
/// <summary>
/// 鎻忚堪
/// </summary>
public string? Text { get; set; }
-
- }
-
+ /// <summary>
+ /// 鍒涘缓鏃堕棿
+ /// </summary>
+ public DateTime? CreateTime { get; set; }
+
+ /// <summary>
+ /// 鏇存柊鏃堕棿
+ /// </summary>
+ public DateTime? UpdateTime { get; set; }
+
+ /// <summary>
+ /// 鍒涘缓鑰匢d
+ /// </summary>
+ public long? CreateUserId { get; set; }
+
+ /// <summary>
+ /// 鍒涘缓鑰呭鍚�
+ /// </summary>
+ public string? CreateUserName { get; set; }
+
+ /// <summary>
+ /// 淇敼鑰匢d
+ /// </summary>
+ public long? UpdateUserId { get; set; }
+
+ /// <summary>
+ /// 淇敼鑰呭鍚�
+ /// </summary>
+ public string? UpdateUserName { get; set; }
+
+ /// <summary>
+ /// 鍒涘缓鑰呴儴闂↖d
+ /// </summary>
+ public long? CreateOrgId { get; set; }
+
+ /// <summary>
+ /// 鍒涘缓鑰呴儴闂ㄥ悕绉�
+ /// </summary>
+ public string? CreateOrgName { get; set; }
+
+ /// <summary>
+ /// 杞垹闄�
+ /// </summary>
+ public bool IsDelete { get; set; }
+}
+
--
Gitblit v1.8.0