采购收货仓库类型

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

@@ -118,9 +118,4 @@ public partial class WmsPurchaseOrderH : BaseEntity<string>
/// 供货日期
/// </summary>
public DateTime? ship_date { get; set; }
/// <summary>
/// erp仓库类型
/// </summary>
public string erp_wh_type { get; set; }
}