退料到中储仓

This commit is contained in:
2024-06-27 22:17:23 +08:00
parent 91c451cfc5
commit 6284ea4b56
5 changed files with 32 additions and 12 deletions

View File

@@ -139,5 +139,10 @@ public partial class WmsCarryH : BaseEntity<string>
/// 配送工位
/// </summary>
public string? work_station { get; set; }
/// <summary>
/// 需要退料
/// </summary>
public int need_return { get; set; }
}