支持按操作人查询出库记录

在 MmRecordOutboundDto 新增 Operator 字段,并在 MmRecordOutboundService 中增加对 Operator 的模糊查询条件,支持按操作人筛选出库记录。
This commit is contained in:
2026-01-05 10:58:37 +08:00
parent 77f9ff40e3
commit 56c46cb2b2
2 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ namespace DOAN.Model.BZFM.Dto
public DateTime[] CreatedTime { get; set; } = new DateTime[2];
public string TransactionType { get; set; }
public string Operator { get; set; }
}
/// <summary>