成品调拨入库改为扫码

This commit is contained in:
2024-11-06 14:24:41 +08:00
parent 43f815ee65
commit bdf0a4186a
2 changed files with 13 additions and 5 deletions

View File

@@ -22,6 +22,10 @@
/// </summary>
public string? startlocation_id { get; set; }
/// <summary>
/// 起点code
/// </summary>
public string? startlocation_code { get; set; }
/// <summary>
/// 需求单据
/// </summary>
public string? source_id { get; set; }