创建子工单

This commit is contained in:
2023-06-20 17:35:18 +08:00
parent f94abd45df
commit ead7fd1385
3 changed files with 50 additions and 0 deletions

View File

@@ -248,5 +248,10 @@ public partial class BasMaterial : BaseEntity<string>
/// 是否包含入库数
/// </summary>
public int? is_contain_into_num { get; set; }
/// <summary>
/// 是否创建子工单
/// </summary>
public string? is_create_sub_work_order { get; set; }
}