仓库管理:库位:update
This commit is contained in:
@@ -68,6 +68,23 @@ namespace ZR.Model.MES.wms.Dto
|
||||
|
||||
}
|
||||
|
||||
// 出货到出货记录表
|
||||
public class WmDoMaterialOut_Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// 出库单号
|
||||
/// </summary>
|
||||
public string ShipmentNum { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 批次号
|
||||
/// </summary>
|
||||
public string[] PatchCode { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user