人工入空托

This commit is contained in:
2024-07-13 23:10:31 +08:00
parent 724372b20a
commit 53384c7be5
2 changed files with 15 additions and 1 deletions

View File

@@ -49,4 +49,14 @@ public partial class WmsEmptycarryInstockLog : BaseEntity<string>
/// </summary>
public string? carry_code { get; set; }
/// <summary>
/// 仓库id
/// </summary>
public string? wh_id { get; set; }
/// <summary>
/// 仓库名称
/// </summary>
public string? wh_name { get; set; }
}