任务单排班 质量bug

This commit is contained in:
2024-08-23 13:40:20 +08:00
parent a9a64ca88e
commit fea4b31b09
8 changed files with 135 additions and 58 deletions

View File

@@ -26,6 +26,7 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
public string material_code { get; set; }
public string material_name { get; set; }
public string material_specification { get; set; }
/// <summary>
/// 产线id

View File

@@ -217,7 +217,7 @@ public partial class PrdMoTask : BaseEntity<string>
public int has_last_check { get; set; }
/// <summary>
/// 排班类型
/// 排班类型 1 两班倒 2 四班倒
/// </summary>
public string scheduling_class_type { get; set; }