调整库存详情查询参数
This commit is contained in:
@@ -119,6 +119,10 @@ namespace DOAN.Model.BZFM.Dto
|
||||
|
||||
public string BatchNo { get; set; }
|
||||
|
||||
// 出入库类别
|
||||
public string TransactionType { get; set; }
|
||||
|
||||
// 1-入库 2-出库
|
||||
public int SearchType { get; set; }
|
||||
|
||||
public DateTime? StartTime { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user