添加WMS操作人信息createBy
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user