添加WMS操作人信息createBy

This commit is contained in:
2024-06-28 08:37:21 +08:00
parent 99ae98af20
commit 9b63150b66
7 changed files with 28 additions and 6 deletions

View File

@@ -105,5 +105,14 @@ namespace ZR.Model.MES.wms.Dto
/// 1-传ids全部出库 2-按批次号全部出库
/// </summary>
public int Type { get; set; }
public string UpdatedBy { get; set; }
public DateTime? UpdatedTime { get; set; }
public string CreatedBy { get; set; }
public DateTime? CreatedTime { get; set; }
}
}

View File

@@ -13,5 +13,12 @@
/// 箱子列表(原始外箱标签码)
/// </summary>
public string[] packagelist { set; get; }
public string CreatedBy { get; set; }
public DateTime? CreatedTime { get; set; }
public string UpdatedBy { get; set; }
public DateTime? UpdatedTime { get; set; }
}
}