生产任务单代码调整

This commit is contained in:
DEVICE8\12494
2023-05-16 14:16:59 +08:00
parent ed87bd712c
commit e7e2cea7bd
7 changed files with 249 additions and 12 deletions

View File

@@ -33,9 +33,9 @@ namespace Tnb.ProductionMgr.Entities.Dto
/// </summary>
public string mold_type_code { get; set; }
/// <summary>
/// 型腔
/// 可用台
/// </summary>
public int? cavity_qty { get; set; }
public int available_stations { get; set; }
public string mold_id { get; set;}
}
}