出库领料记录

This commit is contained in:
2023-11-24 11:43:29 +08:00
parent e497caf393
commit 8af12b3013
11 changed files with 361 additions and 34 deletions

View File

@@ -84,5 +84,10 @@ public partial class PrdOutstockH : BaseEntity<string>
/// 流程引擎Id
/// </summary>
public string? f_flowid { get; set; }
/// <summary>
/// 生产任务单id
/// </summary>
public string? mo_task_id { get; set; }
}