调整时间显示

This commit is contained in:
18942506660
2023-10-28 10:22:47 +08:00
parent 748d8c7f62
commit 80bb3ed3e7
8 changed files with 12 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ namespace WMS.Web.Core.Dto.OutStock
/// <summary>
/// 创建时间(出库时间)
/// </summary>
public DateTime CreateTime { get; set; } = DateTime.Now;
public string CreateTime { get; set; }
/// <summary>
/// 同步成功或者失败 null 就是未同步
/// </summary>