投料保存 领料记录

This commit is contained in:
2023-11-07 16:56:05 +08:00
parent 64bb0ff680
commit d5eefbf9d5
13 changed files with 252 additions and 15 deletions

View File

@@ -93,5 +93,10 @@ public partial class PrdKittingOutH : BaseEntity<string>
/// 任务单
/// </summary>
public string? mo_task_id { get; set; }
/// <summary>
/// 状态 1 待配送 2 已完成
/// </summary>
public string status { get; set; }
}