From 6748b620551df2a2f6a15f3a71f7e93ad03ed7a7 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周一, 25 11月 2024 17:51:29 +0800 Subject: [PATCH] 2 --- LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsSystemConfig/WmsConfigPrint/Dto/WmsConfigPrintOutput.cs | 27 +++++++++++---------------- 1 files changed, 11 insertions(+), 16 deletions(-) diff --git a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsSystemConfig/WmsConfigPrint/Dto/WmsConfigPrintOutput.cs b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsSystemConfig/WmsConfigPrint/Dto/WmsConfigPrintOutput.cs index e7a274c..180637c 100644 --- a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsSystemConfig/WmsConfigPrint/Dto/WmsConfigPrintOutput.cs +++ b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsSystemConfig/WmsConfigPrint/Dto/WmsConfigPrintOutput.cs @@ -34,31 +34,16 @@ /// 鎵撳嵃鏈哄垪琛� /// </summary> public string PrinterList { get; set; } - - /// <summary> - /// 鎵撳嵃鏈哄垪琛� - /// </summary> - public List<string> PrinterListList { get; set; } - + /// <summary> /// 澶囨敞 /// </summary> public string Remark { get; set; } /// <summary> - /// 鍒涘缓浜� - /// </summary> - public string CreateUserName { get; set; } - - /// <summary> /// 鍒涘缓鏃堕棿 /// </summary> public DateTime? CreateTime { get; set; } - - /// <summary> - /// 淇敼浜� - /// </summary> - public string UpdateUserName { get; set; } /// <summary> /// 淇敼鏃堕棿 @@ -71,11 +56,21 @@ 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> /// 杞垹闄� /// </summary> public bool IsDelete { get; set; } -- Gitblit v1.9.3