This commit is contained in:
2024-08-26 12:04:55 +08:00
parent 69a64acf10
commit 94c22b8888
4 changed files with 26 additions and 1 deletions

View File

@@ -39,6 +39,11 @@ public partial class WmsRawmatTransferoutstockD : BaseEntity<string>
/// </summary>
public string? unit { get; set; }
/// <summary>
/// 单位ID
/// </summary>
public string? unit_id { get; set; }
/// <summary>
/// 出库数量
/// </summary>