老ops增加字段
This commit is contained in:
@@ -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的创建时间)
|
||||
|
||||
Reference in New Issue
Block a user