bug修复

This commit is contained in:
tongfei
2023-12-04 17:10:08 +08:00
parent faadd8aabf
commit 530e6d49f9
4 changed files with 6 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ namespace WMS.Web.Core.Dto
/// <summary>
/// 创建时间(入库时间)
/// </summary>
public DateTime CreateTime { get; set; }
public string CreateTime { get; set; }
/// <summary>
/// 同步成功或者失败
/// </summary>