This commit is contained in:
2023-08-11 09:59:39 +08:00
parent db6929fc35
commit b25ab2c526
2 changed files with 10 additions and 1 deletions

View File

@@ -16,5 +16,10 @@ namespace Tnb.ProductionMgr.Entities.Dto
///任务单操作状态
/// </summary>
public string statusName { get; set; }
/// <summary>
/// 排产类型:1、注塑、挤出2、组装、包装
/// </summary>
public int? schedule_type { get; set; }
}
}