盘点对接以及现场问题处理

This commit is contained in:
2024-09-18 18:40:29 +08:00
parent b4e7dceffb
commit d835c96f2f
12 changed files with 85 additions and 11 deletions

View File

@@ -63,4 +63,9 @@ public partial class WmsPrdInstockD : BaseEntity<string>
/// 入库仓库
/// </summary>
public string? rkwarehouse_id { get; set; }
/// <summary>
/// 汇报记录id
/// </summary>
public string? prd_report_id { get; set; }
}