添加序列号记录

This commit is contained in:
18942506660
2023-11-08 16:50:30 +08:00
parent 98a7f3f68a
commit 3f124a12b9
10 changed files with 186 additions and 23 deletions

View File

@@ -26,7 +26,6 @@ namespace WMS.Web.Domain.Entitys
/// 对应老OPS的箱ID
/// </summary>
public int OpsBoxId { get; set; }
/// <summary>
/// 箱编号老OPS生成的箱号
/// </summary>
@@ -40,6 +39,14 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public int? OrgId { get; set; }
/// <summary>
/// 完成装箱时间
/// </summary>
public string CompleteCartonTime { get; set; }
/// <summary>
/// 箱子创建用户
/// </summary>
public string CreateUser { get; set; }
/// <summary>
/// 创建时间对应老OPS的创建时间
/// </summary>
public DateTime CreateTime { get; set; } = DateTime.Now;