调整出库单搜索接口
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Core.Dto.OutStockTask
|
||||
{
|
||||
/// <summary>
|
||||
/// 模糊搜索出库任务单
|
||||
/// </summary>
|
||||
public class GetOutStockTaskNosByNoRequest : PaginationBaseRequestDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 单号
|
||||
/// </summary>
|
||||
public string BillNo { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user