erp仓库映射关系、erp同步完善、库存报表添加箱号 批次号查询;载具库存报表添加箱号 批次号查询

This commit is contained in:
2024-08-19 15:42:00 +08:00
parent 3d74fea016
commit 346784ddfc
20 changed files with 255 additions and 127 deletions

View File

@@ -159,9 +159,4 @@ public partial class WmsPurchaseH : BaseEntity<string>, IPurchaseAndSaleAuitEnti
/// erp到货单主表pk
/// </summary>
public string erp_arriveorder_pk { get;set; }
/// <summary>
/// 来源
/// </summary>
public string create_origin { get; set; }
}