This commit is contained in:
2024-06-06 16:39:05 +08:00
parent 9e177b69f7
commit 9b4a904b9b
5 changed files with 36 additions and 2 deletions

View File

@@ -187,5 +187,22 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// </summary>
public string di { get; set; }
/// <summary>
/// 上料库位id
/// </summary>
public string? upmat_location_id { get; set; }
public string? upmat_location_code { get; set; }
/// <summary>
/// 下料库位id
/// </summary>
public string? downmat_location_id { get; set; }
public string? downmat_location_code { get; set; }
/// <summary>
/// 入库仓库id
/// </summary>
public string? instock_warehouse_id { get; set; }
}
}