From 8520e36378e8e88cbbc45586bb31d1fec3be87ac Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期三, 21 八月 2024 10:11:48 +0800 Subject: [PATCH] Merge branch 'master' of http://47.95.120.53:8083/r/WCSNet6 --- Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcDto.cs | 63 +++++++++++++++++-------------- 1 files changed, 34 insertions(+), 29 deletions(-) diff --git a/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcDto.cs b/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcDto.cs index 6be8c4c..d2030b3 100644 --- a/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcDto.cs +++ b/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcDto.cs @@ -6,34 +6,39 @@ namespace WCS.Application; +/// <summary> +/// PLC杈撳嚭鍙傛暟 +/// </summary> +public class WcsPlcDto +{ /// <summary> - /// PLC杈撳嚭鍙傛暟 + /// 涓婚敭Id /// </summary> - public class WcsPlcDto - { - /// <summary> - /// 涓婚敭Id - /// </summary> - public long Id { get; set; } - - /// <summary> - /// PLCIP鍦板潃 - /// </summary> - public string IP { get; set; } - - /// <summary> - /// 璁惧绫诲瀷 - /// </summary> - public PLCTypeEnum Type { get; set; } - - /// <summary> - /// 浠撳簱鍙� - /// </summary> - public string? WareHouseNo { get; set; } - - /// <summary> - /// 鎻忚堪 - /// </summary> - public string? Text { get; set; } - - } + public long Id { get; set; } + + /// <summary> + /// PLCIP鍦板潃 + /// </summary> + public string IP { get; set; } + + /// <summary> + /// 璁惧绫诲瀷 + /// </summary> + public PLCEnum PLCType { get; set; } + + /// <summary> + /// 璁惧绫诲瀷 + /// </summary> + public PLCTypeEnum Type { get; set; } + + /// <summary> + /// 浠撳簱鍙� + /// </summary> + public string? WareHouseNo { get; set; } + + /// <summary> + /// 鎻忚堪 + /// </summary> + public string? Text { get; set; } + +} -- Gitblit v1.8.0