生产bom工序表添加工艺路线子表id,esop

This commit is contained in:
2023-06-21 17:19:27 +08:00
parent eb0909fd28
commit e563920a39
11 changed files with 407 additions and 21 deletions

View File

@@ -48,5 +48,10 @@ public partial class BasMbomProcess : BaseEntity<string>
/// 投产方式
/// </summary>
public string? production_method { get; set; }
/// <summary>
/// 工艺路线子表id
/// </summary>
public string route_detail_id { get; set; }
}