From c6ec025950638ffe78aeb83f7f6c0b2a509719f9 Mon Sep 17 00:00:00 2001 From: cjy Date: Wed, 4 Sep 2024 18:25:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E8=BF=90=E5=87=BA=E5=8F=A3=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=BD=95=E5=85=A5=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportRes.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportRes.cs b/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportRes.cs index 17e36ecd..4af05483 100644 --- a/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportRes.cs +++ b/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportRes.cs @@ -4,6 +4,7 @@ using DS.WMS.Core.Code.Dtos; using DS.WMS.Core.Op.Entity; using Masuit.Tools.Systems; using SqlSugar; +using System.ComponentModel; namespace DS.WMS.Core.Op.Dtos; @@ -1458,4 +1459,10 @@ public class SeaExportRes /// /// public long OrgId { get; set; } + + /// + /// 创建人名称 + /// + [Description("创建人名称")] + public string CreateUserName { get; set; } } \ No newline at end of file