mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-11 08:08:02 +08:00
11 lines
275 B
C#
11 lines
275 B
C#
![]() |
namespace OpenAuth.App.Request
|
|||
|
{
|
|||
|
public class QueryWmsInboundOrderDtblListReq : PageReq
|
|||
|
{
|
|||
|
//todo:添加自己的请求字段
|
|||
|
/// <summary>
|
|||
|
/// 入库订单号
|
|||
|
/// </summary>
|
|||
|
public string InboundOrderId { get; set; }
|
|||
|
}
|
|||
|
}
|