Conflicts:
	ProductionMgr/Tnb.ProductionMgr/Tnb.ProductionMgr.csproj
This commit is contained in:
2024-06-06 16:44:49 +08:00
4 changed files with 34 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; }
}
}