销售出库与拣货接口以及部分问题修复

This commit is contained in:
2024-05-14 15:29:18 +08:00
parent 72ddc61591
commit eadaa50ef7
22 changed files with 1195 additions and 84 deletions

View File

@@ -8,7 +8,7 @@
/// <summary>
/// 载具ID
/// </summary>
public string? carry_id { get; set; }
public string? carry_code { get; set; }
/// <summary>
/// 物料ID
/// </summary>
@@ -21,5 +21,11 @@
/// 起点
/// </summary>
public string? startlocation_id { get; set; }
/// <summary>
/// 需求单据
/// </summary>
public string? source_id { get; set; }
}
}