增加序列号服务

This commit is contained in:
18942506660
2023-11-11 14:18:47 +08:00
parent d0139f855a
commit 32c63959dc
9 changed files with 109 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ namespace WMS.Web.Core.Dto
/// 完成装箱时间
/// </summary>
[JsonProperty("CompleteCartonTime")]
public string CompleteCartonTime { get; set; }
public DateTime CompleteCartonTime { get; set; } = DateTime.Now;
/// <summary>
/// 箱子创建用户
/// </summary>