调拨订单同步生成原材料/成品调拨出库 物料签收接口

This commit is contained in:
2024-08-16 18:50:17 +08:00
parent ebddefa01b
commit ea222f0baa
20 changed files with 896 additions and 224 deletions

View File

@@ -45,13 +45,13 @@ public partial class WmsMaterialSignH : BaseEntity<string>
public string? carry_code { get; set; }
/// <summary>
/// 签收业务
/// 签收仓库id
/// </summary>
public string? business { get; set; }
public string? warehouse_sign_id { get; set; }
/// <summary>
/// 回库预任务
/// 回库仓库id
/// </summary>
public string? pretask_code { get; set; }
public string? warehouse_instock_id { get; set; }
}