bug处理

This commit is contained in:
2024-06-24 13:01:42 +08:00
parent c0be9943f8
commit 7d6602ad12
6 changed files with 79 additions and 27 deletions

View File

@@ -23,5 +23,10 @@
/// 终点库位
/// </summary>
public string? endlocation_id { get; set; }
/// <summary>
/// 载具
/// </summary>
public string? carry_code { get; set; }
}
}