Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
2024-08-02 11:13:15 +08:00
15 changed files with 307 additions and 72 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; }
}