采购收货仓库类型

This commit is contained in:
2024-08-19 16:18:45 +08:00
parent 5abfc66dd2
commit e824409036
3 changed files with 6 additions and 5 deletions

View File

@@ -133,4 +133,9 @@ public partial class WmsPurchaseD : BaseEntity<string>
/// 是否赠品
/// </summary>
public int? gift { get; set; }
/// <summary>
/// erp仓库类型
/// </summary>
public string erp_wh_type { get; set; }
}