This commit is contained in:
tongfei
2023-10-30 15:53:17 +08:00
18 changed files with 483 additions and 22 deletions

View File

@@ -28,7 +28,7 @@ namespace WMS.Web.Domain.Entitys
/// 盘点日期
/// </summary>
[Column("Date")]
public DateTime Date { get; set; }
public DateTime Date { get; set; } = DateTime.Now;
/// <summary>
/// 盘点人员
/// </summary>