调整下登录退出接口

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

@@ -52,5 +52,10 @@ namespace WMS.Web.Core.Dto.Erp.Purchase
/// 创建时间
/// </summary>
public DateTime FCreateDate { get; set; }
public string FDocumentStatus { get; set; }
public string FBillTypeID { get; set; }
public string FMRPCloseStatus { get; set; }
public string FBillTypeFName { get; set; }
}
}

View File

@@ -90,7 +90,7 @@ namespace WMS.Web.Core.Dto
/// <summary>
/// 收货时间
/// </summary>
public DateTime ReceiveTime { get; set; }
public string ReceiveTime { get; set; }
/// <summary>
/// 上架人
/// </summary>
@@ -98,7 +98,7 @@ namespace WMS.Web.Core.Dto
/// <summary>
/// 入库时间
/// </summary>
public DateTime ShelfTime { get; set; }
public string ShelfTime { get; set; }
/// <summary>
/// 明细备注
/// </summary>