生产入库记录

This commit is contained in:
2023-11-27 10:54:33 +08:00
parent 8cff8f3bd0
commit 5db9603be2
5 changed files with 260 additions and 2 deletions

View File

@@ -75,5 +75,15 @@ public partial class PrdInstockH : BaseEntity<string>
/// 状态 0 申请入库 1 已入库
/// </summary>
public int? status { get; set; }
/// <summary>
/// 生产任务单id
/// </summary>
public string? mo_task_id { get; set; }
/// <summary>
/// 入库单编号
/// </summary>
public string? code { get; set; }
}