生产任务单代码调整

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

@@ -177,6 +177,10 @@ namespace Tnb.ProductionMgr.Entities
/// Nullable:True
/// </summary>
public string modify_id { get; set; }
/// <summary>
/// 模具型号
/// </summary>
public string mold_type_code { get; set; }
}
}