采购查询接口优化
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WMS.Web.Core.Dto.InStockTask
|
||||
{
|
||||
public class InStockTaskBillNoQueryRequest
|
||||
{
|
||||
public string SourceBillNo { get; set; }
|
||||
|
||||
public int? Type { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user