调整下登录退出接口

This commit is contained in:
tongfei
2023-11-01 16:49:49 +08:00
parent a2db8d62ed
commit 9148056f61
7 changed files with 76 additions and 14 deletions

View File

@@ -36,19 +36,19 @@ namespace WMS.Web.Domain.Entitys
/// <summary>
/// 收货人
/// </summary>
public int ReceiverId { get; set; }
public int? ReceiverId { get; set; }
/// <summary>
/// 收货时间
/// </summary>
public DateTime ReceiveTime { get; set; }
public DateTime? ReceiveTime { get; set; }
/// <summary>
/// 上架人
/// </summary>
public int ShelferId { get; set; }
public int? ShelferId { get; set; }
/// <summary>
/// 入库时间(上架时间)
/// </summary>
public DateTime ShelfTime { get; set; }
public DateTime? ShelfTime { get; set; }
/// <summary>
/// 明细