erp转库单的同步,签收逻辑修改

This commit is contained in:
2024-07-04 16:34:04 +08:00
parent 7d9abfd6c8
commit 9ea9b4378d
11 changed files with 285 additions and 80 deletions

View File

@@ -6,8 +6,8 @@
public class FinishproductOutstockSignInput
{
/// <summary>
/// 起点
/// 载具编号
/// </summary>
public string? location_id { get; set; }
public string? carry_code { get; set; }
}
}