调拨出库单同步调整

This commit is contained in:
2024-08-01 10:47:24 +08:00
parent 97872f92ff
commit 2a4d6e8ff5
3 changed files with 24 additions and 2 deletions

View File

@@ -109,4 +109,14 @@ public partial class WmsRawmatTransferinstockH : BaseEntity<string>
/// </summary>
public string? erp_bill_code { get; set; }
/// <summary>
/// 部门编码
/// </summary>
public string? dept_code { get; set; }
/// <summary>
/// 业务员编码
/// </summary>
public string? biller { get; set; }
}