根据生产bom拆分子工单代码调整

This commit is contained in:
DEVICE8\12494
2023-05-24 23:31:13 +08:00
parent 65072abc04
commit d12e05d737
16 changed files with 336 additions and 98 deletions

View File

@@ -35,5 +35,26 @@ namespace Tnb.BasicData.Entities.Dto
/// 数量
/// </summary>
public string num { get; set;}
/// <summary>
/// 单位id
/// </summary>
public string unit_id { get; set; }
/// <summary>
/// bomid
/// </summary>
public string bom_id { get; set; }
/// <summary>
/// 工序id
/// </summary>
public string process_id { get; set; }
/// <summary>
/// bom版本
/// </summary>
public string version { get; set; }
/// <summary>
/// 工艺路线名称
/// </summary>
public string route_name { get; set; }
}
}