新增盘点任务,根据盘点类型获取任务明细信息

This commit is contained in:
yang.lee
2023-11-13 10:49:29 +08:00
parent 88bc41885f
commit 30743623cd
5 changed files with 153 additions and 8 deletions

View File

@@ -103,5 +103,12 @@ public partial class WmsCheckstockH : BaseEntity<string>
/// 流程引擎Id
/// </summary>
public string? f_flowid { get; set; }
/// <summary>
/// 物料ID
/// </summary>
public string? material_id { get; set; }
/// <summary>
/// 区域ID
/// </summary>
public string area_id { get; set; }
}