|
|
@ -4,6 +4,7 @@ using DS.WMS.Core.Code.Dtos;
|
|
|
|
using DS.WMS.Core.Op.Entity;
|
|
|
|
using DS.WMS.Core.Op.Entity;
|
|
|
|
using Masuit.Tools.Systems;
|
|
|
|
using Masuit.Tools.Systems;
|
|
|
|
using SqlSugar;
|
|
|
|
using SqlSugar;
|
|
|
|
|
|
|
|
using System.ComponentModel;
|
|
|
|
|
|
|
|
|
|
|
|
namespace DS.WMS.Core.Op.Dtos;
|
|
|
|
namespace DS.WMS.Core.Op.Dtos;
|
|
|
|
|
|
|
|
|
|
|
@ -1458,4 +1459,10 @@ public class SeaExportRes
|
|
|
|
///
|
|
|
|
///
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public long OrgId { get; set; }
|
|
|
|
public long OrgId { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 创建人名称
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[Description("创建人名称")]
|
|
|
|
|
|
|
|
public string CreateUserName { get; set; }
|
|
|
|
}
|
|
|
|
}
|