支持按仓库名称查询库存信息

新增 MmInventoryQueryDto.WarehouseName 属性,并在库存查询服务中增加按仓库名称模糊查询的条件,提升库存筛选能力。
This commit is contained in:
2026-01-02 16:47:00 +08:00
parent 5dc2b88853
commit b90225eb41
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ namespace DOAN.Model.BZFM.Dto
{
public string WarehouseCode { get; set; }
public string MaterialCode { get; set; }
public string WarehouseName { get; set; }
}
/// <summary>