调整库存详情查询参数

This commit is contained in:
2026-01-13 15:43:47 +08:00
parent 343370b3e5
commit 879f47b899

View File

@@ -119,6 +119,10 @@ namespace DOAN.Model.BZFM.Dto
public string BatchNo { get; set; } public string BatchNo { get; set; }
// 出入库类别
public string TransactionType { get; set; }
// 1-入库 2-出库
public int SearchType { get; set; } public int SearchType { get; set; }
public DateTime? StartTime { get; set; } public DateTime? StartTime { get; set; }