物料呼叫接口修改

This commit is contained in:
2024-06-21 16:05:56 +08:00
parent f8e3e89b50
commit 112f15a096
3 changed files with 126 additions and 5 deletions

View File

@@ -18,5 +18,10 @@
/// 料架号
/// </summary>
public string? carry_code { get; set; }
/// <summary>
/// 终点库位
/// </summary>
public string? endlocation_id { get; set; }
}
}