销售发货、调拨出库到人工出货区

This commit is contained in:
2024-08-29 13:50:13 +08:00
parent 7ace98d49e
commit d42b94bff1
12 changed files with 196 additions and 82 deletions

View File

@@ -3,11 +3,11 @@
/// <summary>
/// 库房业务更新输入参数
/// </summary>
public class FinishproductOutstockSortInput
public class FinishproductOutstockSignInput
{
/// <summary>
/// 分拣任务id
/// 载具编号
/// </summary>
public string? source_id { get; set; }
public string? carry_code { get; set; }
}
}