优化调整

This commit is contained in:
2024-05-28 14:02:44 +08:00
parent 7fe6784007
commit 3afa57a2d0
3 changed files with 23 additions and 4 deletions

View File

@@ -214,4 +214,18 @@ public partial class EqpEquipment : BaseEntity<string>
public string? as_location_id { get; set; }
/// <summary>
/// 上料库位id
/// </summary>
public string? upmat_location_id { get; set; }
/// <summary>
/// 下料库位id
/// </summary>
public string? downmat_location_id { get; set; }
/// <summary>
/// 入库仓库id
/// </summary>
public string? instock_warehouse_id { get; set; }
}