新增出库记录查询的CreatedTime筛选条件
在MmRecordOutboundQueryDto中添加了可空的CreatedTime属性,并在QueryExp方法中支持按CreatedTime小于指定值进行筛选,增强了出库记录的查询功能。
This commit is contained in:
@@ -9,6 +9,8 @@ namespace DOAN.Model.BZFM.Dto
|
||||
public string MaterialCode { get; set; }
|
||||
|
||||
public string OutboundNo { get; set; }
|
||||
|
||||
public DateTime? CreatedTime { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user