老ops增加字段

This commit is contained in:
18942506660
2023-11-14 15:19:00 +08:00
parent 3f22b2b9a7
commit 7f6aa9bcb5
4 changed files with 15 additions and 3 deletions

View File

@@ -36,9 +36,14 @@ namespace WMS.Web.Core.Dto
[JsonProperty("CompleteCartonTime")]
public DateTime CompleteCartonTime { get; set; } = DateTime.Now;
/// <summary>
/// 箱子创建用户
/// 完成装箱用户
/// </summary>
[JsonProperty("BoxUser")]
public string CompleteCartonUser { get; set; }
/// <summary>
/// 箱子创建用户
/// </summary>
[JsonProperty("Create_user")]
public string CreateUser { get; set; }
/// <summary>
/// 创建时间对应老OPS的创建时间