出库单
This commit is contained in:
13
src/WMS.Web.Core/Dto/OutStock/OutStockQueryInfoResponse.cs
Normal file
13
src/WMS.Web.Core/Dto/OutStock/OutStockQueryInfoResponse.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Core.Dto.OutStock
|
||||
{
|
||||
/// <summary>
|
||||
/// 出库列表详情
|
||||
/// </summary>
|
||||
public class OutStockQueryInfoResponse
|
||||
{
|
||||
}
|
||||
}
|
||||
13
src/WMS.Web.Core/Dto/OutStock/OutStockQueryRequest.cs
Normal file
13
src/WMS.Web.Core/Dto/OutStock/OutStockQueryRequest.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Core.Dto.OutStock
|
||||
{
|
||||
/// <summary>
|
||||
/// 出库单列表请求
|
||||
/// </summary>
|
||||
public class OutStockQueryRequest : PaginationBaseRequestDto
|
||||
{
|
||||
}
|
||||
}
|
||||
13
src/WMS.Web.Core/Dto/OutStock/SaveOutStockRequest.cs
Normal file
13
src/WMS.Web.Core/Dto/OutStock/SaveOutStockRequest.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Core.Dto.OutStock
|
||||
{
|
||||
/// <summary>
|
||||
/// 出库单保存
|
||||
/// </summary>
|
||||
public class SaveOutStockRequest
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user