新增出库记录交易类型字段及查询支持
在 MmRecordOutboundDto 中新增 TransactionType 字段; 在 MmRecordOutboundService 的 QueryExp 方法中,增加对 TransactionType 的模糊查询条件,支持按交易类型筛选出库记录。
This commit is contained in:
@@ -11,6 +11,8 @@ namespace DOAN.Model.BZFM.Dto
|
||||
public string OutboundNo { get; set; }
|
||||
|
||||
public DateTime? CreatedTime { get; set; }
|
||||
|
||||
public string TransactionType { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user