From 570046df69aeffbffb3efe8ddecaf523ca492a46 Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周二, 26 11月 2024 09:15:39 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/LA24030-LuLI_PackageLine --- 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