载具查物料条码库存接口

This commit is contained in:
2024-08-15 17:44:57 +08:00
parent 89062a25cd
commit c965d064f9
5 changed files with 48 additions and 3 deletions

View File

@@ -13,5 +13,6 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
public string? create_id { get; set; }
public string? carry_code { get; set; }
public string? startlocation_code { get; set; }
public string? warehouse_id { get; set; }
}
}