1
This commit is contained in:
@@ -204,5 +204,15 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public string? instock_warehouse_id { get; set; }
|
public string? instock_warehouse_id { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 模具库位id
|
||||||
|
/// </summary>
|
||||||
|
public string mold_location_id { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 模具库位code
|
||||||
|
/// </summary>
|
||||||
|
public string mold_location_code { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user